Amlan Saha wrote:
>
> Hi people
>
> On RH 6.0 when I try to create a .jar file out of my classes, I get
> the following - (I used jar cf my.jar *.class)
>
> java.lang.NoClassDefFoundError: sun/tools/jar/Main
> at java.lang.Throwable.(Throwable.java:40)
> at java.lang.Error.(Erro
I am also facing the same problem. I guess it's because of improper libc version.
My system has Slackware 2.0.34 with libc5.4.44. But jdk1.2 distributions ported so far
are only for glibc libraries. So,
with libc5 one will get the following errors. (I got them as well).
After that, I tried to ins
Amlan Saha <[EMAIL PROTECTED]> writes:
> On RH 6.0 when I try to create a .jar file out of my classes, I get
> the following - (I used jar cf my.jar *.class)
>
> java.lang.NoClassDefFoundError: sun/tools/jar/Main
> at java.lang.Throwable.(Throwable.java:40)
> at java.lang.Error.(
Hi people
On RH 6.0 when I try to create a .jar file out of my classes, I get
the following - (I used jar cf my.jar *.class)
java.lang.NoClassDefFoundError: sun/tools/jar/Main
at java.lang.Throwable.(Throwable.java:40)
at java.lang.Error.(Error.java:21)
at java.lang.Linka
vincent writes:
> HI GUYS,
>
> HAS ANYONE DONE ANY PORTING FRO THE ARM PROCESSOR.?
> Can some one tell me where to look.
>
> Thanks
>
> Vincent
>
I believe Corel did some porting under license from Sun, though I am
not too sure. It is called JRE. I do not know if it is ava
If you look at a similar press release from the same day,
http://java.sun.com/pr/1999/03/pr990302-03.html
It is touting the fact that they are letting the blackdown team to port
the jdk for sun.
--- "Alex M." <[EMAIL PROTECTED]> wrote:
> As I understand it, there is a Sun jdk/jvm for linux
> bu
Does jdk1.2 run on Linux 2.0.35 (slackware)?
Here is what I get when I try to execute a demo
gray:~/java2/jdk1.2/demo/jfc/SampleTree[572] java SampleTree
/home/antoy/java2/jdk1.2/jre/bin/realpath:
/home/antoy/java2/jdk1.2/jre/bin/i386/realpath: No such file or directory
/home/antoy/java2
As I understand it, there is a Sun jdk/jvm for linux but it's for Sun's
internal use only. I don't konw when they plan on releasing an official
Sun jdk for linux.
On Wed, 16 Jun 1999, Ken McNeil wrote:
> In a Wired article
> (http://www.wired.com/news/news/technology/story/20261.html)
> it was
In a Wired article
(http://www.wired.com/news/news/technology/story/20261.html)
it was said that Sun has "begun working on porting
Java to Linux". Hmm... Anyone know if there was a real
announcement or are they just speaking of the
Blackdown port?
Hello,
i still have a big problem with linux jdk (1.1.7-alpha, 1.2-pre2-glibc2.0)
that seems somehow be jdk-version unrelated...
using the following code:
import java.io.*;
import java.net.*;
public class IPTest
{
public static int port = 0;
public static String addr = null;
publi
Hi!
Now i tryed somw ldd commands and first found that there some libraries could
not be found. Now I extended the LD_LIBRARY_PATH the librarys would be found
but nothing works. Remember all libraries are with the right permissions and
all libraries will be found.
Ciao!
---
11 matches
Mail list logo