Tagged Questions

5
votes
1answer
985 views

Disable Hot Code Replace for the Eclipse Java debugger

When you change Java code while in a debugging session, Eclipse will upload the updated class files into the running JVM (hot code replace). This even works for remote applications. Is there a way to ...
3
votes
3answers
516 views

Does Google App Engine Java support Hot Deployment in Eclipse?

It doesn't seem to do this by default, which is pretty shocking to me given all the other stuff they've set up to make development easy. Is there a way to enable this? If not, anybody know why it ...
1
vote
1answer
76 views

How to hot deploy scala+jee 6?

I am building a development environment for a JEE 6 application that i would like to build with scala and run with JBoss AS 7. I was able to get everything running with maven, but not a IDE that can ...
0
votes
1answer
610 views

hot deployment of large codebase to weblogic 10.3

I have a very large code base whose build.xml consists of so many jar, some war files. One .class file may refer to more than one jar file. I manually compile the code and deploy the .ear file using ...