urgent help needed please.......Rý??²? ü¢??*sü ^£?³ý¬???­ý´?¶¹¥

1998-09-22 Thread satya seshu kumar dammu
i am getting undefined symbol errors when System.loadLibrary is loading shared object file. i have a java class called "hello" ( very simple one like we all imagine) it has a single native method and the native method implementation is in "hello.c" the native method implementation in

Re: Kaffe and Serialization (was Re: Kaffe and HJBrowser)

1998-09-22 Thread Brian Pedersen
Speaking of things that might be "beyond-spec", are Kaffe's standard classes and the Sun JDK classes Serialization compatible? For example, if I were to Serialize a java.awt.Panel generated by a Kaffe VM, and send it over a network to a Sun VM, could the Sun VM deserialize it properly to its

Re: JAVA-LINUX

1998-09-22 Thread Paul V. Drobnich
Hi, i'm using RH 4.2 and i installed jdk1.1.6 for linux. The installation was susccesfully. I wrote a litle code(Hello Wold) but when i run javac Hello, it gives me a message like that one: No Library path set. Failed to locate native function: java/lang/System.currentTimeMillis()j

Re: Object Mapping into sql dbms?

1998-09-22 Thread Bernd Wengenroth
There are a large number of commercial products available to map java objects into relatonal databases (I use one called VBSF for some commercial products). But are there any Open Source tools to do this? I am interested in contributing to such a project as I need it for several open

Start Office and Java

1998-09-22 Thread Matt Zagni
To All, Has anyone used StarOffice 5 for Java yet ? Is it any good ? I wonder if 'wine' will go the java route ? Matt

116v4a glibc bug

1998-09-22 Thread J.P.Lewis
below is a program that has a bug - it doesn't create an array before assigning into it (happens in a constructor). Under 116v4a/glibc, the program says "Can't find class" rather than printing a nice stacktrace. Under 115v5,7 it sometimes prints the stacktrace; sometimes the constructor

Re: JIT compiler TYA

1998-09-22 Thread Albrecht Kleine
Does anyone have the URL for this or any JIT that will work with JDK1.1.6v4a. Thanks. ftp://gonzalez.cyberus.ca/pub/Linux/java/tya1.0.tgz Cheers Alb.

Swing: Can't find class ClassName

1998-09-22 Thread William Tchen
Hi, I have a question concerning JFC. I'm using blackdown's jdk1.1.6v2 on RH5.1, and everything is working fine. I can compile the *.java files and run it using 'java classname'. But that is not the case with Swing component (Swing1.0.3). I compile a file that use Swing components (instead

Re: [Re: urgent help needed ]

1998-09-22 Thread satya seshu kumar dammu
[EMAIL PROTECTED] wrote: satya seshu kumar dammu wrote: %gcc -g -shared -lc_nonshared -I/usr/include -I/usr/share/jdk1.1.6/include -I/usr/share/jdk1.1.6/include/genunix -L/lib -L/usr/lib -L/usr/share/jdk1.1.6/lib -L/usr/share/jdk1.1.6/lib/i686/green_threads hello.c -o libhello.so why is

Re: Swing: Can't find class ClassName

1998-09-22 Thread Wim Ceulemans
I have a question concerning JFC. I'm using blackdown's jdk1.1.6v2 on RH5.1, and everything is working fine. I can compile the *.java files and run it using 'java classname'. But that is not the case with Swing component (Swing1.0.3). I compile a file that use Swing

Re: Swing: Can't find class ClassName

1998-09-22 Thread Michael Sinz
On Tue, 22 Sep 1998 14:16:39 -0700, William Tchen wrote: Thanks for your suggestion, but I think the CLASSPATH variable on my system is properly set (which includes swingall.jar), otherwise I can't compile a file that refer to Swing classes. My CLASSPATH is:

Re: urgent help needed please.......Rý??²? ü¢??*sü ^£?³ý¬???­ý´?¶¹¥

1998-09-22 Thread Juergen Kreileder
satya seshu kumar dammu writes: i am getting undefined symbol errors when System.loadLibrary is loading shared object file. i have a java class called "hello" ( very simple one like we all imagine) it has a single native method and the native method implementation is in "hello.c" the

Using Native methods from an applet

1998-09-22 Thread Stephen Martin
I'm trying to access a native method from an applet under netscape 4.06 (and 4.5b2) and I have managed to get the thing to almost work. It finds and loads that shared library, it invokes the native method which returns a String, but if I use the String in any context such as trying to print it,

Can't find class etc etc etc.

1998-09-22 Thread Martin Little
After seeing many of these messages roll by day after day I was thinking that perhaps we should create a mailing list faq of some sort that is sent to people when they first subscribe answering these basic questions? It's not that they are stupid questions, I think they are not well documented