bill lam <bbill....@gmail.com> writes:

> I guess you can just make the change inside ./jwd to use java instead
> of java64

Bill,

Thanks; that works!  

I had both the 32- and 64-bit versions installed, and I had modified the
32-bit jwd but was calling the 64-bit jwd.  Oops.  Perhaps I should put
a comment at the start that says the version.

> I'm not sure if alias still work inside a non-interactive dash shell.

That could explain why it failed.

Thanks,

Bill

> Вск, 24 Июн 2012, Bill Harris писал(а):
>> 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

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

Reply via email to