Skip to main content

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

This is interesting to say the least. I just downloaded the same jre as you. Extracted it into /opt as well and it ran ok. The only think I can think of that might cause problems is if users (the user that you ran udig as) didn't have write permissions to the udig directory. I've notice occasionally that I can't run eclipse correctly if I have write permissions to the eclipse directory. Maybe it is that. I just tried that and I did get an exception, (A different one than you but they maybe related). Try to make sure that the permissions are set (or run as root) and let me know if it works.

Please let me know how this turns out so I can put a little note in a README and online.

Thank you,

Jesse

christomec wrote:

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?
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top