Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Cannot start eclipse!

I am using SuSE 8.1 and eclipse 2.0.2. I downloaded and unpacked the
tar.gz archieve. Now, when I try to start it via "./eclipse", a Window
pops up saying:

JVM terminated. Exit code=1
/usr/lib/java/bin/java
-cp /home/user/tars/pro/eclipse/./startup.jar   
 org.eclipse.core.launcher.Main
-os linux
-ws gtk
-arch x86
-showsplash /home/user/tars/pro/eclipse/./eclipse -showsplash 600

and in my console it says:

-cp: illegal argument
Usage: java [-options] class

where options include:
    -help             print out this message
    -version          print out the build version
    -v -verbose       turn on verbose mode
    -debug            enable remote JAVA debugging
    -noasyncgc        don't allow asynchronous garbage collection
    -verbosegc        print a message when garbage collection occurs
    -noclassgc        disable class garbage collection
    -cs -checksource  check if source is newer when loading classes
    -ss<number>       set the maximum native stack size for any thread
    -oss<number>      set the maximum Java stack size for any thread
    -ms<number>       set the initial Java heap size
    -mx<number>       set the maximum Java heap size
    -D<name>=<value>  set a system property
    -classpath <directories separated by colons>
                      list directories in which to look for classes
    -prof[:<file>]    output profiling data to ./java.prof or ./<file>
    -verify           verify all classes when read in
    -verifyremote     verify classes read in over the network [default]
    -noverify         do not verify any class


So what's wrong? How can I start eclipse?





Back to the top