Re: [Fwd: I am lost! Can you help?]

2000-10-27 Thread Rajesh Patel
Juergen Kreileder wrote: > >>>>> "Rajesh" == Rajesh Patel <[EMAIL PROTECTED]> writes: > > Rajesh> black:rpatel% javac bank/CGGAMPSSLSocketFactory.java > Rajesh> bank/CGGAMPSSLSocketFactory.java:17: The method > Rajesh> b

[Fwd: I am lost! Can you help?]

2000-10-27 Thread Rajesh Patel
I am using jsse1.0.2, Redhat 6.2 jdk 1.2.2. Thanks, -Raj Hi,    I am trying to implement my version of RMISocketFactory that provides ssl sockets instead of regular sockets.  I extended RMISocketFactory as follows but compiler complains that i can not extend it's methods! package bank; i

Re: RMI JNI and objective c issue.

2000-07-21 Thread Rajesh Patel
Juergen Kreileder wrote: > >>>>> "Rajesh" == Rajesh Patel <[EMAIL PROTECTED]> writes: > > Rajesh> Full thread dump Classic VM (1.2.2-L, native threads): > > That's not a good combination, the native threads VM in Sun's 1.2.2 > rel

RMI JNI and objective c issue.

2000-07-21 Thread Rajesh Patel
Hi, I have problem which enough people may not be interested but if any one can give any hint, would be appreciated. I am running objective c application using JNI starting JVM from objective c code and calling java application which uses RMI to communicate with my applet for the browser.

kaffe and RMI

2000-06-29 Thread Rajesh Patel
Hi, Does anybody know what command line options i have to use in order to run my RMI server application using kaffe? if i use simple kaffe command i get following errors, % kaffe RMIServer kaffe.util.NotImplemented at java.lang.Throwable.(Throwable.java:33) at java.lang.Err

Re: RMI and netscape

2000-06-29 Thread Rajesh Patel
"Jesus M. Salvo Jr." wrote: > Well, your applet was loaded locally, not from 158.186.60.220. > > Did u have your applet signed? No. Do i have to have my applet signed? -Raj > > > John Salvo > > Rajesh Patel wrote: > > > > > > Netscape Commu

Re: RMI and netscape

2000-06-29 Thread Rajesh Patel
[EMAIL PROTECTED] wrote: > Rajesh Patel <[EMAIL PROTECTED]>@lads.is.lmco.com on 28.06.2000 > 17:00:45 > > Please respond to "rpatel"@lads.is.lmco.com > > Sent by: [EMAIL PROTECTED] > > To: java-linux Mailing List <[EMAIL PROTECTED]> &

RMI and netscape

2000-06-28 Thread Rajesh Patel
Hi all, I am dealing with security issues with netscape and plugins for linux. I am running RMI server application on my http server and trying to run applet which connect to the RMI server and server passes some information back to applet. Things works fine if i use appletviewer but

kaffe-swing

2000-06-09 Thread Rajesh Patel
Hi, Just for the info that swing-1.1.1fcs works fine with kaffe and i got it from sun. -Raj -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

kaffe-swing

2000-06-09 Thread Rajesh Patel
hi all, I am running kaffe 1.0.5 on my Redhat 6.1 and trying to use swing classes. It is not finding swing classes. e.g. Can''t find class "javax/swing/JFrame" §8 ... How can i get it to work with swing? Which version of swing should i use and where can i find it? Thanks i