I had read somewhere when JDK1.2pre v1 was released that Java3D was very
close and would likely be released in a couple of weeks. Does anyone know
what the status on this is? I'm working on a really cool 3D app that I'd
love to see running on my Linux box.
Hi guys...
I'm trying to send datagrams but I'm getting a exception on JDK
1.2prev1. Does anybody know what's the problem ? Is this a bug of this
release or need I do some kind of configuration ?
Here's the exception
java.io.IOException: Permission denied
at java.net.PlainDatagramSocke
Using Linux_JDK_1.2_pre-release-v1 for Intel, glibc, I also am having a
problem with jar. My only other issue with the release is with the
fonts, but I have yet to try the mailing list fixes.
With 1.1.7, I can make a jar file with a manifest containing over 200
classes. On the same files, howev
Will the JSDK be included in the first non-pre release?
Thanks for all your work! You have freed many of us Java developers out
here to replace MS Windows with Linux on our desktops at work.
Again,
Thanks.
--
To UNSUBSCRIBE,
On Tue, 16 Mar 1999 12:55:45 -0800, Matt wrote:
>Supposedly 1.1 support is in Navigator 4.5, but on one version I keep
>getting the message that I need the plug-in, and on another copy of 4.5
>it just sits there.
Netscape 4.5 (and 4.07 and up) support JDK 1.1
However, if a web page defines that
Hello all,
I'm trying to get a Java 1.1 applet to work in Netscape 4.x. There's a
Windows plug-in for it, but the Linux port of the Activator plug-in
seems to have disappeared.
I've downloaded the 1.1.7 JDK and can't use the appletviewer directly
because the applet is sitting behind HTTP authen
Hi :)
i'm writing an application which uses a lot of sockets, on jdk1.1.7
everthing works well, on jdk1.2 a read with a DataInputStream on a socket
causes an
IOException: Read end dead
and closes the connection.
has this something todo with the multicastsockets kernel bug ?
at the moment i'm u
Hi
in my Applet i am loading several gifs, with getImage. Some gifs are
loaded but others not I get a NullPointerException instead. The gifs are
definitively existing.
i have Linux DLD 5.4 netscape 4.05, but i observed the same problems
with windows and
netscape.
Are there any tools in Linux to g
Hi there :)
i read the archive, and i had the same problems with libjava.so
i had both jdk versions installed (jdk1.1.7 and jdk1.2) and because i want
to use jdk1.1.7 until jdk1.2 will run stable, i didn't changed my path
enviroment variable. and just for a test i tried to run javac from the bin
The invocation api is the C/C++ API presented by the java
libraries to startup a java interpreter inside a native application.
You can just startup the interpreter and start your main method,
or you can interact in either direction from native to bytecode
and vice versa.
See the JNI section of yo
"Gee. That's great stuff.
Next up, Apple Macintosh!"
Seriously though, what is this Invocation API?
Is it operating system specific or pure Java?
Peter
__ Reply Separator _
Subject: Re: Creating a stub wrapper for JDK 1.2 on L
This is clearly off-topic , please do not post to this group unless\
the question is about *Java on Linux*.
Cheers
Chris
Ozer Irfan wrote:
hello
in linux , how delete a directorie wich content many files ?
rm -f * is not valid.
He say too long list
Help me.
Thanks
On Tue, 16 Mar 1999, Ozer Irfan wrote:
> hello
>
> in linux , how delete a directorie wich content many files ?
> rm -f * is not valid.
> He say too long list
This list is for java AND Linux: you're out of order as your question has
nothing to do with java.
Even the connexion with Linux is moo
Hi!
On Tue, 16 Mar 1999 Ozer Irfan wrote:
>hello
>
>in linux , how delete a directorie wich content many files ?
>rm -f * is not valid.
>He say too long list
Go to the parent directory and try
rm -Rf
Ciao,
Andreas
--
To UNS
On Tue, Mar 16, 1999 at 02:08:30PM +0100, Ozer Irfan wrote:
> Hello
> how delete the content of a directorie with many files ?
>
> I use rm -rf *
> but I have the message : parameter too long
> I'm not root.
Try this:
find . -maxdepth 1 -exec rm -rf {} \;
> Thanks.
>
> Irfan
HTH,
Thomas
--
> Of course there is no such thing as Bourne on Windows/NT boxes what
> is best JDK 1.2 class path for these systems.
Someone on my team is writing a small native NT program to locate the JRE, etc.,
based
on registry settings, then launch a java runtime via the invocation API. We'd
rather n
A popular method to run java application is to call the JVM from a
shell script. Typically when I want distribute
a Java program. I set up the `Makefile' run a script to
*automagically* generate this dum-diddy-dum-dum-dum
stub script which is basically this:
#!/bin/sh
# Java Stub Generator
...
Hello
how delete the content of a directorie with many files ?
I use rm -rf *
but I have the message : parameter too long
I'm not root.
Thanks.
Irfan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscr
hello
in linux , how delete a directorie wich content many files ?
rm -f * is not valid.
He say too long list
Help me.
Thanks
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EM
19 matches
Mail list logo