Java file cannot be found?!

1998-10-22 Thread Daniel Harris

Dear java-linux group,
Having installed your lovely port of jdk116v2 yesterday I started right
away with alittle project I have been thinking about...I had to do some
packaging and my files are all residing in /usr/local/jdk116v2/classes/
The classpath has been set to /usr/local/jdk116v2 and compiles all used
sources fine...When I come to test it out though I type "java Progress",
java file cannot be found. I tried "java Progress.class", java file
cannot be found...again!
I cannot determine where it is looking for the class I am in the
directory where the file I need to start is...I don't know if it's
because I have created a symbolic link is /usr/bin/ called java that
links to /usr/local/jdk116v2/bin/java though I don't see how that could
effect it locating the source correctly.

Any help on this matter would be appreciated.

Dan.



Re: Java file cannot be found?!

1998-10-22 Thread Daniel Harris

Excellent...Will try that when I return home.
Thanks for the prompt reply.

Dan.


Terry M. Lee wrote:

>  Daniel Harris wrote:
>
>> Dear java-linux group,
>> Having installed your lovely port of jdk116v2 yesterday I started
>> right
>> away with alittle project I have been thinking about...I had to do
>> some
>> packaging and my files are all residing in
>> /usr/local/jdk116v2/classes/
>> The classpath has been set to /usr/local/jdk116v2 and compiles all
>> used
>> sources fine...When I come to test it out though I type "java
>> Progress",
>> java file cannot be found. I tried "java Progress.class", java file
>> cannot be found...again!
>
> You need to point your classpath to include your current directory.
>
> This means that ./ must be in your classpath
>
> eg. my java classpath reads
>
> ./:/usr/java/lib/classes.zi
> :/usr/local/swing/latest/swingall.jar..
> ^^
> note the starting ./ path
>
> Terry
>
> --
> **
> Terry Lee
> Tel (O) :(65) 8719 719
> Pager   :(65) 9 706 4979
> E-mail  :[EMAIL PROTECTED]
> ICQ :4698075
> Research Biologist
> Centre for Natural Product Research
> **
>
>





JDK1.2 Port to Linux?

1998-10-26 Thread Daniel Harris

Blackdown:
I have recently joined this mailing list as I'm now using your lovely
JDK port.
I had a quick peek in the archived mailing list though I could not find
any info of plans on a JDK1.2 port...
At the moment I cannot see any problem with me using your JDK1.1.6 port
but was wondering, looking to the future...Is there a port planned?

Dan.



RMI Help needed...

1998-11-09 Thread Daniel Harris

Fellow Blackdown'ers:
I am using the jdk1.1.6v5 port of Java, running apache at home. I was
wondering what I need to install and how to go about it to get into RMI
Development.
Are there any good tutorials for installing RMI with apache.

Any help on this matter would be useful.

Dan.