I would be grateful for any assistance.
My issue is that I have written a program using JAVA platform JDK 1.6 (and NetBeans 6.8). I now find that it will not run on many of the corporate computers where I would like it to run because they run Windows XP and JAVA v 1.4. My best option is to recompile the files under JDK 1.4 rather than try to arrange a corporate upgrade to latest JAVA. I have install JDK 1.4 and most source files look OK but there are some problems: These all seem to involve Swing GUI components. Some have been fixed by including "Swing layout extensions" as a compile time library in the Netbeans project properties library section. The main outstanding issue seems to concern javax.swing.GroupLayout which does not feature in v1.4. (Javadoc states since v1.6) Question: Can I somehow use a swing library from 1.6 and compile under 1.4 or must I try to recreate all my GUI components from scratch in v1.4? Thanks Rory -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
