Re: Install two version of Java....

2003-03-03 Thread Jon Haugsand
* [EMAIL PROTECTED] > installing 2 java rpms may conflict but nothing will stop you from > downloading the self extrating binary. from java.sun.com, grab the > .bin file and run it, it will extract, and bang, a 2nd version of > java .note that probably no apps will be aware that it exists > so

Re: Install two version of Java....

2003-03-01 Thread himba
check the configure script or something similar if using rpm and install second version under custom dir... run java with full path when calling second version - first version should/could be in your path thus 'java' would do it . regards, himba nate wrote: LAST FIRST said: Dear

Re: [Install two version of Java....]

2003-02-28 Thread Kapil Khanna
piece of cake. Do not install both versions via RPM one after the other. Install one via rpm first, rename java directory to some name you would like. Install 2nd version via rpm now. You should have 2 distinct versions of java on ur filesystem. Place the appropriate path to the version of java tha

Re: Install two version of Java....

2003-02-28 Thread nate
LAST FIRST said: > Dear everyone, > I just wonder if it is possible to concurrently run two java-vm. I meant > java 1.4.1 and 1.3.2. When I install after another, RH8.0 seems to think > I have NO java at all! I suspect it maybe one java had "Replace" > another! Is it a way that I install both ver