top of page
Writer's pictureAravind Bharathvaj

ENVI + IDL Code 13 - Java script error



ENVI+IDL generally prompts an issue with Java when launching it on a Desktop.


  • The first step is to follow the paths ofJava 8 Update 151 for Java 32-bit version C:\Program Files (x86)\Java\jre1.8.0_151\bin and Java 64-bit version C:\ProgramFiles\Java\jre1.8.0_151\bin.

  • Then locate the shortcuts for ENVI+IDL programs respective to 32 or 64-bit

  • For each shortcut, add the flag –vm in the target file and within double quotes “”,

  • And later add the Java path.

  • For example: 1-vm "C:\Program Files (x86)\Java\jre1.8.0_151\bin"

  • Launch your application now.


The best way is to launch a Java virtual machine (JVM) then start the IDL component.



25 views0 comments

Comments


bottom of page