Re: How to Read files belong to client

2000-07-26 Thread Patrick Tsoi-A-Sue
This is a solution with a perl script on the server. I suppose you could replace the server script with java. Include this form on your web page: http://yourserver/cgi-bin/savefile.pl> Here is the server script to receive the file savefile.pl. # - savefile.pl # Receive file name and file

Newbie: Anyone know what library path is?

1999-05-21 Thread Patrick Tsoi-A-Sue
Trying to compile a java program for the first time on linux using the following: $ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib $ export CLASSPATH $ javac Console.java No library path set. Cannot find essential class 'java/lang/Object' in class library ... aborting. $ How do I set library path. Than