Java 1.5
807603Jan 11 2008 — edited Jan 11 2008I have developed servlets using jdk1.6 and jre1.6. When moving my servlets to my ISP, I get a version error. My ISP is using java1.5. I guess that this is the cause of the version error. I found java 1.5 beta1, beta2 and RC. Where is the "real" java 1.5?
Should I delete my 1.6 environment and all referencies to it, and make java1.5.0-rc-jcp JAVA-HOME in systemvariables?