IDL Compiler in Linux Redhat 9

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
aliimran271
Cadet
Posts: 10
Joined: Sun Sep 16, 2007 12:01 am
Location: Multan Pakistan

IDL Compiler in Linux Redhat 9

Post by aliimran271 »

AOA!
I want work in CORBA in i could not find IDL compiler for Java or C / C++.
Can anyone help me in this regard.
thanks
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Re: IDL Compiler in Linux Redhat 9

Post by lambda »

aliimran271 wrote:I want work in CORBA in i could not find IDL compiler for Java or C / C++.
you couldn't find one at all? i typed "idl compiler +for java" in google, and the first link that came up documented how the idl compiler that ships with the jdk works. in other words, if you have the jdk installed, it's already on your system!
Watch out for the Manners Taliban!
Isn't it amazing how so many people can type "linuxpakistan.net" into their browsers but not "google.com"?
ashariqbal
Havaldaar
Posts: 105
Joined: Mon Jun 24, 2002 10:01 am
Location: Karachi

Post by ashariqbal »

Why Redhat 9? Are you some sort of historian ?
aliimran271
Cadet
Posts: 10
Joined: Sun Sep 16, 2007 12:01 am
Location: Multan Pakistan

Post by aliimran271 »

:lol: no such thing, acually i am new user of lunux and my system is Dell with 845 and only Redhat9 supported it Displaly, while fedora 6, RHEL4 failed for graphics mode. recently i have installed ubuntu6, it supported my graphic card, but my CD did not have developement environment / tools. Know i am arraging for CentOS and RHEL5. Hope they will support my VGA Card.
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

don't you have internet access? install ubuntu, then type

Code: Select all

sudo apt-get install build-essential
to start with.
Watch out for the Manners Taliban!
Isn't it amazing how so many people can type "linuxpakistan.net" into their browsers but not "google.com"?
Post Reply