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
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
> 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
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
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
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
__
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
[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
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
> --
>
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
[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
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.
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
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
14 matches
Mail list logo