Eclipse 3.0 crashes on startup with JRE 1.3.1_10 [message #199656] |
Mon, 23 February 2004 05:40  |
Eclipse User |
|
|
|
Originally posted by: pfaendung.web.de
Hi Folks,
I'm having some problems starting eclipse 3.0 M[3-7] on Windows XP Prof
with JRE 1.3.1_10. I always get the error screen
JVM terminated. Exit code=1
C:\windows\system32\javaw.exe
-cp C:\programme\eclipse-3.0_M6\startup.jar org.eclipse.core.launcher.Main
-os win32
-ws win32
-arch x86
-showsplash [...]
If I start eclipse manually via
java -cp startup.jar org.eclipse.core.launcher.Main from the eclipde dir I
get the following error
Exception in thread "main" java.lang.IllegalAccessError: try to access
method java.io.FileOutputStream.<init>(Ljava/io/File;Z)V from class
org.eclipse.core.launcher.Main
at org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:14 43)
at org.eclipse.core.launcher.Main.main(Main.java:577)
With eclipse 2.1.2 evrything is fine.
Please don't suggest using jre 1.4.x, it is not possible in my case.
Any ideas?
Regards
Frank
|
|
|
|
|
|
|
|
Re: Eclipse 3.0 crashes on startup with JRE 1.3.1_10 [message #199934 is a reply to message #199854] |
Mon, 23 February 2004 11:42   |
Eclipse User |
|
|
|
Originally posted by: dj_houghton.nospam.ca.ibm.com
Follow bug 44814 for more information.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=44814
We don't do specific VM implementation checks, only checks against
version numbers. Do you see problems doing this against the free VMs
that you mention?
Also, there is code that essentially says "if we can't figure out what
version the VM is, then try and run and let it fail later if it is not
what we need".
Jan Schulz wrote:
> Hallo!
>
> * CL [dnoyeb] Gilbert <Lamont_Gilbert@rigidsoftware.com> wrote:
>
>>Interesting replies. Perhaps 3.0 should check for the proper runtime
>>before it dies? Is this bug/enhancement already filed and just not
>>implemented yet?
>
>
> Please not!
>
> kaffe is getting ready to run eclipse and I don't want to do a patch
> to work around this.
>
> I know that eclipse.org states, that it is 1.4 only, but as long as
> SUNs JVMs are considered non-free, debian (and other distros) will try
> to get eclipse running on free replacements. Any 'check', which ensures
> that it is a sun-derived 1.4 JVM running eclipse will srew this effort.
>
> I don't mind a 'post error' check, but please not before trying.
>
> Thanks!
>
> Jan, debian eclipse maintainer
|
|
|
|
Powered by
FUDForum. Page generated in 0.04211 seconds