Re: JDK and JDK

1996-11-20 Thread Brian C. White
> Why didn't you use the available netscape and jdk packages? Just
> pick up jdk-static, jdk-common, and netscape from non-free and try
> again. That's what I did and it works beautifully!

Netscape is actually in "contrib".  If you're using the new libc5 and
want to use Java, you'll have to wait for v3.01 to make it out of the
"Incoming" directory.
 
  Brian
 ( [EMAIL PROTECTED] )
 
---
 measure with micrometer, mark with chalk, cut with axe, hope like hell


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: JDK and JDK

1996-11-20 Thread Stephen Pitts
Why didn't you use the available netscape and jdk packages? Just
pick up jdk-static, jdk-common, and netscape from non-free and try
again. That's what I did and it works beautifully!
-- 
Stephen Pitts   [EMAIL PROTECTED]
Proudly running Debian GNU/Linux 1.1 on an Intel Pentium 150
Send a message with "Send PGP Key" in the subject to get my PGP key.
Visit http://www.onekey.com for OneKey: The Smart Search Engine!


pgpt2p8961m4B.pgp
Description: PGP signature


Re: JDK and JDK

1996-11-19 Thread Fabien Ninoles
-BEGIN PGP SIGNED MESSAGE-

On Mon, 21 Oct 1996, kazem wrote:

> Date: Mon, 21 Oct 1996 01:11:42 -0700
> From: kazem <[EMAIL PROTECTED]>
> To: debian-user@lists.debian.org
> Subject: JDK and JDK
> Resent-Date: Mon, 21 Oct 1996 01:11:42 -0700
> Resent-From: debian-user@lists.debian.org
> 
> 
> 
>   Now i login my box like user toto
>   cd Java/Class
>   Here my code of Hello.java
>   
>   import java.applet.*;
>   public class Hello
>   {
>   public static void main(String[] args)
>   {
>   System.out.println("Hello World!");
>   }
>   }
> 
>   javac Hello.java ==> Hello.class
>   java Hello ==> Hello World!
> 
>   
>   
> Hello World Program  
>
>   Here is out put 
> 
>   
> 

Your problem is not in the distribution... is with your coding...
T o run a java applet, you must start with an Applet class as explain in
the Java doc... What's you make is a Java application who can only be run
with the java vm (known as java).

- ---
 "Mind can make Paradise with Hell, and Hell with Paradise."
-- J.Milton [not exactly cited]
- ---
Fabien Ninoles aka Baffouille   || Running Debian-Linux
[EMAIL PROTECTED]|| Lover of MOO, mountains, 
http://www-edu.gel.usherb.ca/ninf01 || poetry and Freedom.
- ---

-BEGIN PGP SIGNATURE-
Version: 2.6.3i
Charset: noconv

iQCVAwUBMpIDLFX6fc7jcjhFAQHoxAQAyhevhP+c+Pzd4Cvb0j58ORDUxkX8Okf3
rEI9xEUg/eK00+Rb6YVFrVKG+0lmilP28xiOFK4NnPJ/chUq4a5cvg7yePx0N1jj
DCcA56IJ895Q8GX2SB0N6rAw76okTZd1xzlh5EVlhERW2fjadQul+vsHdaygrF4k
Qowc9g+ZTMA=
=c0wY
-END PGP SIGNATURE-

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]