facebook

[Closed] WebSphere 5.1 Eclipse – using JIT in Debug mode

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #244385 Reply

    pbarry30
    Participant

    Hi there,
    I thought I had found the answer to my prayers when I stumbled across the java command line option -Xj9. Problem is that I cannot get MyEclipse to use this JVM (Java Compiler = j9jit21, Java VM name = IBM J9SE VM) when running in Eclipse in debug mode – it always uses the not JIT JVM ((JIT disabled), Java Compiler = , Java VM name = Classic VM) no matter where I put the runtime arg.

    Is there a way to stop MyEclipse from using the standard VM for WebSphere 5.1 in debug mode???

    Thanks in advance
    Pat

    #244395

    pbarry30
    Participant

    I figured it out – for whatever reason it needs to be the 1st optional VM arguement under Window > Preferences > MyEclipse > Application Servers > WebSphere 5 > JDK

    I was putting it after -Xmx256M but that does not work. Now I have the following and it works beautifully!

    -Xj9 -Xmx256M -Xquickstart -Xverify:none

    #244438

    Scott Anderson
    Participant

    Pat,

    Thanks for following up so that others can benefit from what you found. We appreciate the help.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] WebSphere 5.1 Eclipse – using JIT in Debug mode

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