作者qrtt1 (隐者)
看板java
标题Re: [问题] class file has wrong version 49.0,sh …
时间Sun Jun 11 20:28:44 2006
※ 引述《kakoiee (..)》之铭言:
: class file has wrong version 49.0, should be 48.0
: please remove or make sure it appears in the correct subdirectory of the classpath.
: import b.*;
: 1 error
: 以上是错误讯息
: 相关的问见位置是
: ┬ b[资料夹] ─┬ class data
: │ └ class bom
: └ class H [main()]
: 在H里面我有用到 import b.*;
: 也有使用data.bom的建构子
: 可是就是跑不起来
: 在别台电脑就可以
: 这是什麽原因呢?
试试这样,并且在H的目录下compile
set classpath=%classpath%;the_location_of_b_directory
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 163.26.34.105