JDK 1.2b-Solaris/x86 + iBCS/linux => possible?

1998-05-23 Thread Wolfgang Astleitner
Hi, I still have this problem with not being able to use the beta Java 1.2 with Linux (see my posting a view days ago), so maybe there's another solution: Has anyone experience with iBCS ? Even better: managed to compile it with Kernel > 2.1.102 under RedHat 5 or glibc? As far as I know iBCS can

Difficulty installing kaffe

1998-05-23 Thread Roger Hill
Hi. I'm not sure if this is the appropriate list, but maybe someone here can help. I have just gone through the Kaffe install, but every time I try anything (eg javac HelloWorldApp.java), I get: [rhill@lappie test]$ javac HelloWorldApp.java java.lang.NoSuchMethodError: initializeSystemClass [rhi

Re: Newbie question

1998-05-23 Thread Steve
I would suspect that either you did a typo and actually typed: java HelloWorld.java or that your javac is linked to java by mistake. Good Luck! -Steve At 03:56 PM 5/23/98 +0200, Daniele Lugli wrote: >I recently downloaded jdk1.1.5v7 and untarred it into /usr/jdk1.1.5. >My CLASSPATH is .:/usr/

Re: Classpath help

1998-05-23 Thread Steve Byrne
K.R. Foley writes: > Steve wrote: > > > I need some help configuring my classpath.I can javac on file it > > works fine ie:javac hello.javathis creates the .class file. Then when > > I try and runjava hellothe error I get is:can't find class helloI can > > see the hello.class file!? Here

Newbie question

1998-05-23 Thread Daniele Lugli
I recently downloaded jdk1.1.5v7 and untarred it into /usr/jdk1.1.5. My CLASSPATH is .:/usr/jdk1.1.5/lib/classes.zip. JAVA_HOME is /usr/jdk1.1.5, the same as JDK_HOME. Then I wrote a wonderful HelloWorld.java (I won't explain you what it is doing) and tried javac HelloWorld.java getting: ... F

Read Me, Promote Your Page, Earn Money, Be Happy

1998-05-23 Thread softsell
Does your web site need promotion? You know it does. If you are interested, for the insignificant price of $ 49.95, you can purchase a program that will promote your page. For more details, e-mail me at : [EMAIL PROTECTED] You will be glad you did.

Re: Unidentified subject!

1998-05-23 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Kiran Josyula writes: I am new to jdk-linux. Can anybody pls. tell me what are these libc5 and glibc libraries. Do I require them to run java on my linux machine ? Kiran, I'll try to answer these questions the best I can, but we need to know what dist

Unidentified subject!

1998-05-23 Thread Kiran Josyula
Hi all, I am new to jdk-linux. Can anybody pls. tell me what are these libc5 and glibc libraries. Do I require them to run java on my linux machine ? thanks kiran

Re: building shared libraries for native

1998-05-23 Thread Ed Roskos
I've written a few shared libraries for use under both Linux and Solaris, and since a few people are curious about this, here goes: 1) Make sure you have run javah. Plenty of documentation on this exists. 2) You must first compile your C source files to object files, which end in ".o". Examp