[SourceJammer-users] SourceJammer Linux Client 1.1 beta 4 Install Problems
Brought to you by:
robertmacgrogan
From: Stan W. <won...@ya...> - 2002-02-08 03:31:30
|
I have found some installation issues with the SJ Linux Client 1.1 beta 4 package. I already have a working Linux SJ server and access it with a Windows SJ client. I decided to try the SJ Linux client on the same box as the server and ran into the following difficulties: 1. The files sourcejammer/client/sj_gui and sj_client have DOS line endings (CR-LF) instead of the Unix newline (LF). This prevents the scripts from running. I know this is a problem with the three Linux distributions that I have experience with (Red Hat, Caldera, Slackware). Is this a problem on other Unix systems such as Solaris, HP or AIX or is this a Linux thing? 2. sj_gui and sj_client need execute permissions to be added to the files in the archive. 3. sj_gui and sj_client specify paths to the jar files as '/usr/local/sourcejammer/client/lib' while the archive unpacks the files to '/usr/local/sourcejammer/client/bin'. Either the shell files need to change or the archive paths have to change. 4. When I execute sj_gui I get a font not found error, the splash screen and then the process hangs (I can ^C out of it though). 5. When I execute sj_client I get the error message: Exception in thread "main" java.lang.NoClassDefFoundError: org/sourcejammer/util/ConfigurationException I assume that I need to install some font to solve my problem in item #4. Can anyone tell me what the message in #5 indicates? Stan Wong |