Search code examples
javacommand-linecommand-line-argumentscorbaidl

compiling corba .idl file error


Eclipse IDL compilation

So im in the directory of the .idl file and I want to compile the gridDemo file, So I type idlj gridDemo.idl and I get the error that idlj is not a recognized as an internal or external command

What am I doing wrong ?

Yes Im running windows

I have installed the java sdk,

C:\Program Files (x86)\Java\jre7\bin

Is this the path I put into the system variable path?

SOLVED I was using the wrong file. it should have been the jdk not jre folder.

Thanks very much :)


Solution

  • Update the PATH environmental variable to include the location of the idlj.exe executable

    %PATH%;C:\Program Files (x86)\Java\jre7\bin