alright so, i opened up my game for people to play, i compiled, jar’d, and signed my webclient with jdk1.6.0_17, and people still get some errors, such as it just being a whitescreen, and this error:
Exception in thread "thread applet-client.class-1" java.lang.UnsupportedClassVersionError: sign/signlink : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoad
i know what the error is from, they must have a lower JDK then what i compiled with, but i thought jdk 1.6.0_17 was the lowest…
also, i would like my downloadable client to be able to run on linux/mac, if anyone knows the code for that, would be much appreciated.
my current run:
@echo off
java -Xmx512m Jframe 10 0 highmem members 32
pause