Re: hot code replacement

From: Anjo Krank (kran..ogicunited.com)
Date: Wed Aug 17 2005 - 07:54:28 EDT

  • Next message: Anjo Krank: "Re: hot code replacement"

    Hotswap works for me: 3.1.0 + JDK 1.4.2, no special "-vm" setting.

    Cheers, Anjo

    Am 17.08.2005 um 13:38 schrieb Mike Schrag:

    > Odd -- i must have done this on my 3.1 install but forgotten to
    > when i switched up to 3.1.1. Thanks a lot ... You've saved a life
    > today ;)
    >
    > ms
    >
    > On Aug 17, 2005, at 2:13 AM, 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 - 07:54:39 EDT