facebook

JBoss JSP Compiling in Popup Command Window

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198330 Reply

    Hi,

    I am using Eclispe 2.1.1, MyEclipse 2.6.0 with JBoss 3.2.2RC2, Sun JDK 1.3.1_07.

    When I navigate through my application, each JSP that has to be compiled pops up a command window (very annoying). Once compiled the window closes.

    This does not happen when running JBoss outside of Eclispe.

    Any idea how I can change this?

    Thanks

    Michael

    #198331 Reply

    Scott Anderson
    Participant

    Michael,

    This is caused by a difference between the JDK’s you’re using to run JBoss inside and outside of Eclipse. Older 1.3.1 JDK’s had this behavior of popping up windows during compilation. You should be able to remove the issue by running on JDK 1.4.1+. Please verify what versions you’re using in each launch instance.

    –Scott
    MyEclipse Support

    #198332 Reply

    Scott,

    Externally I am using the same JDK as I do within Eclipse. Sun JDK 1.3.1_07.

    What I have tested is that starting JBoss externally with javaw (which is what the MyEclipseIDE uses) I do not get the popups. I aso don’t get any standard out.

    When I switch to run JBoss with Sun JDK 1.4.1_02 inside eclipse I do not get the popups and I do get standard output.

    I guess I can just switch to 1.4.1. Is there a way to change the plugin to use java instead of javaw?

    Michael

    #198335 Reply

    Scott Anderson
    Participant

    Michael,

    I guess I can just switch to 1.4.1. Is there a way to change the plugin to use java instead of javaw?

    Unfortunately not. Our launcher always uses the default for the JDK which is javaw since this is appropriate for server launches (except in this case :-). Using JDK 1.4.1 will also allow you to take advantage of HotSwap debugging, so just based on that it is well worth the upgrade.

    –Scott
    MyEclipse Support

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JBoss JSP Compiling in Popup Command Window

You must be logged in to post in the forum log in