status of java plugin

1999-09-08 Thread Aaron M. Stromas
hi, i've searched the mailing archives for information regarding the java plugin.  it appears that it's been pulled over a year ago. does anyone have any knowledge about it? will it re-appear? if so, when might it happen? tia for any clues, --  Aaron Stromas    | "Tick-tick-tick!!!... ja, Pantani

ibm jdk 118 and apache jserv

1999-01-02 Thread Aaron M. Stromas
greetings, having read how fast the ibm's jvm is i decided to compile apache jserv with it. unfotunately, i was getting a library load errors, "unsatisfied symbol: __bzero" in libjava.so. the old trick of defining macro bzero in term of memset didn't work this time.  what would be the least intru

jaas

1999-11-11 Thread Aaron M. Stromas
greetings, the requirement for jaas is java 2 v1.3. does anybody know the specific dependencies on v1.3? i'm hoping it can be used on linux 1.2pre if certain things are avoided. can anyone comment? tia, -a -- Aaron Stromas| "Tick-tick-tick!!!... ja, Pantani is weg..." Oracle Corp |

problems with rmi (linux 1.2 client, solaris 1.3 server)

2000-01-11 Thread Aaron M. Stromas
greetings, may someone have a hint as to what my problem may be and how to fix it. here is what is happening. i have a an rmi application with linux client (jdk 1.2) and solaris server (jdk 1.3). the client throws an UnmarshalException. i could not figure out why it wa happening, so i tried the

question about building libraty for JNI

2000-10-02 Thread Aaron M. Stromas
greetings, I need a little assistance with building a shared library for JNI under Linux 2.2. This is how I went about creating the library: compiling: g++ -I /usr/local/java/include -I/usr/local/java/include/linux -shared -fPIC -o keys.o keys.c linking: gcc -shared -Wl,-soname,libkeys.so -o li