Re: hot code replacement

From: David Teran (davidtera..ac.com)
Date: Wed Aug 17 2005 - 14:27:31 EDT

  • Next message: Greg: "Re: Component Editor Bug"

    Hi,

    i have set jdk 1.5 as default and eclipse is launching using jdk 1.5
    but hot code replacement is still not working for me. I use 3.1.1.

    Any hints?

    regards, David

    On 17.08.2005, at 08:13, Ulrich Köster wrote:

    > Moin Mike,
    >
    > it's a bug in Eclipse. At least with JDK 1.4.2.
    >
    > A workaround is to launch Eclipse with JDK 1.5. That does not
    > change the default VM used to launch and debug your applications.
    >
    > Right click on Eclipse.app and select "Paketinhalt zeigen" :-).
    >
    > Navigate to Contents and open the Info.plist with TextEdit.
    >
    > Add the line with -vm option:
    >
    > <key>Eclipse</key>
    > <array>
    > <string>-vm</string><string>/System/Library/Frameworks/
    > JavaVM.framework/Versions/1.5.0/Commands/java</string>
    > <string>-startup</string><string>../../../startup.jar</
    > string>
    > <string>-keyring</string><string>~/.eclipse_keyring</
    > string>
    >
    > Save the file and start Eclipse.
    >
    > Good luck :-)
    >
    > Uli
    >
    > Am 16.08.2005 um 23:46 schrieb Mike Schrag:
    >
    >
    >> Is it possible the latest build someone disabled hot code
    >> replacement during debug? It appears to be off and I'm on the
    >> brink of suicide without it :)
    >>
    >> ms
    >>
    >>
    >
    >
    >
    >
    >
    >



    This archive was generated by hypermail 2.0.0 : Wed Aug 17 2005 - 14:27:38 EDT