J2sdk1.4.2 新手问题
本人参加学校SIT要用一个叫j-sim的软件(若有人用过,不吝赐教,谢谢!),需要装J2sdk,和JVM,我装了JVM和j2sdk,试了下:首先按照网上说的配置好环境变量,然后编译了个HelloWorld,放在E:\下,通过了,并且运行成功。但是我按照j-sim官方网站(www.)上的说明:
Run J-Sim
Use the following command to start a J-Sim session:
java drcl.ruv.System ?<script>? ?<argument>...?
Or
java drcl.ruv.System -n ?<script>? ?<argument>...?
where <script> is the initial script to run with. With the option "-n", J-Sim terminal output is disabled and the output only goes to the standard output.
For example:
java drcl.ruv.System test.tcl 10 "arg2"
The above command starts J-Sim with the script "test.tcl" which in turn takes 10 and "arg2" as its input arguments.
Now, try:
结果如下:
C:\jsim-1.3>java drcl.ruv.System
Exception in thread "main" java.lang.NoClassDefFoundError: drcl/ruv/System java drcl.ruv.System
请问这个错误是什么意思??
应该怎么解决,我的j-sim的设置应该没有问题!