[SourceJammer-users] Re: gui directory missing, also commandline.Client
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2002-02-13 15:04:52
|
Hi, Steve. I'm sorry. The 1.1 beta 4 linux client install is known to be buggy. I'm planning on releasing beta 5 today which will hopefully correct these problems. But here's what you need to do to fix it. In the sj_gui and sj_client files, replace "lib" in all paths with "bin". Alternatively, you can rename your bin directory to lib. Sorry about the trouble. --Rob ps: The directories you see in your error message actually do exist. They are just hidden inside the file sj_client.jar (which contains all the compiled code for the client. --- Steve Rapaport <st...@a-...> wrote: > > Hi Robert, I'm trying to install 1.1 beta 4 > Sourcejammer on > Redhat 7.1, but the install seems to be missing some > files: > > [root@snoopy client]# more sj_client > #!/bin/sh > java -classpath > "/usr/local/sourcejammer/client/lib/sj_client.jar:/usr/local/sourcejammer/client/lib/sj_lib.jar:/usr/local/sourcejammer/client/lib/xerces.jar:/usr/local/sourcejammer/client/lib/soap.jar:/usr/local/sourcejammer/client/lib/mail.jar:/usr/local/sourcejammer/client/lib/activation.jar" > > org.sourcejammer.client.commandline.Client > /usr/local/sourcejammer/client/conf > http://212.31.252.62:8080/sourcejammer/servlet/rpcrouter > [root@snoopy client]# sh sj_client > > Exception in thread "main" > java.lang.NoClassDefFoundError: > org/sourcejammer/client/commandline/Client > [root@snoopy client]# > > [root@snoopy client]# ./sj_gui > Exception in thread "main" > java.lang.NoClassDefFoundError: > org/sourcejammer/client/gui/StartGUI > [root@snoopy client]# > > In fact the directories /gui and /commandline are > missing, and > not included in the installation. What am I doing > wrong? > > > steve __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com |