Is there any update on when the early-access version of the plugin will be
released ? According to the website it would be made available shortly after
the next JDK 1.2 release (wich was as far as I know the pre2-version)
I would like to know, because I have to do a presentation of my work in a f
On Thu, 10 Jun 1999, Francisco Figueirido wrote:
>I downloaded the Java3D port but was unable to get it running. One of the
>shared libraries needs libMesaGL.so.3.? (forgot the number), but I have
>the Xi Graphics OpenGL port instead. After making the appropriate symbolic
>links (libMesaGL.so.3.?
When using javadoc at home in 1.2p2 for glibc 2.1 I got a error. I had the
error on floppy with me, but my floppy broke :-(.
When trying the same thing here at school on jdk1.2p2 for glibc 2.0 It worked
o.k.
Does anybody else have this problem ?? I will mail the error-message
when I get home.
Dè
gcc -c -fPIC one.c -o one.o
gcc -c -fPIC two.c -o two.o
gcc -shared one.o teo.o -o libMyLib.so
This works for me
Dènis Riedijk
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EM
On Mon, 17 May 1999, Rui Vale wrote:
>Hello to everybody!!
> My problem is that I needed to write on disk and
>create/modify/delete files trow an applet. I tryed to make such an applet
>but my efforts were garbage. If it is possible to create an applet to
>perform those tasks, please let me
On Thu, 06 May 1999, Peter Schuller wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>I've tried running it on Linux using JDK 1.1.6v5 (no JIT), 1.1.7v1a (w/ JIT and
>w/o JIT) and JDK 1.2-pre1 w/ JIT.
>
>No luck. Just a bunch of exceptions (I expected as much).
>
>Has anyone had any luck r
On Wed, 07 Apr 1999, Chien-Lung Wu wrote:
>Hi, guys:
>
>Can somebody point out that how can I insert a piece of C code in my java
>program?
You need to declare a native function in your java-code. Then you run javah
-jni MyPackage.MyClass. Then you have a header file for your c/c++ function.
you
I am making a viewing program that needs to acces C(++)-code. I have compiled
a Native library (libLoad.so) by means of the following commands :
g++ -fPIC-c -I[jdk-root]/include -I[jdk-root]/include/genunix Load.cc Load.o
ld -shared Load.o -o libLoad.so
When I run my java-program the following e