Re: hot code replacement

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Thu Aug 18 2005 - 02:30:31 EDT

  • Next message: Ulrich Köster: "WOComponent Editor round two"

    Moin David,

    I'm hit by the "HotSpot not at correct virtual address. Sharing
    disabled." problem. Is that your problem too? I'll guess the source
    for that problem is the latest security update.

    I solved it by reinstalling the java 1.5.1 stuff under /System/
    Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries with
    pacifist.

    Uli

    Am 17.08.2005 um 20:27 schrieb David Teran:

    > 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 : Thu Aug 18 2005 - 02:30:22 EDT