当前位置: 代码迷 >> Java相关 >> J2sdk1.4.2 新手问题
  详细解决方案

J2sdk1.4.2 新手问题

热度:390   发布时间:2008-07-06 13:08:31.0
J2sdk1.4.2 新手问题
本人参加学校SIT要用一个叫j-sim的软件(若有人用过,不吝赐教,谢谢!),需要装J2sdk,和JVM,我装了JVM和j2sdk,试了下:
首先按照网上说的配置好环境变量,然后编译了个HelloWorld,放在E:\下,通过了,并且运行成功。但是我按照j-sim官方网站(www.j-sim.org)上的说明:



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的设置应该没有问题!
搜索更多相关的解决方案: output  java  ruv  JVM  

----------------解决方案--------------------------------------------------------
自己顶一个先,没人知道么??
----------------解决方案--------------------------------------------------------