Re: Write Once Run Anywhere?

1998-10-01 Thread Ming-Ching Tiew
Steve Cohen wrote: > > I have built an application and an applet using jdk 1.1.6 under linux > RedHat 5.0. Both the application and the applet (which use much of the > same code) compile and work under linux. > When I copy the class files to a Win95 system, they fail with > NoClassDefFoundError.

Re: Signing Applets

1998-08-12 Thread Ming-Ching Tiew
Laura L. Evangelista wrote: > > Java People, > > Can I sign an applet (JAR file) without "purchasing"/needing > a certificate (digital ID)? > If my memory doesn't fail me, you can. I remember trying DSA signinig of applet long time ago, following an example provided by Sun. But even if you

Re: don't understand JNI

1998-08-12 Thread Ming-Ching Tiew
Fan Howard-W12211 wrote: > > Hello, > > I run into problem with JNI. Seems it can't set field variable, nor can > it be used in Thread. Here's my program: > > fd1=(*Env)->GetIntField(Env,jcls,jfd)+1; > jcls should be jobj > (*Env)->SetIntField(Env, jcls, jfd, fd1); > jcls should