Hi,
I am having few troubles using jdk1.2pre-v2(glib2.0) on Redhat
Linux 6.0. I used jdk1.1.7 with swing module (Redhat Linus 5.2) for my
swing application which is using JNI. Now after installing
jdk1.2pre-v2(glib2.0) application complains about swing classes during
compilation as,
Fsa.java:434: class JLabel not found in class Fsa
JLabel name = new JLabel("name: ");
Fsa.java:437: class JButton not found in class Fsa
JButton createForce = new JButton("Create my Force");
:
makerFSDB: javah: command not found
Everything was working fine under jdk1.1.7 with swing module
With jdk1.2pre-v2 i don't think i have to add swing module because it is
built in correct?
Do i need to set any PATH or something to find different swing classes?
Why it is not finding javah command? It is there in bin directory when
i tried to run from there i got message,
Error: can't find libjava.so.
Can anyone suggest what's missing?
Thanks,
-Raj
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]