| Install problem |
 |
| Aaron Moore |
2005/10/12 06:45 |
Is it possible to install Open Cascade on suse 9.2 or 9.3 if it is how is it done?
When I try, it starts t install VM and then hangs.
Thanks inadvance
Aaron |
 |
| |
|
|
|
|
 | | Mahesh Kommareddi |
2005/11/03 11:08 |
I had this problem. I'm using Fedora Core 4. I made a small online journal about my pursuits, here's the entry for this particular problem.
-------------------------------------------------------
Make a directory as the archive is not a compressed folder like most archives.
[mkommar@philter ~]$ mkdir OpenCascade
[mkommar@philter ~]$ cd OpenCascade
Now untar it:
[mkommar@philter OpenCascade]$ tar xvf OpenCASCADE_Linux.tgz
Now technically I should be able to just install the thing by running the install script:
[mkommar@philter OpenCascade]$ ./install.csh
However, I get this nonsense:
[mkommar@philter OpenCascade]$ ./install.csh
InstallShield Wizard
Initializing InstallShield Wizard...
Preparing Java(tm) Virtual Machine...
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
........[mkommar@philter OpenCascade]$
It dumps me back to the console in a hurry. If the wizard comes up for you, then you're doing better than I did. The solution you ask? Decompress the setup.jar file included in the package and have your way with it:
[mkommar@philter OpenCascade]$ cd Linux/
[mkommar@philter Linux]$ unzip setup.jar
Watch it inflate stuff.
You'll want to be root if you want to install:
[mkommar@philter Linux]$ su
Password:
Now the install wizard:
[root@philter Linux]# java run
If you tried to run "run.class" to begin with and it doesn't work, then view the contents of "run.inf" which contains:
START_CLASS: com.installshield.wizard.Wizard
You can then try and run the following:
[root@philter Linux]# java com.installshield.wizard.Wizard |
 |
| |
|
|
 | | Alejandro Val |
2006/02/16 15:21 |
I am using Fedora Core too and I install java jdk1.5, but running java -jar setup.jar use java version 1.4.2 (default in Fedora Core4) and not 1.5.
Whithout unzip, I run setup, forcing use version 1.5:
# /usr/java/jdk1.5.0_05/bin/java -jar setup.jar
and works |
 |
| |
 | | Akshay Adya |
2006/02/18 07:09 |
I did as you said and also as said in the thread u posted. But it dosent seem to work.
[root@localhost Linux]# /usr/java/jdk1.5.0_05/bin/java -jar setup.jar
bash: /usr/java/jdk1.5.0_05/bin/java: No such file or directory
[root@localhost Linux]# /usr/java/jdk1.5.0_05/bin/java -jar setup.jar
bash: /usr/java/jdk1.5.0_05/bin/java: No such file or directory
[root@localhost Linux]# java com.installshield.wizard.Wizard
bash: java: command not found
[root@localhost Linux]#
i checked the file /usr/java/jdk1.5.0_05/bin/java and ¨ it does exist".
What do i do ??
Waiting,
Akshay |
 |
| |
 | | Akshay Adya |
2006/02/18 07:09 |
I did as you said and also as said in the thread u posted. But it dosent seem to work.
[root@localhost Linux]# /usr/java/jdk1.5.0_05/bin/java -jar setup.jar
bash: /usr/java/jdk1.5.0_05/bin/java: No such file or directory
[root@localhost Linux]# /usr/java/jdk1.5.0_05/bin/java -jar setup.jar
bash: /usr/java/jdk1.5.0_05/bin/java: No such file or directory
[root@localhost Linux]# java com.installshield.wizard.Wizard
bash: java: command not found
[root@localhost Linux]#
i checked the file /usr/java/jdk1.5.0_05/bin/java and ¨ it does exist".
What do i do ??
Waiting,
Akshay |
 |
| |
 | | Akshay Adya |
2006/02/18 07:09 |
I am using Mandrivia 2006. I did as you said and also as said in the thread u posted. But it dosent seem to work.
[root@localhost Linux]# /usr/java/jdk1.5.0_05/bin/java -jar setup.jar
bash: /usr/java/jdk1.5.0_05/bin/java: No such file or directory
[root@localhost Linux]# /usr/java/jdk1.5.0_05/bin/java -jar setup.jar
bash: /usr/java/jdk1.5.0_05/bin/java: No such file or directory
[root@localhost Linux]# java com.installshield.wizard.Wizard
bash: java: command not found
[root@localhost Linux]#
i checked the file /usr/java/jdk1.5.0_05/bin/java and ¨ it does exist".
What do i do ??
Waiting,
Akshay |
 |
| |