Google Answers Logo
View Question
 
Q: Installing Java 1.4 without breaking Java 1.3 ( No Answer,   2 Comments )
Question  
Subject: Installing Java 1.4 without breaking Java 1.3
Category: Computers > Programming
Asked by: donphiltrodt-ga
List Price: $6.00
Posted: 08 Aug 2002 15:19 PDT
Expires: 16 Aug 2002 20:32 PDT
Question ID: 52350
I'm currently using a java program that works properly ONLY under java
1.3.0.  (Yes, 1.3.0)  However, the 1.3.0 JRE installer that I tucked
away on my local HD doesn't install the necessary stuff for IE to run
java applets.

If I download and install the latest Java JRE (1.4), I'm fairly
certain that my java program will break because it will be forced to
run (unfortunately) under JRE 1.4.0.

So, I need a solution.  Here are some possible directions..

1) Point me to a "Browser Plug-in Only" install of JRE 1.4.

OR

2) Find a v. 1.3.0 installer that installs the IE browser plug-ins

OR

3) Provide instructions on how to a) install both 1.3.0 and 1.40 and
b) force a particular .jar file to run under a particular JRE (1.3.0).

Note: I'm *not* seeking advice on how to recode the java program that
runs only under 1.3.0, though you're welcome to speculate... just
don't lock the question while you do.  However, I do *welcome*
instructions on how to force a .jar file to run with a specific JRE
(in this case, JRE 1.3.0.)

Thank you.

Request for Question Clarification by maniac-ga on 08 Aug 2002 18:17 PDT
Hello donphiltrodt,

Do you want an answer specific to a particular computer system and
browser or general techniques that MAY work with any system and
browser? For example, you mention IE, but it might be easier to keep
you using IE w/ JRE 1.3 and Netscape w/ JRE 1.4.

--Maniac

Clarification of Question by donphiltrodt-ga on 08 Aug 2002 20:42 PDT
Oops.  Thanks for pointing out my oversight.  Here's more info...

I'm running Windows XP Pro and *need* the java plug-in (1.4 is
preferred, but 1.3 is perfectly fine) for IE and do *not* need any
java plug-ins for any other browsers.

I'm seeking a solution to my specific problem/configuration.
Answer  
There is no answer at this time.

Comments  
Subject: Re: Installing Java 1.4 without breaking Java 1.3
From: rhansenne-ga on 09 Aug 2002 03:52 PDT
 
Not an answer to your question, but just out of curiosity: what
problem(s) occurr when running your program under 1.4? I know there
were some backward compatibility problems with JDK 1.4 beta, but most
of these were solved in the final release.

You could always install both the 1.3
JSE/JRE(http://java.sun.com/j2se/1.3/download.html) and 1.4 plugin and
for your local app, be sure that:
- the JAVA_HOME environment variable (control panel - system -
advanced - environment settings) is set to the directory where you
installed 1.3
- the CLASSPATH variable is set to the 1.3 'lib' directory
- you run the jar with the "java" executable from the '1.3' bin
directory (use a full path such as "c:\jdk1.3\bin\java.exe", or make
sure the 1.3 bin dir is set in the PATH variable, while the 1.4 bin
dir is not).

Kind regards,

rhansenne-ga.
Subject: Re: Installing Java 1.4 without breaking Java 1.3
From: donphiltrodt-ga on 09 Aug 2002 17:41 PDT
 
>>What problem(s) occurr when running your program under 1.4?

The program is a mail relay.  When run under 1.3.1 or higher, the
final "<CR>.<CR>" never get sent because the java relay just hangs.

I'll give your suggestions a try... they're very similar to what I've
already tried (unsuccessfully), but there are a few differences that
might be what I'm looking for.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy