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

2000-01-11 Thread wyrd
Chris Abbey wrote: > > RMIRegistry can't find the _Stub class. It needs three classes in order > to function (interface, _Stub, _Skel). That isn't strictly true. If you use rmic -v1.2 all you'll get ( at least all I've gotten so far ) are _Stub's. Works fine with a 1.2 VM. By default rmic cr

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

2000-01-11 Thread Jeff Galyan
If I'm not mistaken, the stubs have to be on both the server and the client side. RMI is a bit tricky that way... --Jeff Aaron Stromas wrote: > > > Aaron Stromas wrote: > > > > > [EMAIL PROTECTED] wrote: > > > > > > > On Tue, Jan 11, 2000 at 02:00:00PM +, Aaron M. Stromas wrote: > > > > >

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

2000-01-11 Thread Chris Abbey
At 14:00 1/11/00 +, Aaron M. Stromas wrote: [...] >bash$ java -Djava.security.policy=/home/ams/.java.security Client >java.rmi.UnmarshalException: error unmarshalling return; nested >exception is: >java.lang.ClassNotFoundException: com.wrox.rmi.Reverse_Stub >java.lang.ClassNotFoundExce

Re: Which Linux JVM is better?

2000-01-11 Thread jack . w
I will use jdk in Linux kernel 2.2 Apache1.3.9 JSDK2.0 MySQL production environment, and I decide to use Blackdown JDK. Please ask which version of Blackdown JDK is better in stability,speed, 1.1.7vla? 1.1.7v3? 1.2.2RC2? 1.2.2RC3? JackWang

REMOVE

2000-01-11 Thread Joanie Ciszek
I don't know how my name got on this list bu tTAKE IT OFF!! __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- To UNSUBSCRIBE, email to [EM

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

2000-01-11 Thread Cynthia Jeness
I have never actually done this, by the RMIClassLoader should permit the dynamic loading of classes. Below is my summary of the description provided by Java Enterprise in a Nutshell. Cynthia Jeness - Dynamically Loaded Classes Loading classes m

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

2000-01-11 Thread Nathan Meyers
On Tue, Jan 11, 2000 at 01:15:17PM -0500, Aaron Stromas wrote: > it also worked on linux when i copied the _Stub class to the client. so, > why doesn't the server find the stub to return to the client? Ah, the real meat of the question. Answer: because RMI doesn't work that way. RMI doesn't send

Re: Which Linux JVM is better?

2000-01-11 Thread Christopher Smith
On Mon, Jan 10, 2000 at 10:00:55AM -0500, James Caple wrote: > For what it's worth, my experience has been that the Blackdown RC3 port is > much more scaleable and stable than the Inprise Linux port. I'd place my > bets on the Blackdown port for server-side performance and scaleability. > Althoug

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

2000-01-11 Thread Aaron Stromas
Aaron Stromas wrote: > [EMAIL PROTECTED] wrote: > > > On Tue, Jan 11, 2000 at 02:00:00PM +, Aaron M. Stromas wrote: > > > 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 >

RPM archive for new TYA1.6 available

2000-01-11 Thread Albrecht Kleine
Hi, the subject says it all, [EMAIL PROTECTED] informed me that he has packaged a TYA1.6 rpm-archive ready for download: http://www.spsselib.hiedu.cz/~ivop/ftp/tya/ Tnx to Ivo, Cheers, Albrecht -- To UNSUBSCRIBE, email to [

Re: Java 3d installation problem

2000-01-11 Thread Jacob Nikom
Hi Jeff, Thank you very much for your answer. I followed your suggestion and it worked. The only thing I have to add was the change to the LD_LIBRARY_PATH variable, which Java (or its different packages) used to get to the shared library. Regards, Jacob Nikom Jeff Galyan wrote: > > Jacob, >

Re: Ziff-Davis Story: Java and Open Source

2000-01-11 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Ziff-Davis' Jesse Berst has a column today pushing Open Source as Java's > most likely salvation: > > http://www.zdnet.com/anchordesk/story/story_4306.html > > A particularly memorable excerpt: > > "Sun could revive the Java dream by making it an open source pr

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

2000-01-11 Thread Aaron Stromas
Aaron Stromas wrote: > [EMAIL PROTECTED] wrote: > > > On Tue, Jan 11, 2000 at 02:00:00PM +, Aaron M. Stromas wrote: > > > 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 >

BufferedImage getSubimage call

2000-01-11 Thread Jason Blair
Hi... I've implemented a 'magnifying glass' on a BufferedImage object by using the getSubimage call to get the image segment, and enlarging it and drawing it directly on top of the original segment using Graphics' drawImage method. The magnifying glass is tied to the movement of the mouse. Makin

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

2000-01-11 Thread Aaron Stromas
[EMAIL PROTECTED] wrote: > On Tue, Jan 11, 2000 at 02:00:00PM +, Aaron M. Stromas wrote: > > 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 ser

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

RE: Nathan's Book

2000-01-11 Thread Tom Copeland
FatBrain has it in stock... my copy was shipped out this morning $44 incl. shipping. -Original Message- From: Rich Ibbotson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 10, 2000 2:59 PM To: [EMAIL PROTECTED] Cc: Nathan Meyers; [EMAIL PROTECTED] Subject: Re: Nathan's Book I guess

Re: jdk1.2.2 on Slackware?

2000-01-11 Thread Pedro Guimaraes
> JDK 1.2.2 requires glibc 2.1.2 which AFAIK translates to > libc 6.1.2 and _not_ libc 5. Hope this helps :-) Thanks for making it clear. Does anyone here happen to know if I can have libc5 and glibc installed on the same box? Thanks again!

dump problem

2000-01-11 Thread jack . w
I use JDK1.2.2RC3 in Linux to run JServ. I met dump probem in the error log filr. error_log file has msg: "Full thread dump Classic VM (Linux_JDK_RC3,native threads):" "Monitor Cache Dump:" "Registered Monitor Dump:" Detail is followed. Please ask what is dump ? How can I resolve this problem