[LWN Logo]

Date: Thu, 5 Mar 1998 01:59:05 -0800 (PST)
From: Christopher Seawood <cls@seawood.org>
To: java-linux@java.blackdown.org
Subject: Java Studio & Web Server

Somebody had mentioned that they were having problems getting Java Studio
1.0, Java Workshop 2.0 & Java Web Server 1.1 working under linux.  Here
are the tweaks I had to make to get them working under linux with
jdk1.1.5v3-glibc+resize.diff.

Java Studio 1.1:
  You will need the Solaris SPARC distribution and the jws.zip file from
	the win32 distribution.
  Replace Java-Studio1.0/JDK with a link to /usr/local/java
  Remove the contents of Java-Studio1.0/JS/classes
  Inside Java-Studio1.0/JS/classes, unzip the jws zipfile
  cd to Java-Studio1.0/JS/sparc-S2/bin and apply js-linux.diff
  ./js

JavaWebServer1.1:
   You will need the Solaris SPARC distribution.
   cd to JavaWebServer1.1 and apply jwebs-linux.diff
   mkdir -p native/genunix/unknown
   cp native/solaris/* native/genunix
   (cd native; make -f Makefile.lnx install)
   su - nobody
   sh JavaWebServer1.1/etc/java-server.startup

   I have not tried ssl and I'm almost positive it will not work as they
do not provide src for the solaris shared lib.

Java WorkShop2.0:
   Unfortunately, I was not able to get this working.  All I got was a
blue screen. :(

- cls


--
More information on Java-Linux can be found at:
     http://www.blackdown.org/java-linux.html

This list is archived daily at:
     http://www.blackdown.org/java-linux/archive/

To unsubscribe from this list:
     send email to java-linux-request@java.blackdown.org with the 
     word 'unsubscribe' in the subject line. For additional assistance, 
     please contact karl@blackdown.org.