I have just downloaded the java plugin for linux. I have a RH6.1 system.
When I run the install script I get no errors, but if I then try to
start my netscape 4.61 I simply get: Bus error and nothing netscape
exits. Removing the java and plugins directory under .netscape makes
netscape work again.
> Jeff Galyan writes:
Jeff> Jean-Pierre Fournier wrote:
>>
>> Does anyone know how one could get the same
>> functionality as the -verbose option when
>> starting a JVM from the commandline from
>> within java or C?
>>
Jeff> Unfortunately, JNI in 1.1.x doesn
Jean-Pierre Fournier wrote:
>
> Does anyone know how one could get the same
> functionality as the -verbose option when
> starting a JVM from the commandline from
> within java or C?
>
Do something like this in your C code:
#define USER_OPTIONS = "-verbose";
#define OPTS_SEPARATOR = "\s";
#ifd
I have no idea why the security mechanism was changed. All I can tell
you is that I had the same problem with RMI stuff (on Solaris, even)
until I both gave all permissions to jre/lib/ext codebase AND created a
.java.policy file in my home directory which was identical to the
default java.policy f
Hi,
Thanks for the reply.
Nathan Meyers wrote:
>
> Is the classfile for the remote stub in your
> program's classpath?
Yep. I have another class to just check the
rmi side of things. When I run this class all
works as expected, and I can get the remote
object and see the remote methods exec
At 21:59 12/18/99 -0700, Jeff Galyan wrote:
>Actually, that makes sense. Java 2 has a different security structure
>than previous releases. If you took away permissions from the jre libs,
>then you'd get that error.
That error makes sense to you because of security being restriced?
HUH? in 1.1 t
On Sun, Dec 19, 1999 at 10:10:01AM -0500, Jean-Pierre Fournier wrote:
>
>
> Hi,
>
> linux 2.0.38
> java 1.1.7B
>
>
> I am trying to get a handle to a remote
> object from C. In my C program, I create
> a VM, find the class I want, find the method
> and then call CallStaticIntMethod(). It
>
Hi,
linux 2.0.38
java 1.1.7B
I am trying to get a handle to a remote
object from C. In my C program, I create
a VM, find the class I want, find the method
and then call CallStaticIntMethod(). It
appears that Naming.lookup() is the cause
of my NoClassDefFoundError, since if I
comment this li
wtf???
__
Get Your Private, Free Email at http://www.hotmail.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE