comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Use IDL Workbench with other languages?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Use IDL Workbench with other languages? [message #58196 is a reply to message #58024] Fri, 18 January 2008 07:41 Go to previous messageGo to previous message
wgallery is currently offline  wgallery
Messages: 32
Registered: December 1998
Member
On Jan 17, 12:09 pm, Chris Torrence <gorth...@gmail.com> wrote:
> Hi Nigel,
>
> After looking over my post, I left out some details for running IDL
> within Eclipse on Linux.
>
> First, this will *only* work with Eclipse 3.3 or greater. There were
> too many changes between Eclipse 3.2 and 3.3.
>
> You need to set the LD_LIBRARY_PATH environment variable to point to
> both the idlde/bin.linux.x86 and the idl70/bin/bin.linux.x86
> directories. Also, the JDMLDir, BMLDir, and DMLDir need to point to
> the idlde/bin.linux.x86 directory. On Windows there is no platform-
> specific subdirectory...
>
> I created a little shell script called "idl_eclipse" to start up
> Eclipse with IDL:
>
> #!/bin/sh
> IDL_DIR=/software/rsi/idl70
> export IDL_DIR
> LD_LIBRARY_PATH=/software/rsi/idl70/idlde/bin.linux.x86:/sof tware/rsi/
> idl70/bin/bin.linux.x86
> export LD_LIBRARY_PATH
> eclipse -vmargs -DJDMLDir=/software/rsi/idl70/idlde/bin.linux.x86 \
> -DBMLDir=/software/rsi/idl70/idlde/bin.linux.x86 \
> -DDMLDir=/software/rsi/idl70/idlde/bin.linux.x86 \
> -DIDLDir=/software/rsi/idl70/bin/bin.linux.x86 \
> -DIDL_DIR=/software/rsi/idl70 &
>
> Note the earlier caveats: the first time you try this, and you start
> the IDL perspective, it will fail. After that, as long as the IDL
> command line is visible, it should work. You may also receive Java
> null exceptions on startup - these can be ignored.
>
> Hope this helps!
>
> -Chris
> ITTVIS

A question about licensing. I run IDL using a shared network
license. If I include the IDL plugin in a separate Eclipse
installation, then run Eclipse and work on a Fortran project, will an
IDL license be checked out?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Idl 7 &cvs setup question
Next Topic: Re: image statistics without the NaN

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 16 21:30:45 PDT 2025

Total time taken to generate the page: 1.67858 seconds