A moment ago, I asked a question about J7.  Then I went to explore my
J602 problem.  I have java in /usr/bin/java, and I think it's the
right one:

,----
| $ java -version
| java version "1.6.0_26"
| Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
| Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
`----

It's not called java64, so I created an alias:

,----
| $ alias java64="java"
`----

When I tried to run ./jwd, I get a message box that says,

,----[ Message ]
| Load library /home/me/j602/bin/libjnative.so failed.
`----

But

,----
| $ ls -l libjnative.so 
| -rwxr-xr-x 1 me me 14158 Mar  8  2011 libjnative.so
`----

Any hints?  

Thanks,

Bill
-- 
Bill Harris                  
Facilitated Systems
http://makingsense.facilitatedsystems.com/
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to