Re: Installation problem; documentation?
J Aaron Farr <[email protected]>
| Newsgroups | gmane.comp.java.javalobby.communityplatform |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2003-04-16 at 20:41, Young-Jin Lee wrote: > Hi, > > I had a problem installing 0.5.0 version on my windows 2000 desktop. > The run.bat failed because JDK was installed in the C:\Program > Files\j2sdk1.4.1_02 directory. It seems that the space in the jdk path > was causing this problem, but setting JAVA_HOME variable to > "C:\Program Files\j2sdk1.4.1_02", which worked for many other similar > problems, didn't work in this case. Is there a solution to this > problem except moving jdk to other directory? > > In addition, I would like to know if there is a documentation for this > version. It seems that 0.5.0 version has many features, but it is a > bit difficult to test all the features without proper documentations. > > Thanks in advance. > > Young-Jin Lee Thanks for trying out JLCP! It's possible that the white space in "C:\Program Files\j2sdk1.4.1_02" is causing the trouble, so you might want to try something like C:\java. Another alternative is to edit the run.bat directly to make sure it points to your java install correctly. You can do this by manually editing the JAVA_HOME variable in the batch file. We also have a HOWTO which might help if you bump into other problems. It's at the top level of CVS. You can browse it at: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/gotjava/gotjava/JLCP-JBOSS-HOWTO.txt?rev=HEAD&content-type=text/plain If you have any other troubles or suggestions, please post them! -- jaaron <http://jadetower.org>