pjava compile error

hi

first of all, please understand my poor english

i am trying to compile javatv

but there is an error

"Error loading class RunXlet : Bad major version number"

what does it mean? T_T

--

i installed these programs

please check my specifications(?).

jdk 1.6 (C:\jdk1.6.0\bin)

javatv_fcs (C:\javatv_fcs)

Jaxp 1.0.1 (C:\Jaxp1.0.1)

pjee 3.1 (C:\pjee3.1)

bootclasspath

c:\javatv_fcs\javatv.jar;c:\pjee3.1\lib\classes.zip

classpath

C:\Jaxp1.0.1\jaxp.jar;C:\Jaxp1.0.1\parser.jar;c:\javatv_fcs\lib;

path

C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;C:\Program Files\ESTsoft\ALZip\;C:\jdk1.6.0\bin;C:\pjee3.1\bin;c:\javatv_fcs\lib

--

and when i compiled

at first

1.

set jtv=-bootclasspath c:\javatv_fcs\javatv.jar;c:\pjee3.1\lib\classes.zip -classpath .;c:\javatv_fcs\lib;c:\jaxp1.0.1\jaxp.jar;c:\jaxp1.0.1\parser.jar

2.

C:\javatv_fcs> javac -target 1.1 %jtv% FirstXlet.java

3.

C:\javatv_fcs> pjava %jtv% RunXlet FirstXlet

i was thinking everything is fine

but there is an error

"Error loading class RunXlet : Bad major version number"

please help me T_T

[1422 byte] By [RunXlet.javaa] at [2007-11-27 6:12:30]
# 1
Just post the complete compiler output between [pre] [/pre] tags.
corlettka at 2007-7-12 17:19:48 > top of Java-index,Java Essentials,Java Programming...
# 2
i think i dont understandcould you explain specifically?please
RunXlet.javaa at 2007-7-12 17:19:48 > top of Java-index,Java Essentials,Java Programming...
# 3
I know I don't understand. Need more information... like a complete error message... so just post the complete output from the compilation attempt.Message was edited by: corlettk
corlettka at 2007-7-12 17:19:48 > top of Java-index,Java Essentials,Java Programming...