I failed to install ...

Hi everybody...

I'm New Ubuntu 8.04 user... i've tried to install the Opencascade 6.3.0 by the help of Ubuntu forum ((http://ubuntuforums.org/showthread.php?t=556314)) .. I did all the steps except the last one
((sudo java -cp /path/to/untarred/Linux/setup.jar run))

My untarred file is on (/home/omar/OpenCASCADE6.3.0/)...
I'm looking for ur answer ... thanks

nuoten18's picture

i forget to mention the annoying error message ...
Exception in thread "main" java.lang.NoClassDefFoundError: run
Caused by: java.lang.ClassNotFoundException: run
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

Hugues Delorme's picture

The install procedure you have followed is for previous versions of OpenCascade.
From OpenCascade 6.3.0 you no longer need Java to install the library.
Just read /home/omar/OpenCASCADE6.3.0/ros/README.txt to see how to compile OpenCascade.