It seems like a problem in processing strings. I had another experience that a
unicode driver built on redhat-alike linux cannot run in ubuntu (a debian
derivative), the reason is that it use a type "wchar_t" which has not been
standardised across different linux platforms. The driver has to be compiled and
built from source on ubuntu due to this in-compatibilities.
If you have time, you can install a 64-bit redhat-alike linux on your computer
to confirm whether there is problem in lib601 or libnative under 64-bit ubuntu.
david alis wrote:
1) The output
jconsole: 3: Syntax error: unterminated quoted string
appears immediately.
2) Creating the simple script file t.ijs and running
./jconsole -jprofile t.ijs (temp/t.ijs or whereever...)
has no effect.
3) 32bit jconsole doesnt work either - but behaviour is slightly
different:
jconsole: 1: Syntax error: "(" unexpected
4) java front didnt work (jw) - but maybe that's because it was using
64bit java:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/home/david/j601/libjnative.so: /home/david/j601/libjnative.so: wrong
ELF class: ELFCLASS32
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1005)
at jx.frames.J.main(Unknown Source)
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_01-b06, mixed mode)
Regards
David
==================================
In reply to:
Eric Iverson eiverson at sympatico.ca
Mon Apr 23 06:47:45 HKT 2007
Strange problem. I wonder where the error message is coming from.
Doing jconsole -jprofile (already suggested and tried) eliminates any
profile problems.
Do you get this output immediately on starting jconsole or is it in
response
to your first input.
Create a simple script file temp\t.ijs that has the line: echo i.23
then run jconsole.
./jconsole temp/t.ijs
Does this display i.23 before the error message or do you still just get
the
error message.
Have you installed J32 on this system? It would be interesting to know if
J32 jconsole works or not.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm