facebook

Hot Deploy .class files? [Closed]

💡
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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #219408 Reply

    jcott28
    Member

    I’ve got my hot-syncing working in my project.

    I’ve got an Enterprise App, exploded EAR, and linked to it is my web app.

    The project keeps synced with my JBOSS deploy folder. So all is well in that regard.

    My question simply is whether or not I should be able to hot deploy/sync .class files. I changed my JAVA files, eclipse auto builds, and the .class file is deployed. However, the change does not take place if I have already hit that page.

    I’m assuming my problem is on the JBOSS or Java end, and not the MyEclipse end. However, if anyone knows whether or not this is possible, it can save me time. I dont want to dig too deep to figure out how to do it if it can’t be done.

    Any help greatly appreciated.

    Jeff

    #219414

    Scott Anderson
    Participant

    Jeff,

    When you save a java file in MyEclipse, it is hot-deployed and the Java debugger tooling should immediately update the class in the external JBoss VM, assuming you’re using JDK 1.4.1+. However, some class changes can’t be hotsync’d properly due to limitations in the Java debugger specification. To ensure you’re alerted when a class can’t be hotsynced, check the setting at Window > Preferences > Java > Debug > “Show error when hot code replace fails” and “Show error when hot code replace is not supported”, etc.

    #220672

    jcott28
    Member

    Thanks for the help!

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Hot Deploy .class files? [Closed]

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