Java virtual machine
Submitted by شخص خجول مجهول on Sun, 08/08/2004 - 19:04.
::
Hi, I downloaded the jvm from www.java.com and I just managed to install the mozilla plugin for java scripts. But I didn't really succeed in running the jvm itself. Any suggestions ? As I looked up the web and didn't find much help.


explain more
What do you mean you want to run the java vm. just make sure you have the java comman in your path and it will get used automatically.
did this answer your question? if not explain your problem more.
I wish I could install phaeronix on my patients.
worked
Yes , that worked, I added the java bin directory to the path , but what I need to know is which files exactly are needed in the path, because I like my path variable to be as small as possible. So I'd want to make symlinks to the needed files in my home/bin directory.
java
all that is needed is the java binary. for me this is:
/opt/j2re/j2re1.4.2/bin/java
so symlinking that binary to /usr/bin/java might work.
however you should not try to copy the binary as that won't work.
I wish I could install phaeronix on my patients.
No need for that anymore
Turns out just the installation needed the full path. After I installed , the program runs just fine without any need for even the java , guess it locates it and stores it somewhere in it's configuration file, thanks ;)
Set the Class/Path variables
you may need to set the PATH, CLASSPATH, JAVA_HOME enviroment variables go to this page and follow the instructions http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/classpath.html
you may do the same to set other enviroment variables
Michael Ageeb
E-Mail: michael_ageeb@acm.org
Student @ FCI-CU CS Departement
Algorithms and Problem Solving Instructor @ NI
Java! Java! Java! ... Forever!!
don't think it's the classes
I think it just needs to know where the VM itself is, and according to relative path it looks for the classes.