ldd: can't execute
Greetings. I have downloaded the latest and greatest JDK port for Linux (1.1.6v5). I am running Slackware Linux 3.5 (kernel 2.0.32) and the libc5 (version 5.4.44) (ld version 1.9.99). However, I don't think the following problem is a library. In addition, this same problem has been reported on SuSE Linux 5.3. After installing the jdk, I then execute any java application and get the following error messages. I suspect the wrapper evaluation of my current path and the path to the bin/i586/green_threads/* is not correctly evaluated. Any help on this is appreciated. I have logged this into bug tracker. ldd: can't execute /usr/local/jdk116_v5/bin/../bin/i586/green_threads/java (No such file or directory) /usr/local/jdk116_v5/bin/../bin/checkVersions: /tmp/ldd.out.259: Permission denied /usr/local/jdk116_v5/bin/java: /usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: No such file or directory /usr/local/jdk116_v5/bin/java: /usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: No such file or directory Thank you. Jeffery Cann
segfault
Whenever I try to run a java app (jre 1.1.6 v5, I immediately get a segfault error. I'm running RH5.0 with libstdc++2.8.0-8 and KDE. I'm able to use kaffe 1.0 with no problem. I've tried: 1) moving libc.so.6 and libdl.so.2a to another directory (from the default $JAVA_HOME/lib/xxx/green_threads/linuxlibs) 2) renaming these files 3) setting CLASSPATH to point to the rt.jar file, in addition to using the -cp option I realize that the jdk comes with a readme, but could somebody point me to a DETAILED step-by step procedure for downloading, installing, and using jdk/jre specifically for linux that might summarize common pitfalls and their solution for a beginning/intermediate-level user?
Xsql
hi I am wondering if anyone in the list is using Xsql?It is a Java based database editor.I am trying to get it to work but to no avail.I keep getting lots of error.If someone out there maybe he/she can help me. Peter are you in here?I cannot login into a database...:( thanks regards duan
JAVA Error
Hi,
I've installed jdk1.1.6 on RHL5.1 ,Iam able to create and run
applets but when i try to compile and run a standlalone
application program i get the following errors
class hello{
public static void main(String args[])
{
System.out.println("HELLO");
}
}
ERROR SHOWN
[syed@barfi syed]$ javac hello.java
[syed@barfi syed]$ java hello
Can't find class hello
iam sure java file exists in
./JDK1.6/jdk1.1.6/bin/i586/green_threads/java
I have set the following classpath
JAVA_HOME="/home/syed/JDK1.6/jdk1.1.6"
export JAVA_HOME
export DISPLAY=:0
PATH="/home/syed/JDK1.6/jdk1.1.6/bin:$PATH"
SWING_HOME="/home/syed/SWING13/swing-1.0.3"
export SWING_HOME
CLASSPATH=/home/syed/SWING13/swing-1.0.3/swingall.jar
export CLASSPATH
Kindly help to fix the problem.
Bye
Syed
__
Syed Mubeen Tata Institute of Fundamental Research,
[EMAIL PROTECTED] P.B #1234,
80-334-5615 or 4062 or 3035 IISc Campus,
Resi :3452848 Bangalore - 560 012. INDIA.
___
JavaSoft Java WebServer under Linux RH5.1
Hi all Java and Linux-freaks! ;o) I was wondering if Sun's Java WebServer would run under Linux as well. They sell it for either Solaris or Win32. I sent them a message, but they haven't responded yet, so I thought I'd try for myself. I downloaded a trial-version for Solaris. Guess what. It works. Just a few strange things happened when I ran the administration applet. When I click on a subnode in a graphical tree component, the containing frame moves up and to the left about 50 pixels. Ha ha ha. Very funny. Thought someone might want to know this. I would. BTW I'm running RedHat Linux 5.1 (kernel 2.0.34), JDK 1.1.6v2 (glibc) and Netscape 4.07. GreetinX++ from Holland Ernst -- +-+ | "Come to me all you who are weary and burdened, and I | | will give you rest." | | | | -- Jesus Christ (Mt. 11:28) | +---+-+ | Ernst de Haan | email [EMAIL PROTECTED]| | Java programmer | web members.xoom.com/znerd/ | +---+-+
Apology
Dear list-members, I have to apologize for the traffic I´d be responsible for last week. It was a miss-configuration of my vacation ... I´m very sorry. Best regards, Lars S.u.S.E. GmbH - Schanzaeckerstr. 10 - 90443 Nuernberg Tel: +49-(0)911-74053-31 Fax: +49-(0)911-7417755
VS: JAVA Error
> [syed@barfi syed]$ java hello > Can't find class hello > > iam sure java file exists in > ./JDK1.6/jdk1.1.6/bin/i586/green_threads/java It founds java, but can't find class 'hello' > CLASSPATH=/home/syed/SWING13/swing-1.0.3/swingall.jar Classpath should be: "./JDK1.6/jdk1.1.6/lib/classes.zip:/home/syed/SWING13/swing-1.0.3/swingall.j ar:. " That's only way how java really finds classes which are in current directory and some operation systems wants also path to core classes. Teemu Vesala =)
Re: JAVA Error
- The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> - Transcript of session follows - ... while talking to ns.tifrbng.res.in.: >>> RCPT To:<[EMAIL PROTECTED]> <<< 550 <[EMAIL PROTECTED]>... User unknown 550 <[EMAIL PROTECTED]>... User unknown Reporting-MTA: dns; rover.javad.ru Received-From-MTA: DNS; rover.javad.ru Arrival-Date: Tue, 13 Oct 1998 13:18:20 +0400 Final-Recipient: RFC822; [EMAIL PROTECTED] Action: failed Status: 5.1.1 Remote-MTA: DNS; ns.tifrbng.res.in Diagnostic-Code: SMTP; 550 <[EMAIL PROTECTED]>... User unknown Last-Attempt-Date: Tue, 13 Oct 1998 13:19:17 +0400 Subject: Re: JAVA Error Date: Tue, 13 Oct 1998 13:18:20 +0400 From: Alexander Davydenko <[EMAIL PROTECTED]> To: Syed Mubin <[EMAIL PROTECTED]> References: 1 Syed Mubin wrote: > > iam sure java file exists in > ./JDK1.6/jdk1.1.6/bin/i586/green_threads/java > > I have set the following classpath > > JAVA_HOME="/home/syed/JDK1.6/jdk1.1.6" as said, it's prefere to use JDK_HOME instead JAVA_HOME > > export JAVA_HOME > export DISPLAY=:0 > PATH="/home/syed/JDK1.6/jdk1.1.6/bin:$PATH" > SWING_HOME="/home/syed/SWING13/swing-1.0.3" > export SWING_HOME > CLASSPATH=/home/syed/SWING13/swing-1.0.3/swingall.jar CLASSPATH=".:$CLASSPATH" > > export CLASSPATH -- Cheers. Alexander
Re: JAVA Error
On Tue, 13 Oct 1998 14:31:36 +0530 (IST), Syed Mubin wrote:
> Hi,
>
> I've installed jdk1.1.6 on RHL5.1 ,Iam able to create and run
> applets but when i try to compile and run a standlalone
> application program i get the following errors
>
> class hello{
>
> public static void main(String args[])
>{
>System.out.println("HELLO");
>}
> }
>
> ERROR SHOWN
> [syed@barfi syed]$ javac hello.java
> [syed@barfi syed]$ java hello
> Can't find class hello
Try doing an ls -l hello.class after the javac. If the file is not
there, do a find . -name hello.class
If it showed up in a sub-directory, you most likely made a package
statement in the source file that placed it inside a package rather
than at the "root"
Oh, and try this without CLASSPATH set. (I noticed that you had
CLASSPATH set. If you really need CLASSPATH set, make sure you have
"." in the CLASSPATH in addition to the other directories - just in
case)
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
IDE for Linux.
Hi! Which free IDE for Linux you can recommend for developing application in Java with Swing ? Thanks.
Unidentified subject!
Ok. About Freebuilder. I did download and tried simple application like Hello world . In output i got : I/O error etc. In code freebuilder i find that its build command line like : java.exe -classpath $SOMETHING . java.exe is hardcoded !!! How it can be java.exe in linux ?? (or i have to do link java.exe -> java)???
Re: small patch
On 09 Oct 1998 15:22:30 -0400, Kyriakos Georgiou wrote:
>
>You have probably got this correction already, but here it is
>anyways. It caused a "function {isGreaterOrEqua not found" with my bash
>(version 1.14.7(1))
>
>later
>Kiriakos
>
>
>
>
>--- bin/checkVersions.orig Fri Oct 9 15:13:34 1998
>+++ bin/checkVersions Fri Oct 9 15:13:45 1998
>@@ -103,8 +103,8 @@
>
> # 5.4.33 & 1.9.6 seem to do it too
> if isGreaterOrEqual "$libdlVers" 1.9.6 ||
>- {isGreaterOrEqual "$libcVers" 1.5.44 &&
>-isGreaterOrEqual "$libdlVers" 1.9.9}
>+ { isGreaterOrEqual "$libcVers" 1.5.44 &&
>+isGreaterOrEqual "$libdlVers" 1.9.9 }
> then
> # supplied libraries are not needed
> return 1
Well, in bash version 2.01.1(1) this change seems to be a problem.
We are going to have to do something different since there seems to
be a conflict of behavior here.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] - http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz
IDE
Ok. About Freebuilder. I did download and tried simple application like Hello world . In output i got : I/O error etc. In code freebuilder i find that its build command line like : java.exe -classpath $SOMETHING . java.exe is hardcoded !!! How it can be java.exe in linux ?? (or i have to do link java.exe -> java)???
RE: IDE for Linux.
Try NetBeans Developer 2.0 beta from www.netbeans.com. It's written in Swing and it generates pure Swing code. Plus it's free for non-commercial use. Cheers, Roman Stanek [EMAIL PROTECTED] -Original Message- From: Eduard Boukhman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 13, 1998 3:21 PM To: [EMAIL PROTECTED] Subject: IDE for Linux. Hi! Which free IDE for Linux you can recommend for developing application in Java with Swing ? Thanks.
Java Foundation Class / Swing library
Is the Swing library available for linux ? -- Gautham (Vox) 901-522-8708 (Email) [EMAIL PROTECTED]
Modal Dialog problems Jdk1.1.6v5 Jdk1.1.4, etc..
Hello everybody: Somebody knows why Java application dies when a Dialog (class) box is modal (setModal(true)). Thank you.
(Fwd) Re: Newbie...
I really would like to thank everybody for there help But I'm recieving to much e-mail.. and I will like to unssucribe to this mail list... Let's face it ,..NetscapeCommunicator 4.0x really doesn´t run java applets correctly...?? is there an alternative browser for linux where every applet must run??=? Thank's a lot!!! see you Ronald Migahil Rodriguez Cueva SATNET La mejor via http://www.satnet.net Casa: 593-2-532123 #ICQ: 10198146
Sun's ORB & Java-Linux
Has anyone got Sun's ORB to work with Linux's Java port ? I'd like to use CORBA with Java but it says on Sun's web page that JavAIDL is for JDK1.2 only. It'd also be great if the ORB is actually stable. Suggestions for alternative ORBs perhaps ? Thanks.
Re: Xsql
Rudhuwan Abu Bakar wrote: > hi > > I am wondering if anyone in the list is using Xsql?It is a Java based > database editor.I am trying to get it to work but to no avail.I keep > getting lots of error.If someone out there maybe he/she can help me. > > Peter are you in here?I cannot login into a database...:( > > thanks > regards > duan Can u give me a link to a download location, I'll see if I can get it to work. GreetinX, Ernst de Haan -- +-+ | "Come to me all you who are weary and burdened, and I | | will give you rest." | | | | -- Jesus Christ (Mt. 11:28) | +---+-+ | Ernst de Haan | email [EMAIL PROTECTED]| | Java programmer | web members.xoom.com/znerd/ | +---+-+
Re: stop the abonnement
Any decision made yet? I would like to remove my old email address from this mailing list ([EMAIL PROTECTED]) Sunil Khandwala wrote: > Why not look for a subject line containing only "unsubscribe". > This should work quite nicely. > > cheers > --Sunil > > John Summerfield wrote: > > > > On Thu, 8 Oct 1998, Levente Farkas wrote: > > > > > karl, > > > IMHO it'd be good to add a very easy procmail command for this list, > > > if a mail contain the word "unsubscribe" forward to the list manager. > > > we may lose some mail with this, but who wanna write the word "unsubscribe" > > > on this list (and can aviod a few dozen of such mails). > > > thanks. > > A line (or better, paragraph) like this is fair game > > > > unsubscribe > > > > but if there's any other text, white space excluded, it should NOT lead to > > the sender being unsubscribed. It would be a bit rough being unsubscribed > > on account of this paragraph. > > > > Cheers > > John Summerfield > > http://os2.ami.com.au/os2/ for OS/2 support. > > Configuration, networking, combined IBM ftpsites index. -- +-+ | "Come to me all you who are weary and burdened, and I | | will give you rest." | | | | -- Jesus Christ (Mt. 11:28) | +---+-+ | Ernst de Haan | email [EMAIL PROTECTED]| | Java programmer | web members.xoom.com/znerd/ | +---+-+
Re: JavaSoft Java WebServer under Linux RH5.1
Hey, Test whatever you like, I've got the Java WebServer 1.1 online at: http://pcm1359.let.uu.nl:8080/ Starting up the http 'daemon' script does give some warnings/errors: ulimit: bad non-numeric arg `file' libserver.so: cannot open shared object file: No such file or directory (libserver.so) This version of Java Web Server 1.1 Expires on Wed Nov 11 14:27:36 GMT 1998. Please visit Java Web Server homepage at http://java.sun.com/products/java-server/webserver/ to purchase a licensed copy. javawebserver: ulimit: bad non-numeric arg `file' javawebserver: libserver.so: cannot open shared object file: No such file or directory (libserver.so) javawebserver: This version of Java Web Server 1.1 Expires on Wed Nov 11 14:27:36 GMT 1998. Please visit Java Web Server homepage at http://java.sun.com/products/java-server/webserver/ to purchase a licensed copy. javawebserver: javawebserver: This version of Java Web Server 1.1 Expires on Wed Nov 11 14:27:36 GMT 1998. Please visit Java Web Server homepage at http://java.sun.com/products/java-server/webserver/ to purchase a licensed copy. javawebserver: But these can be ignored *grin*. The admin service is available too, user=admin, password=admin. Don't mess around, but test whatever you like. And check out the admin window bug *LOL* I'm currently busy doing some other things, but I plan to test the server later this week. Any help would greatly be appreciated. My plan: Set up a Linux server to serve webpages and =guess what= Java servlets. I've tried a couple of webservers that support servlets (including vqServer and Jigsaw), but Java WebServer doesn't sound too bad either. GreetinX, Ernst de Haan Joe Carter wrote: > Hi, > > There used to be a problem with the JWS+JDK in that _remote_ machines > experienced very poor performance with the JWS and > also it was sometimes necessary to click on a page twice to access it. > This is definately cured in the latest versions, but > I'm not sure 1.1.6v2 has that fix. > Also 1.1.6v5 has some other nice server side socket fixes which > help the performance. > > Anyone remember when those fixes went in...? > > Just in case anyone hits those problems... > > Joe > > Ernst de Haan wrote: > > > > Hi all Java and Linux-freaks! ;o) > > > > I was wondering if Sun's Java WebServer would run under Linux as well. > > They sell it for either Solaris or Win32. I sent them a message, but > > they haven't responded yet, so I thought I'd try for myself. I > > downloaded a trial-version for Solaris. Guess what. It works. Just a few > > strange things happened when I ran the administration applet. When I > > click on a subnode in a graphical tree component, the containing frame > > moves up and to the left about 50 pixels. Ha ha ha. Very funny. > > > > Thought someone might want to know this. I would. > > > > BTW I'm running RedHat Linux 5.1 (kernel 2.0.34), JDK 1.1.6v2 (glibc) > > and Netscape 4.07. > > > > GreetinX++ from Holland > > > > Ernst > > > > -- > > +-+ > > | "Come to me all you who are weary and burdened, and I | > > | will give you rest." | > > | | > > | -- Jesus Christ (Mt. 11:28) | > > +---+-+ > > | Ernst de Haan | email [EMAIL PROTECTED]| > > | Java programmer | web members.xoom.com/znerd/ | > > +---+-+ > > -- > Joe Carter Software Engineer > Brite Voice Systems Ltd, Gatley, Cheshire. UK. > mailto:[EMAIL PROTECTED] -- +-+ | "Come to me all you who are weary and burdened, and I | | will give you rest." | | | | -- Jesus Christ (Mt. 11:28) | +---+-+ | Ernst de Haan | email [EMAIL PROTECTED]| | Java programmer | web members.xoom.com/znerd/ | +---+-+
Re: JavaSoft Java WebServer under Linux RH5.1
Hi, There used to be a problem with the JWS+JDK in that _remote_ machines experienced very poor performance with the JWS and also it was sometimes necessary to click on a page twice to access it. This is definately cured in the latest versions, but I'm not sure 1.1.6v2 has that fix. Also 1.1.6v5 has some other nice server side socket fixes which help the performance. Anyone remember when those fixes went in...? Just in case anyone hits those problems... Joe Ernst de Haan wrote: > > Hi all Java and Linux-freaks! ;o) > > I was wondering if Sun's Java WebServer would run under Linux as well. > They sell it for either Solaris or Win32. I sent them a message, but > they haven't responded yet, so I thought I'd try for myself. I > downloaded a trial-version for Solaris. Guess what. It works. Just a few > strange things happened when I ran the administration applet. When I > click on a subnode in a graphical tree component, the containing frame > moves up and to the left about 50 pixels. Ha ha ha. Very funny. > > Thought someone might want to know this. I would. > > BTW I'm running RedHat Linux 5.1 (kernel 2.0.34), JDK 1.1.6v2 (glibc) > and Netscape 4.07. > > GreetinX++ from Holland > > Ernst > > -- > +-+ > | "Come to me all you who are weary and burdened, and I | > | will give you rest." | > | | > | -- Jesus Christ (Mt. 11:28) | > +---+-+ > | Ernst de Haan | email [EMAIL PROTECTED]| > | Java programmer | web members.xoom.com/znerd/ | > +---+-+ -- Joe Carter Software Engineer Brite Voice Systems Ltd, Gatley, Cheshire. UK. mailto:[EMAIL PROTECTED]
Re: JavaSoft Java WebServer under Linux RH5.1
Joe Carter wrote: > Ernst de Haan wrote: > > > > Hey, > > > > Test whatever you like, I've got the Java WebServer 1.1 online at: > > > >http://pcm1359.let.uu.nl:8080/ > > > Seems just fine. > Must be 1.1.5 I'm thinking of. Great! Seems to work fine from localhost too. > > > Errr you do realise you've just cc'd the list... Yes, I do ;-) It's all about trust... ...and about the proper lack of permissions for the httpd process ;o) -- +-+ | "Come to me all you who are weary and burdened, and I | | will give you rest." | | | | -- Jesus Christ (Mt. 11:28) | +---+-+ | Ernst de Haan | email [EMAIL PROTECTED]| | Java programmer | web members.xoom.com/znerd/ | +---+-+
RE: rmid with JDK1.1.6
On 12-Oct-98 Michael Kranz wrote: >Hello, > >I didn't find the RMI-Server rmid within JDK1.1.6. How can I implement RMI >on a Server under Linux? Any documentation abou this? > Probably because RMI is implemented in Java 1.2. I am waiting for RMI too, right now I'm forced to work on a Solaris workstation...at least it's not windows :) --- Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at University of Pisa - Italy - E-mail: [EMAIL PROTECTED] My home page: http://www.cli.di.unipi.it/~controzz/intro.html Founder and Admiral of Hoshi no Senshi (italian Leiji Matsumoto's fan group). Creator of It.Arti.Cartoni (italian anime newsgroup) and proud member of... +-+ |. * . | | .__ . . | |oq |po _ _| | / #==>>>==#,-' (_)\ | | | ,-|~\\ ///_ ,() ,_} | | | |/|~]]] /// ,-~' .,~ / \| . | | |\_|_|_\_\~~~~' \ (/|. | | ./~ \___/ [m] \ \__// | | _bo..__ // `-,.~~ | | _-~ 0o.__( . | | \ o . | | . (_)00 | |. \~~~*,,,* ~00 | |~0 . | | ~~~---~~ | | .*| +-+ | An e-mail network of Space Cruiser Yamato and | | StarBlazers Fans | +-+
Re: IDE for Linux.
Eduard Boukhman wrote: > Hi! > > Which free IDE for Linux you can recommend for developing application in Java > with Swing ? > Thanks. None yet. Swing still is too new and changes too fast (from java.awt.swing to com.sun.java.swing to javax.swing package) for anyone to keep up with. :-| Only JBuilder supports Swing pretty well, I believe. But that's no freeware :-( If you want a free IDE, try FreeBuilder. Only supports AWT, looks like JBuilder: http://nisoft.orbitel.bg/freebuilder/ or TogetherJ, more diagram-oriented, probably not what yo're looking for if you're just trying to hook some beans together: http://www.togetherj.com/ If anyone else knows more than I do, please let me know. -- +-+ | "Come to me all you who are weary and burdened, and I | | will give you rest." | | | | -- Jesus Christ (Mt. 11:28) | +---+-+ | Ernst de Haan | email [EMAIL PROTECTED]| | Java programmer | web members.xoom.com/znerd/ | +---+-+
Re: rmid with JDK1.1.6
Kontorotsui wrote: > > On 12-Oct-98 Michael Kranz wrote: > >Hello, > > > >I didn't find the RMI-Server rmid within JDK1.1.6. How can I implement RMI > >on a Server under Linux? Any documentation abou this? > > > > Probably because RMI is implemented in Java 1.2. I am waiting for RMI too, > right now I'm forced to work on a Solaris workstation...at least it's not > windows :) > Eh? RMI is in the linux JDK already. And it works. "rmiregistry" I think is the command u want... I've had linux Java talking to solaris Java via RMI. 1.2 was going to have RMI over IIOP (CORBA), but I don't think that's going to make it in now... Joe -- Joe Carter Software Engineer Brite Voice Systems Ltd, Gatley, Cheshire. UK. mailto:[EMAIL PROTECTED]
Re: JavaSoft Java WebServer under Linux RH5.1
Ok, I've shut down the httpd. If you want to do some more testing/messing around let me know. Joe Carter wrote: > Ernst de Haan wrote: > > > > Hey, > > > > Test whatever you like, I've got the Java WebServer 1.1 online at: > > > >http://pcm1359.let.uu.nl:8080/ > > > Seems just fine. > Must be 1.1.5 I'm thinking of. > > Errr you do realise you've just cc'd the list... > > Joe > > -- > Joe Carter Software Engineer > Brite Voice Systems Ltd, Gatley, Cheshire. UK. > mailto:[EMAIL PROTECTED] -- +-+ | "Come to me all you who are weary and burdened, and I | | will give you rest." | | | | -- Jesus Christ (Mt. 11:28) | +---+-+ | Ernst de Haan | email [EMAIL PROTECTED]| | Java programmer | web members.xoom.com/znerd/ | +---+-+
Re: Java Foundation Class / Swing library
Swing works on Linux just fine, download the Solaris version and unpack it. -Mario. Gautham Nookala wrote: > Is the Swing library available for linux ? > > -- > Gautham > > (Vox) 901-522-8708(Email) [EMAIL PROTECTED] > >
Re: IDE for Linux.
xemacs + JDE (http://www.sunsite.auc.dk/jde/) is the best IDE available IMHO. It's not a GUI builder, though. --- Igor Eduard Boukhman wrote: > > Hi! > > Which free IDE for Linux you can recommend for developing application in Java > with Swing ? > Thanks.
Re: (Fwd) Re: Newbie...
On Tue, 13 Oct 1998, Ronald Rodriguez wrote: > Let's face it ,..NetscapeCommunicator 4.0x really doesn´t run java > applets correctly...?? is there an alternative browser for linux > where every applet must run??=? The Linux B2 is immensely stable and applets work fine. -- Matthew Hunter ([EMAIL PROTECTED])
Re: Sun's ORB & Java-Linux
Gerald Gutierrez wrote: > > Has anyone got Sun's ORB to work with Linux's Java port ? I'd like to > use CORBA with Java but it says on Sun's web page that JavAIDL is for > JDK1.2 only. It'd also be great if the ORB is actually stable. > Suggestions for alternative ORBs perhaps ? > > Thanks. Check out http://www.ooc.com !!! They have a free for non-commercial use Java ORB that is CORBA 2.x compliant. Comes with naming, event, and property services. IMHO: Great product and they have a trader service too. The commercial stuff gets better with the naming GUI add on and trader stuff. They also support C++ ORBs on many different platforms (Linux & egcs ). They also have a Java-like threads library for C++ (JThreads). Best Wishes, Dave -- ++ | David Lucas mailto:[EMAIL PROTECTED]| | Lucas Software Engineering (614) 260-5970| | C++,Unix,Client/Server,Zinc,Java | ++ | GPS Location: 40 deg 00' 51" N, 82 deg 38' 11" W | | IMHC: "Jesus Christ is the way, the truth, and the life." | | IMHC: "I know where I am; I know where I'm going." | ++ Notes: IMHO: in my humble opinion IMHC: in my humble conviction PGP Key Block: finger [EMAIL PROTECTED] All trademarks above are those of their respective owners.
