Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] linux installation

I have downloaded udig-1.0.4.linux.gtk.x86.zip and extracted it to /opt

Trying to run ./udig I get the following error.

linux:/opt/udig # ./udig
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object

JVM terminated. Exit code=1
/opt/udig/./jre/bin/java
-Xmx386M
-jar /opt/udig/./startup.jar
-os linux
-ws gtk
-arch x86
-launcher /opt/udig/./udig
-name Udig
-showsplash 600
-exitdata 2ca0003
-vm /opt/udig/./jre/bin/java
-vmargs
-Xmx386M
-jar /opt/udig/./startup.jar

Shouldn't this just work without having to configure anything, since it
comes with the jre?

I couldn't find any documentation on the linux install. Can you also tell
me where to find this?


Back to the top