Re: IDL environment "idlde" doesn't work [message #85098 is a reply to message #85097] |
Wed, 03 July 2013 07:40   |
Petros Syntelis
Messages: 32 Registered: June 2013
|
Member |
|
|
On Wednesday, July 3, 2013 5:28:33 PM UTC+3, victor wrote:
> On Wednesday, July 3, 2013 1:28:50 PM UTC+2, Petros Syntelis wrote:
>
>> On Wednesday, July 3, 2013 11:29:18 AM UTC+3, Petros Syntelis wrote:
>
>>
>
>>> On Tuesday, May 14, 2013 5:50:48 PM UTC+3, victor....@gmail.com wrote:
>
>>
>
>>>
>
>>
>
>>>> Hi,
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> I have tried to run the idl environment "idlde" in ubuntu 12.04, but when i execute the command idlde I obtain this message:
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> /usr/local/itt/idl/bin/idlde: 609: exec: /usr/local/itt/idl706/idlde/idlde.linux.x86: not found
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> I have cheched and I have the file "idlde.linux.x86" in the same location "/usr/local/itt/idl706"
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> anyone have any idea?
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> thanks a lot!
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> Víctor
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>> try running
>
>>
>
>>>
>
>>
>
>>> $idlde -32
>
>>
>
>>>
>
>>
>
>>> $idlde -64
>
>>
>
>>>
>
>>
>
>>> for the 32/64 bit
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>> Try installing
>
>>
>
>>>
>
>>
>
>>> sudo apt-get install ia32-libs ia32-libs-multiarch:i386
>
>>
>
>>
>
>>
>
>> Check which java you have installed with
>
>>
>
>> $java -version
>
>>
>
>>
>
>>
>
>> I whould recomend you to install the jdk packages. Still, with the jre packages you shouldn't have a problem.
>
>>
>
>>
>
>>
>
>> I also whould try to install the Oracle (Sun) java jdk version 7. and set this as my default java virtual machine. Follow by the letter this instructions and you should do the installation without a problem
>
>>
>
>>
>
>>
>
>> http://askubuntu.com/questions/56104/how-can-i-install-sun-o racles-proprietary-java-6-7-jre-or-jdk
>
>
>
> My java version is:
>
>
>
> java version "1.6.0_27"
>
> OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1)
>
> OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
>
>
>
> And also I've checked the jdk package...and I think that i've installed the
>
> java jdk version 7.
>
>
>
> thanks a lot for your help . If I find the solution I will share here for everybody.
>
>
>
> Víctor
You have the OpenJDK which is the opensource equivalent of Oracle's Java.
You shouldn't have a problem with this java version,but still you should try installing oracle 1.7 java from that link i gave you, just to be sure.
I am not by any chance an expert on reading log files etc but in your error message you have
JVM terminated. Exit code=13
/usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java
which refers to java 1.7, and your installed java version is "1.6.0_27" .
I don't know if this causes the problem, but i would try just in case to install either Oracle java 1.7 (download and install) or openJDK 1.7 (synaptic).
Petros
|
|
|