David Lloyd wrote:

I would note that I have to grab Java SDK 1.4.2_12-b03 to compile my own java applications and applets I've made as most of my target market is still using Java 1.4 [and 1.5 byte code causes issues with a 1.4 JVM].


David,

You should probably examine the "-target 1.4" and "-source 1.4" switches for the Java compiler (javac). You can generate code for a down-level JVM with more recent JDKs.

--


Regards,

Joshua M. Clulow
IT Consultant
JMCtech - http://www.jmctech.com.au/
ABN:    49 933 254 106
Mobile: +61 (412) 421 925
E-mail: [EMAIL PROTECTED]
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to