I have jdk1.3 installed on my system. So when I run
java web server I want to use 1.3 version JVM rather than the older JVM that comes bundled with java web sever. In order to do that I ran java web server in nojre mode (ie httpdnojre) but I got java.lang.AbstractMethodError. Has any one faced a similar problem ? Please let me know how to get around this.
Thank you