Re: RMI without http server?

1999-12-13 Thread Andrew
> [jape@jaguar test2]$ java > -Djava.rmi.server.codebase=file:/usr/home/jape/ test2.Server > > main > remote exception in main > java.rmi.ServerException: Server RemoteException; nested exception is: > java.rmi.AccessException: Registry.rebind > after main > > just wondering if yu

RMI without http server?

1999-12-13 Thread Jean-Pierre Fournier
Hi Folks, I'm hoping that some RMI guru can help me get started. I'm trying to create a simple RMI client/server on a single computer, but something is choking in the rebind() call. linux 2.0.38 java "1.1.7B" in window 1: [jape@jaguar jape]$ echo $CLASSPATH [jape@jaguar jape]$ rmiregistr

Tritonus 0.1.81 available

1999-12-13 Thread Matthias Pfisterer
Hi, there are good news for Linux-JavaSounders: Tritonus is moving towards a 0.2 release. Features planned for 0.2 include: - JavaSound 0.90 interface - support for the Enlightenment Sound Daemon - Clips and recording - volume and pan control - complete file handling stuff, including mp3 - format

Re: another possibility wrt the press-release.

1999-12-13 Thread Nathan Meyers
These are good and reasonable suggestions, but I hope we don't get into a game of could-of/should-of/would-of w.r.t. Blackdown project communications. The team communicated news when there was news, and did have to deal with a lot of persistent "when is it coming?" questions they could not answer.

Re: permissions

1999-12-13 Thread Joseph Shraibman
Matthias Pfisterer wrote: > Hi, > > it should be possible to determine this by trial-and-error. Remove that > AllPermissions and run your program. Watch out for the first > SecurityException. It usually can be derived from the error message > which permission is missing. Grant this permissen, the

Re: another possibility wrt the press-release.

1999-12-13 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Mike Ajemian wrote: > > > Let me suggest a motive that makes sense. Inprise makes IDEs. IDEs > > > include debuggers...Connect the dots. > > > > This was the point, Einstein. Inprise relies on its brand. I didn't > > think I had to spell this out to the nth degree

Re: Using native classes

1999-12-13 Thread Trent Jarvi
I've not seen a way to call say.. libc printf from java. printf is usually wrapped in a native function that matches java's calling method. More recently this is done through the java native interface. You have probably seen the 'trail' for calling native functions from java methods. http://

Re: Help!!!

1999-12-13 Thread Nathan Ehresman
> Could anyone of you please let me know how I can debug java > native methods on Linux... hello, i am doing this exact thing this morning. there has been a lot of discussion about how to do this on this list already. i suggest looking through the mailing list archives for some really GRE

Help!!!

1999-12-13 Thread Pramila
Hi,       Could anyone of  you please let me know how I can debug java native methods on Linux...         Thanks in advance...   Bye Pramila

Solved SIGSEGV 11* !!!

1999-12-13 Thread Anthony G. Starovojtov
I've got segmentation violation error while trying to run simple JNI program. I use RedHat 6.1, glibc 2.1, jdk117v3. I've read all the solutions in FAQ but nothing helped. Well, once more solution is to compile C library with -shared key. After that all works. gcc -shared -I/jdk/include -I/jdk/

Using native classes

1999-12-13 Thread benito . meeuwis
Hi, How can I get a reference to a native class in a shared library and use the functions ? An example would be very welcome !! Thanks ... E-Mail : [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

Re: appreciating sun

1999-12-13 Thread Ted Neward
Well said, all around. Ted Neward Java Instructor, DevelopMentor ( http://www.develop.com ) http://www.javageeks.com/~tneward -Original Message- From: noisebrain <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, December 13, 1999 1:07 AM Subject: appreciating su

Re: libjava.so: cannot open shared object file

1999-12-13 Thread Juergen Kreileder
> gerd writes: gerd> [muster@192 muster]$ DEBUG_PROG=ldd java gerd> java: error in loading shared libraries: /usr/local/jdk117_v1a/lib/i686/green_threads/libjava.so: undefined symbol: _dl_symbol_value You need 1.1.7-v3 or higher. Juergen -- Juergen Kreileder, Blackdown

Re: libjava.so: cannot open shared object file

1999-12-13 Thread gerd
Hello Juergen, Emmanuel> thank you for your suggestions! From: Juergen Kreileder <[EMAIL PROTECTED]> Date: 11 Dec 1999 00:48:42 +0100 This command should show what exactly was missing: $ DEBUG_PROG=ldd java After we added the path of libjava.so explicitly to /etc/ld.so.conf we got