Re: hot code replacement

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Wed Aug 17 2005 - 02:13:31 EDT

  • Next message: Ulrich Köster: "Re: Component Editor Bug"

    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 - 02:13:21 EDT