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
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
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
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.
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
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Ô
> 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
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
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
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
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 \
> >
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
>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
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
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
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
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
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
18 matches
Mail list logo