Re: unable to run a jar file in linux-Plz help me

2007-03-02 Thread Wilhelm Fitzpatrick
When you say and are you eliding the actual values, or is that the verbatim message? One of the first things you might examine is the version of java on the different platforms. Look at the output of the command: java -version on each of the different platforms. Typically things lik

Re: unable to run a jar file in linux-Plz help me

2007-03-01 Thread Libran Mail Me
Hi, Sorry for not giving the exact details.The exact error message is "Exception in thread "main" java.lang.NoSuchFieldError: : field not found" perhaps JVM is saying that he is unbale to recognise the field in the class(an user defined class), But I am surprised how the same jar runs on dos p

Re: unable to run a jar file in linux-Plz help me

2007-03-01 Thread Robert Meier
lib, > I am facing a problem while running a jar file (which I created using > eclipse v3.2.1 on windows XP.) on linux. > The same jar file runs fine on dos, > whereas on linux or solaris it returns a weird issue. > (XYZ not defined or something like that) ... not defined ... usually means that e

Re: unable to run a jar file in linux-Plz help me

2007-03-01 Thread Wilhelm Fitzpatrick
On Mar 1, 2007, at 7:30 AM, Libran Mail Me wrote: whereas on linux or solaris it returns a weird issue.(XYZ not defined or something like that) Without knowing what the actual error message is, I don't think there is any way we can help you.

unable to run a jar file in linux-Plz help me

2007-03-01 Thread Libran Mail Me
Hi, I am facing a problem while running a jar file (which I created using eclipse v3.2.1 on windows XP.) on linux.The same jar file runs fine on dos, whereas on linux or solaris it returns a weird issue.(XYZ not defined or something like that) I am a beginner in Java. Kindly let me know how I ca

help me with the blob

1999-12-06 Thread cf
hi linux and java fan : I devlop a program with oracel 805 on linux with blackdown java .and i have to inset the picture into the database .what should i do . Greate thanks and happy Y2k ôèPԔ

Re: JDBC in POSTGRESQL (HELP ME)

1999-06-25 Thread Anonymous
> My problem is using JDBC(ODBC) in POSTGRESQL. My machine has Red Hat >Linux 5.2. In the Howto Postgres document it is written that JDBC driver >is supplied with this CD. I created Database and tabels using psql >interactive prompt. Then I wrote one java program to access the tabels >created bef

Re: JDBC in POSTGRESQL (HELP ME)

1999-06-25 Thread Anonymous
it assume you have a database named test with some tables, so if it happens, first create that database and try again. > > > > Please help me to solve this problem. > Is there any other way I can use JDBC to access the tabels created > in Postgres. > > Sorry for inconvenience

JDBC in POSTGRESQL (HELP ME)

1999-06-25 Thread Anonymous
SimpleSelect.main(41) In one website of FAQJDBC it is written that one must have postgers.jar file in the current directory to load the driver. But I didn't get that file anywhere in my system. Please help me to solve this problem. Is there any other way I can use JDBC to access the tabel

help me, awt doesn't work

1999-05-14 Thread Xu Xiaoqiang - Thatweb
Hello, Can any one help me on this ? I installed jdk1.1.7 for Linux on RedHat 5.2 , then , When I run the most simple awt application that has only a frame , java says: /usr/jdk/../lib/i586/green_thread/libawt.so: undefined symbool: XtShellString(libawt.so) java.lang.UnsatisfiedLinkError: no

Re: Help me compile for Native Methods?

1999-02-17 Thread Uncle George
Gee -static to create a shared .so file ? maybe u wanna look at -shared ! > > libHelloNative.so: HelloNative.c HelloNative.h > > gcc -c -o libHelloNative.so \ > > -static \ > > -I/usr/java/include \ > > -I/usr/java/include/genunix \ > >

Re: Help me compile for Native Methods?

1999-02-16 Thread Jeff Galyan
Make sure that: #1: you're calling System.loadLibrary(someLib) [ I'm assuming you are ] #2: when you compile your native library, you are exporting the symbols you need to call from your Java program [ this was a real pain in the butt on a Mac ] Peter Gutowski wrote: > > I've used Cay Horstma

Re: Help me compile for Native Methods?

1999-02-16 Thread Roel Hofkens
>libHelloNative.so: HelloNative.c HelloNative.h > gcc -c -o libHelloNative.so \ > -static \ > -I/usr/java/include \ > -I/usr/java/include/genunix \ > HelloNative.c > You don't have the right compiler options here. In the ELF-HOWTO (maintained by [EMAIL PROTECTED]), you find the following gui

Help me compile for Native Methods?

1999-02-15 Thread Peter Gutowski
I've used Cay Horstmann's and Gary Cornell "Core Java" books and have been pretty happy with them. The second volume claims to help you create native methods that can be called from java code. Their examples use Solaris and WindozNT only though.. The instructions for using javah -jni to create a

Re: Help me compile for Native Methods?

1999-02-15 Thread Raju Karia
Peter Gutowski wrote: > > I've used Cay Horstmann's and Gary Cornell "Core Java" books and have been > pretty happy with them. The second volume claims to help you create native > methods that can be called from java code. Their examples use Solaris and > WindozNT only though.. > > The instructi

Re: Help me compile for Native Methods?

1999-02-15 Thread Moses DeJong
You need to compile that as a shared library not a static lib. Use -shared not -static on the command line. Mo DeJong dejong at cs.umn.edu On Mon, 15 Feb 1999, Peter Gutowski wrote: > I've used Cay Horstmann's and Gary Cornell "Core Java" books and have been > pretty happy with them. The second

Re: help me

1998-06-21 Thread Michael Plump
On Mon, 22 Jun 1998, Cho Hui Dae wrote: > hi! can you help me? i have the following error whenever i run > every programs included in linux jdk 1.1.6. what happened? > first of all, i got "Segmentation fault" with libc library in > jdk. so i removed it coz i have alre

help me

1998-06-21 Thread Cho Hui Dae
hi! can you help me? i have the following error whenever i run every programs included in linux jdk 1.1.6. what happened? first of all, i got "Segmentation fault" with libc library in jdk. so i removed it coz i have already installed the same version of libc. then i can run some pro