nested classes, packages, and javac depend

1998-12-03 Thread Steve Cohen
I find that I'm unable to get rid of the following errors when I do a javac depend of my whole project: error: File /usr/local/java/xyz/Scheduler.java does not contain nested class xyz.Scheduler. 1 as expected. Please adjust the class path so that the file does not appear in the package xyz. Wh

Re: https

1998-12-03 Thread Jason von Nieda
Christopher Hinds wrote: > you read or send data). However if you plan on developing standalone > Java applications that will talk the HTTP deamons the support HTTPS > (SSL) you will need some sort of HTTPSUrlConnection support. Thought I would drop a little plug here. I am currently developing

Re: News group

1998-12-03 Thread Juergen Kreileder
> Peter Kovacs writes: Peter> Is there any newsgroup about the linux port of java? No, but you're on the right mailing list. Peter> I am specifically interested in when the JVM port for linux Peter> will support real multi-threading. People on linux Peter> newsgroups tend to

Re: https

1998-12-03 Thread Christopher Hinds
Keep in mind the socket stream( both input and output) that are used inside of any browser JVM( plugin or embedded) are allocated and opened by the browser for the JVM. Therefore from within the browser you don't need anything like "HTTPSUrlConnection" , you just use the standard HTTPUrlConnecti

News group

1998-12-03 Thread Peter Kovacs
Is there any newsgroup about the linux port of java? I am specifically interested in when the JVM port for linux will support real multi-threading. People on linux newsgroups tend to say that linux has already has native thread support. Thanx Peter

Linux & Java plugin

1998-12-03 Thread Papadomichelakis Yiannis
Hi Is there any plan for supporting the Java-plugin on linux browsers? -- Papadomichelakis John "Unite for Java! - http://www.javalobby.org" __ email : [EMAIL PROTECTED] TEL : 30 31 758 429, 30 31 709 796 __

How do I get on the porting team

1998-12-03 Thread Jeff R. Lamb
Anyone know where to sign up to help with the porting of Java to Linux? -- Jeff R. Lamb [EMAIL PROTECTED] Computer Wizards Consulting http://www.computerwizards.com

Re: swing-1.1beta3

1998-12-03 Thread Pavel Tolkachev
[EMAIL PROTECTED] wrote: > > I'm having some problems to install swing-1.1beta3 on RH5.2. > > 1. I installed jdk in /java/jdk117_v1a/ > 2. I downloaded swing11-beta3.tar.z into /java > 3. tar xvzf swing11-beta3.tar.z created directory /java/swing-1.1beta3 + 60 > html files own by user uucp and

RE: https

1998-12-03 Thread Tar . Zoltan
It 's ok. But I use the Sun's plugin, not the Netscape built-in Java plugin. Are you sure that, it is true for the Sun's plugin? I didn't find any class that contains SSL, or HTTPS in their name. Zoltan TAR > -- >

Re: https

1998-12-03 Thread Massimo Conti
Hi, > If I remember correctly, if an applet is loaded through https, > any socket opened by this applet will use https by default. > > I could be wrong... No it is right. I have made some tests opening a secure site from an applet running in a browser (Netscape) and it works fine. Bye Massim

Re: swing-1.1beta3

1998-12-03 Thread ÇÑ»óÇõ
[EMAIL PROTECTED] wrote: > I'm having some problems to install swing-1.1beta3 on RH5.2. > > 1. I installed jdk in /java/jdk117_v1a/ > 2. I downloaded swing11-beta3.tar.z into /java > 3. tar xvzf swing11-beta3.tar.z created directory /java/swing-1.1beta3 + 60 > html files own by user uucp and

Re: swing-1.1beta3

1998-12-03 Thread peter . pilgrim
Until JDK 1.2 arrives for Linux you include the path to swing.jar in your CLASSPATH explicitly a la export SWING_HOME=/usr/local/swing-1.1-beta3 export CLASSPATH=.${SWING_HOME}/swingall.jar Pete __ Reply Separator _ Subject: swing-1.

Re: JDK install

1998-12-03 Thread Jaimini Ram
Hi, we could solve this problem. we set NS_JAVA=N, so that it does not look for x libs. we put this variable in .bash_login file. Thanks, . Jaimini Ram Dha

swing-1.1beta3

1998-12-03 Thread wdacruz
I'm having some problems to install swing-1.1beta3 on RH5.2. 1. I installed jdk in /java/jdk117_v1a/ 2. I downloaded swing11-beta3.tar.z into /java 3. tar xvzf swing11-beta3.tar.z created directory /java/swing-1.1beta3 + 60 html files own by user uucp and group 143. 4. I added the following lines