- From: S.Ramaswamy <srswamy@giasdl01.vsnl.net.in>
- Date: Fri, 25 Dec 1998 01:13:26 -0500 (EST)
- To: "wzh'163" <wzhwzh@163.net>
- CC: jhughes <jhughes@micron.com>, www-jigsaw@w3.org
wzh'163 wrote: > hello > > C:\Jigsaw\Jigsaw>>java org.w3c.jigadm.Main > j> Exception in thread "main" java.lang.VerifyError: (class: > j> org/w3c/tools/widgets/TreeBrowser$BrowserMo > j> useListener, method: mouseClicked signature: (Ljava/awt/event/MouseEvent;)V) > j> Illegal use of nonvirtua > j> l function call > j> at org.w3c.tools.widgets.TreeBrowser.<init>(TreeBrowser.java) > j> at org.w3c.jigadm.gui.ServerBrowser.<init>(Compiled Code) > j> at org.w3c.jigadm.gui.ServerBrowser.main(Compiled Code) > j> at org.w3c.jigadm.Main.main(Main.java) > > j> Here is some more info which may help: > > C:\Jigsaw\Jigsaw>>java -version > j> java version "1.2" > j> Classic VM (build JDK-1.2-V, native threads) > > I met the problem too,after testing for some days,I found that if you > use jdk1.2 you get that error,if you use the jdk version below 1.2 such as > 1.1.6 you will success. > try it. > > Best regards, > wzh'163 mailto:wzhwzh@163.net You may use oldjava command instead of java command oldjava -classpath ..... -djava.compiler=NONE org.w3c.jigadm.Main if you are running JDK 1.2 -- ___________________________________________________________________________ S.Ramaswamy Matrix Infotech Syndicate D-7, Poorti, Vikaspuri, New Delhi, 110018, India PHONE: +91-11-5610050, FAX: +91-11-5535103 WEB : http://MatrixInfotech.HyperMart.Net
Received on Friday, 25 December 1998 09:40:29 UTC