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
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
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 |
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
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