r*******w 发帖数: 121 | 1 Hi,
i am trying to batch a java program i developed using a shell script...the
strange thing is...the program can run perfectly inside jbuilder...however
after i copied the command from jbuilder to a dos command line, a
UnsupportedClassVersionError is throw...and here is the stack trace
Unsupported major.minor version 48.0
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClas | xt 发帖数: 17532 | 2 Your JBuilder has a newer version of JDK. |
|