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
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
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/
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
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
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.
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
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
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