facebook

hot code replace fails

💡
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 IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200137 Reply

    bobj5000
    Member

    In my HelloWorldServlet, execution is suspended at the breakpoint. However, when I modify and attempt to save the code I receive a
    “org.apache.catalina.startup.Bootstrap at localhost:14740 was unable to replace the running code with the code in the workspace.

    Reason: The target VM does not support hot code replace”

    In the help, this “hot code replace” is described as one of the nice features in MyEclipse, so I would like it to work. Any ideas?

    Also, execution is not suspended at the breakpoint in my helloWorld.jsp.

    Bob Jaster

    #200142

    Scott Anderson
    Participant

    Bob,

    You need to launch Tomcat with a later JDK since the hot code replace option needs support from the JVM. For proper operation, JDK 1.4.1 or 1.4.2 is needed. 1.4.0 is supposed to support it too, but it was REALLY buggy so we don’t recommend its use.

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: hot code replace fails

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