installation problems

Hello,
I just downloaded and installed on Ubuntu Fiesty Fawn.
did java -jar setup.jar and the install wizard seemed to run, but now I can
t find the command to start the software. Am I missing something?
Also I tried to run ./setupLinux.bin and got the following
InstallShield Wizard

Initializing InstallShield Wizard...

Preparing Java(tm) Virtual Machine...
...................................
...................................
...................................
...................................
............................
........../tmp/isj8QYRG2/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
any help out there?
Thanks

Stefan Boeykens's picture

I'm trying to do the same thing and it also failed.
Maybe you need to install a different Java system? I see in apt-get that there are multiple choices. Which one is to be used for OpenCASCADE?

(I also got problems cleanly compiling OCC6.2 on Windows with Visual Studio 2005, but I definitely want to make sure that I can use it without precompiled binaries, on Linux and Windows and preferably on OSX as well...)

Sergei's picture

try:

export LD_LIBRARY_PATH=[path to right libraries]
java -cp setup.jar run

also try to install another version of Java