I have a problem about java version!!

hi, i develop a project on netbeans 5.5 and jdk 1.6 . its ok. there is no problem.

it was my homework. anyway, i sent my class files to school account and i tried to run it , but i encounter an error.

UnsupportedClass .. major.minor .. 50.0

so, i delete my jdk 1.6 and netbeans, and i have installed jdk 1.3 to my computer. then, i 've tried to install netbeans. But , i encounter an error again. I can't install it.

what can I do to solve this problem? this project runs on mycomputer, but doesn't work on school account.

thanks...

[574 byte] By [fuatsungura] at [2007-11-27 6:58:11]
# 1

Do you mean you're using 1.3 at school? To make sure that your code will run, I suggest you use the same version (which is 1.6).

You also don't need to uninstall 1.6 in your computer since you can just specify the source level (e.g. 1.2, 1.3) in netbeans (that, if you're using a lower version at school). It can be found in your project properties under sources.

GideonRaya at 2007-7-12 18:48:47 > top of Java-index,Desktop,Core GUI APIs...