Re: [SourceJammer-users] Re: gui directory missing, also commandline.Client
Brought to you by:
robertmacgrogan
From: Stan W. <won...@ya...> - 2002-02-13 15:49:32
|
Steve, If you edit the sj_gui and sj_client files as Rob notes below, don't do a mass change of 'lib' to 'bin' because there is a filename, sj_lib.jar, that will get dorked. It will be easiest to do the mass change and then go back and find the file sj_bin.jar and change it back. The other problem that you might encounter is CR characters in some of the script files. I found that my Red Hat Linux didn't like these (and neither did Caldera and Slackware). You can clean these out by running: perl -pi -e 's/\r$//;' filenames Robert MacGrogan wrote: > 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 > > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > |