hello,
i've made a java program by using jdk6-update7 (eclipse as the IDE). then i bring the eclipse project to another computer which only has a jre5.1, when i run test to run the program, the JFrame shows nothing, there should be some images and a JMenubar. (the components inside appear at last, but after i maximize the JFrame first)
my goal is to run the program with jdk1.6 (jre6). will there be problems running class compiled in jdk6-u7 with jre1.6? or should i recompile the java files (in eclipse, how to do this?) with jdk1.6 ?
Thank you very much.
i've made a java program by using jdk6-update7 (eclipse as the IDE). then i bring the eclipse project to another computer which only has a jre5.1, when i run test to run the program, the JFrame shows nothing, there should be some images and a JMenubar. (the components inside appear at last, but after i maximize the JFrame first)
my goal is to run the program with jdk1.6 (jre6). will there be problems running class compiled in jdk6-u7 with jre1.6? or should i recompile the java files (in eclipse, how to do this?) with jdk1.6 ?
Thank you very much.
Comment