• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Idl2Java command

 
Greenhorn
Posts: 3
Hibernate Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using JBuilder X, with JDK 1.4.x.
When i try to compile my idl, it prompts a warning message :

"MyIdl.idl" <visibroker dir>/bin/idl2java: .exe must be in your path

I tried to run idl using the command line it still returned the same error.

But if i compile using JBuilder3 with JDK 1.3.x, i don't have any problem.

Thanks, i really need to solve this problem by the end of this week.
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"newbie alone" -

Welcome to the JavaRanch! Please adjust your displayed name to meet the
JavaRanch Naming Policy. User names cannot be obviously fake and must constist of a first name and a last name.

You can change your user name here.

Not sure myself, since I don't use CORBA or JBuilder, but the idl compiler that is shipped with the 1.4 JDK is called "idlj" and it's in the bin directory of the JDK. I think JBuilder usually ships with Visibroker, which may be why JBuilder is trying to use it for compiling idl files... see if it's installed, and see if it's in your "PATH" environment variable, or if you need to do anything to set it up in JBuilder.

Thanks! and welcome to the JavaRanch!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic