[2911] in java-interest

home help back first fref pref prev next nref lref last post

Re: compile on PC, serve on SunOS...help!

daemon@ATHENA.MIT.EDU (Kok Yong)
Fri Oct 20 10:54:01 1995

Date: Fri, 20 Oct 1995 20:43:49 +0800 (SGT)
From: Kok Yong <kokyong@infomap.irdu.nus.sg>
To: chwright@goesser.mit.edu
Cc: java-interest@java.sun.com
In-Reply-To: <9510190200.AA19089@goesser.mit.edu>

your classes directory must be world readable and execuatable
your .class files must also be world readable
check it out


On Wed, 18 Oct 1995 chwright@goesser.mit.edu wrote:

> 
> 
> Hi,
> 
> I'm trying to use win95 to compile java and then move the class files
> to a SunOS web server.  Not working.  Example: I wrote HelloWorld and
> to get it to compile on the PC, included:
> 
> 	import awt.Graphics; 
> 	public class HelloWorld extends browser.Applet {
> 
> Moved it to SunOS and with Netscape2 get the error window containing such as:
> 
> 	I/O exception when loading: browser.Applet
> 	java.lang.UnknownError browser/Applet
> 
> What am I doing wrong?  I must be able to compile on the PC and serve/run
> the web on SunOS.
> 
> Thanks in advance for easing much frustration,
> Chantal Wright
> -
> Note to Sun employees: this is an EXTERNAL mailing list!
> Info: send 'help' to java-interest-request@java.sun.com
> 
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post