[SourceJammer-users] Re: SourceJammer Client - Exception
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ho...> - 2001-10-15 15:14:55
|
Hi, Sindhu. The error you are seeing tells me that you are trying to run the SourceJammer client under JRE 1.2.2 or earlier. The SourceJammer client requires JRE 1.3 or later (though, as far as I know, the only incompatability is JSplitPane.setResizeWeight(), so sometimes I think I should have tried to make it 1.2.2 compatible). As for the classpath, make sure the following are in your classpath: soap.jar xerces.jar activation.jar mail.jar sj_lib.jar Thanks. Let me know if you have any more questions or problems. --Rob PS: I'll post your error as a FAQ. >From: si...@pa... >To: "RobertMacGrogan"<rob...@ho...> >Subject: SourceJammer Client - Exception >Date: Mon, 15 Oct 2001 07:51:21 -0700 (PDT) > >Hi Rob, > >I am able to deploy for SOAP now. However, I get an exception when I try to >run the client (GUI). It says that: >Exception in thread "main" java.lang.NoSuchMethodError: >javax.swing.JSplitPane: method setResizeWeight(D)V not found > at >org.sourcejammer.client.gui.SJPrimaryWindow.<init>(SJPrimaryWindow.java:101) > at org.sourcejammer.client.gui.SJGuiClient.main(SJGuiClient.java, >Compiled Code) > >Looks like this is also a class path issue. My class path contains just the >current directory, Java tools.jar and rt.jar. Do I need to add something >else before running the client? > >Thanks so much, >Sindhu > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |