RE: idltojava

2000-07-21 Thread Wright Robert B Civ 96 CG/SCWDE
i may be wrong, but i think the idltojava compiler with JacORB if pure java, and you should be able to use it on linux. check it out at http://www.inf.fu-berlin.de/~brose/jacorb/ btw, the JacORB script to run the compiler is called idl rather than idltojava. Rob -Original Message

Re: idltojava

2000-07-21 Thread Nathan Meyers
Brett Smith wrote: > I tried to ask this question yesterday, but apparently was suffering > from some form of dyslexia (javatoidl). > > Here is my 2nd attempt: Is there a version of idltojava for Linux? I > am using 1.2.2, rc4. I've never seen one. It's a native progr

Re: idltojava

2000-07-21 Thread Oliver Koell
At 07:23 21.07.00 -0400, you wrote: >I tried to ask this question yesterday, but apparently was suffering >from some form of dyslexia (javatoidl). > >Here is my 2nd attempt: Is there a version of idltojava for Linux? I >am using 1.2.2, rc4. If my memory serves me well: no. i

Re: idltojava

2000-07-21 Thread Brett W. McCoy
On Fri, 21 Jul 2000, Brett Smith wrote: > Here is my 2nd attempt: Is there a version of idltojava for Linux? I > am using 1.2.2, rc4. Not for Linux that I could find. There just seemed to be Solairs and Windows. I think the issue is that it is a native tool, rather than written i

Re: idltojava

2000-07-21 Thread Scott Murray
On Fri, 21 Jul 2000, Brett Smith wrote: > I tried to ask this question yesterday, but apparently was suffering > from some form of dyslexia (javatoidl). > > Here is my 2nd attempt: Is there a version of idltojava for Linux? I > am using 1.2.2, rc4. Unfortunately, Sun don'

idltojava

2000-07-21 Thread Brett Smith
I tried to ask this question yesterday, but apparently was suffering from some form of dyslexia (javatoidl). Here is my 2nd attempt: Is there a version of idltojava for Linux? I am using 1.2.2, rc4. thanks, [EMAIL PROTECTED

idltojava on Linux - SOLUTION using WINE

2000-01-31 Thread Eric Mitchell
Having beat up wine, idltojava.exe and so forth to do idltojava compiling without leaving the linux box, I figured I'd share the information. Feel free to include this in a FAQ. It Works For Me, Your Mileage May Vary.

Re: [Q] CORBA: Any idltojava for linux??

2000-01-20 Thread Nestor A. Diaz
If you are searching for an ORB in Java use JacORB, i used to program in JacORB more than one year ago, so i expect now its better that before, is written in 100% pure Java, and the documentation is excelent, believeme excelent, and with a lot of examples to play with. You will have no problem pr

Re: [Q] CORBA: Any idltojava for linux??

2000-01-19 Thread Weiqi Gao
"Eric / Chang-Cheng, Chao" wrote: > > Hi, I want to write some CORBA-compliant java programs and I need > "idltojava" in order to convert the IDL files to Java files. I checked > the Sun's website and I found versions for Sparc Solaris and Windows but >

Re: [Q] CORBA: Any idltojava for linux??

2000-01-19 Thread Mark Shacklette
There are tons of them, commercial and free. Go to: http://adams.patriot.net/~tvalesky/freecorba.html for the free ones as well as www.inprise.com for VisiBroker for Java. Fill out the survey, and at the download page, choose the Linux platform. Java 1.2 also has CORBA support. Go to: http:

[Q] CORBA: Any idltojava for linux??

2000-01-19 Thread Eric / Chang-Cheng, Chao
Hi, I want to write some CORBA-compliant java programs and I need "idltojava" in order to convert the IDL files to Java files. I checked the Sun's website and I found versions for Sparc Solaris and Windows but none for Linux. Can anyone tell me where I can get it if ther

Re: idltojava for linux

2000-01-04 Thread Jo Uthus
Eric Mitchell wrote: | How much work is involved in porting idltojava to run on | Linux? Is it just a matter of tweaking some lex/yacc code | (as someone suggested earlier)? Has anyone tried it? How | would someone volunteer to help this process? I believe that the idltojava-compiler for

idltojava for linux

2000-01-03 Thread Eric Mitchell
Hi, I've seen a lot of talk on the mailing list archives about the lack of idltojava for Linux. Several people suggest alternative idl compilers, but I have yet to find one that works for the idl I need to process here. I *can* use the NT version to do what I need, but I'd much pre

Re: IDLtoJava Compiler

1999-11-22 Thread Bruno Boettcher
On Mon, Nov 22, 1999 at 09:18:46AM -0600, Hoppe, Hans wrote: > Is there an IDLtoJava Compiler out there for Linux? instead of the jdk CORBA implementation use something else e.g. http://www.inf.fu-berlin.de/~brose/jacorb/ -- ciao bbo

IDLtoJava Compiler

1999-11-22 Thread Hoppe, Hans
Is there an IDLtoJava Compiler out there for Linux? If not, is there one in development? --hch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: idltojava

1999-08-28 Thread ILAVARASAN
On Sat, 28 Aug 1999, Tom Jenkins wrote: > > > > Is there a port of the idltojava-compiler for Linux. Where do I find it? > > > > Thanks > > Matts > > Sure there are. But they're dependant on the ORB that your using. > Your ORB vendor will

Re: idltojava

1999-08-28 Thread Tom Jenkins
> > Is there a port of the idltojava-compiler for Linux. Where do I find it? > > Thanks > Matts Sure there are. But they're dependant on the ORB that your using. Your ORB vendor will provide you with the idl->java compiler that generates the java classes the ORB i

Re: idltojava

1999-08-28 Thread Peter Mount
On Sat, 28 Aug 1999, Matthias Sprünglin wrote: > Hi everybody > > Is there a port of the idltojava-compiler for Linux. Where do I find it? I haven't seen one yet (I have to resort to using the Win32 version) :-( Peter -- Peter T Mount [EMAIL PROTECTED]Te

idltojava

1999-08-28 Thread Matthias =?unknown?q?Spr=FCnglin?=
Hi everybody Is there a port of the idltojava-compiler for Linux. Where do I find it? Thanks Matts -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: idltojava for Linux

1999-06-23 Thread Nathan Meyers
Jon Olson wrote: > > Seems that Sun isn't really on the Java bandwagon yet. `idltojava' is only > available as sparc or Windows binaries and is actually written in C++, yacc, > and lex. Makes it real difficult to do anything with Sun's CORBA implementation >

idltojava for Linux

1999-06-23 Thread Anonymous
Seems that Sun isn't really on the Java bandwagon yet. `idltojava' is only available as sparc or Windows binaries and is actually written in C++, yacc, and lex. Makes it real difficult to do anything with Sun's CORBA implementation on Linux ;^( -- Jon Olson, Modular

Re: idltojava ? : use jidl

1999-06-07 Thread Stef Epardaud
On Mon, Jun 07, 1999 at 04:45:03PM +0200, [EMAIL PROTECTED] wrote: > Hi. > > Shouldn't there be a "idltojava" program with > the jdk-1.2pre2 release ? > > If not, are there any on this list who are using JAVA > and CORBA with jdk-1.2 and if so what are they

idltojava ?

1999-06-07 Thread jews
Hi. Shouldn't there be a "idltojava" program with the jdk-1.2pre2 release ? If not, are there any on this list who are using JAVA and CORBA with jdk-1.2 and if so what are they using ? BTW: jdk-1.2pre2 works alot better than jdk-1.2pre1, thanks :) Cheers, Jesper Pedersen [

idltojava (Was Re: Where is swing.jar? And: Support for CORBA?)

1999-03-20 Thread Weiqi Gao
Mike wrote: > > Well, but where is IDL compiler? I saw one at sun's site but it looks > like binary package and I'm not sure it will work with linux... Do you > know about any alternative IDLC? The Win32 version of idltojava from Sun works under WINE, so with some tre

Re: idltojava and Java Plug-in

1999-03-09 Thread Carl Hewitt
2pre1 in a Debian 2.0 system and I have no > > problems using javac and java. > > But you know, we need other tools for our Java development. > > > > Can you tell me the plans for the JDK 1.2 plugin ? > > > > And who is responsible for the idltojava compiler ? Witho

Re: idltojava and Java Plug-in

1999-03-09 Thread Nathan Buggia
er tools for our Java development. > > Can you tell me the plans for the JDK 1.2 plugin ? > > And who is responsible for the idltojava compiler ? Without this piece > we can't develop > CORBA programs. The people at Sun could develop idl2java i

Re: idltojava and Java Plug-in

1999-03-08 Thread Michael Nielsen
tter than that old clunky idltojava which is probably dead. unfortunately it is not better, and is actually (if possible) more clunky than the old idltojava, which we are still using. mvh mike. -- #include ---

Re: idltojava and Java Plug-in

1999-03-08 Thread Osvaldo Pinali Doederlein
You can try the new idlj compiler in the RMI-IIOP distribution. I'm on NT now and I don't remember which platforms are fully supported (the bridge includes new serialization DLLs) but the IDL compiler is PureJava, and better than that old clunky idltojava which is probably dead. Fr

idltojava and Java Plug-in

1999-03-08 Thread Alvaro del Castillo
Hi guys, Thanks for your great work. I have installed JDK1.2pre1 in a Debian 2.0 system and I have no problems using javac and java. But you know, we need other tools for our Java development. Can you tell me the plans for the JDK 1.2 plugin ? And who is responsible for the idltojava compiler

idltojava

1999-03-07 Thread Trond Eivind Glomsrød
Is a Linux version of the "idltojava" tool available? (http://developer.javasoft.com/developer/earlyAccess/jdk12/idltojava.html) Alternatively - is a similar tool available? -- Trond Eivind Glomsrød -- To UNSUBSCR