Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JVM different version to rt.jar

843798Feb 1 2006 — edited Nov 3 2006
Hi,

I've just started looking at an application deployed onto a Solaris SPARC machine that is invoked in the following way:

JAVAPATH=/usr/j2sdk1.4/jre/bin/java
CLASSPATH=/usr/jdk1.3/jre/lib/rt.jar
${JAVAPATH} -classpath ${CLASSPATH}

Couple of questions:

1) If the CLASSPATH is passed in using the classpath option, does that mean it overrides any existing environment classpath set?

2) What are the implications of using a 1.4 VM with 1.3 runtime classes??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 1 2006
Added on Feb 1 2006
4 comments
245 views