jikes and java.lang

1999-01-20 Thread Java Distribution
I have just built jikes on a Intel RH5.2 host. When I invoke the compiler, it aborts w/a complaint about not finding java.lang What is java.lang and where do I get it? TIA! =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Guy Cole (KQ6J) * "Expert Plain And Fan

JBuilder and Linux

1999-01-20 Thread Carlos Alberto Roman Zamitiz
I wrote a project on JBuilder2.0 (windows), but my web server is a linux box. I put my *class, *html in my web server. I used some jbuilder's classes (GridView, GridControl, and more) I don't know if put jbcl2.0.jar or jbcl2.0-src.zip in my web server. I got the following: # Verifier error proy3

Re: Intergrating

1999-01-20 Thread Nathan Meyers
Nathan Stevens wrote: > > I was wondering would it be possible to link the JDK to > other Graphical libaries such has Qt, Gnome etc. If your goal is access to these libraries from your app, you need to look into the Java Native Interface. If, OTOH, your goal is to redo the vari

jdk 116

1999-01-20 Thread sam ramirez
Can't download JDK 1.1.6 from http://java.blackdown.org/~sbb. Getting 404 error. Sam

java-linux hosting

1999-01-20 Thread Mario Camou
Hi, I read the recent messages Re: hosting the list. Another option might be OneList (http://www.onelist.com). It's a free list-hosting service (paid for by advertising, 3 or 4 lines on each message). They also have list archiving and a web-based admin interface. Thought it might be an interestin

Re: KDE L&F ?

1999-01-20 Thread Maksim Lin
Aaron Gaudio wrote: > > How about a GTK+ AWT peer, along with the ability to set this as the default > to remove the dependancy on Motif, and thus cut down a little on bloat? The people working on the Classpath project (gnu class libs for java) are doing exactly this, the last I heard, their gtk

Intergrating

1999-01-20 Thread Nathan Stevens
I was wondering would it be possible to link the JDK to other Graphical libaries such has Qt, Gnome etc.

Re: web server

1999-01-20 Thread Mario Camou
[EMAIL PROTECTED] wrote: > Jinpeng Xie wrote: > > I am wondering whether there is a web server that can process jhtml > > files and can run on Linux platforms. > > > > Java web server can process jhtml, but only run on NT and Solaris. > > I didn't read documentation about apache very recently. >

Re: web server

1999-01-20 Thread nmeyers
Jinpeng Xie wrote: > I am wondering whether there is a web server that can process jhtml > files and can run on Linux platforms. > > Java web server can process jhtml, but only run on NT and Solaris. > I didn't read documentation about apache very recently. Try Jigsaw from the W3 Consortium -- i

Re: GTK+ AWT peers (was: KDE L&F ?)

1999-01-20 Thread Nigel Gamble
On 20 Jan 1999, Brian Jones wrote: > Nigel Gamble <[EMAIL PROTECTED]> writes: > > On Wed, 20 Jan 1999, Aaron Gaudio wrote: > > > How about a GTK+ AWT peer, along with the ability to set this as the default > > > to remove the dependancy on Motif, and thus cut down a little on bloat? > > > > I'm w

Re: JDK 1.2 TimeTable Not Possible Yet, Status Report

1999-01-20 Thread Paolo Ciccone
Kevin, thanks you all for your effort and for letting us know. --Paolo

Re: genclass templates for Java?

1999-01-20 Thread Nathan Meyers
Bernd Kreimeier wrote: > > Does anybody know of a (preferably Java-written - has to > work for Win32 too) tool that implements a template-like > text replacement for Java? Like the "genclass" script did > in the very early days of gcc-based C++? > > I know that templates are not part of the Java

Re: port information

1999-01-20 Thread Michael Sinz
On Wed, 20 Jan 1999 12:53:18 -0500 (EST), Patrick W. O'Neill wrote: >I was wondering if your port was supported by Sun in any way. The reason >I'm asking is because I need to perform some benchmarking, and if I could >do it all on a linux system it would make my life much simpler, however, I >wa

jdk1.2 when?

1999-01-20 Thread Jenya
Hi, I have been checking out blackdown site for the last month waiting for the 1.2 port to be available. The site reads "...we should be ready to release in less than a month from now, and hopefully much sooner." Do you think it will be out fairly soon or I shouldn't rely on it? Thank you, Jenya.

web server

1999-01-20 Thread Jinpeng Xie
I am wondering whether there is a web server that can process jhtml files and can run on Linux platforms. Java web server can process jhtml, but only run on NT and Solaris. I didn't read documentation about apache very recently. If you have any info, please send it to me or to all members. Than

port information

1999-01-20 Thread Patrick W. O'Neill
I was wondering if your port was supported by Sun in any way. The reason I'm asking is because I need to perform some benchmarking, and if I could do it all on a linux system it would make my life much simpler, however, I want to make sure the numbers for Java are an accurate representation of Su

genclass templates for Java?

1999-01-20 Thread Bernd Kreimeier
Does anybody know of a (preferably Java-written - has to work for Win32 too) tool that implements a template-like text replacement for Java? Like the "genclass" script did in the very early days of gcc-based C++? I know that templates are not part of the Java language. It would be handy though

Re: GTK+ AWT peers (was: KDE L&F ?)

1999-01-20 Thread Brian Jones
Nigel Gamble <[EMAIL PROTECTED]> writes: > On Wed, 20 Jan 1999, Aaron Gaudio wrote: > > How about a GTK+ AWT peer, along with the ability to set this as the default > > to remove the dependancy on Motif, and thus cut down a little on bloat? > > I'm working on this. It is based on the JDK1.2 por

GTK+ AWT peers (was: KDE L&F ?)

1999-01-20 Thread Nigel Gamble
On Wed, 20 Jan 1999, Aaron Gaudio wrote: > How about a GTK+ AWT peer, along with the ability to set this as the default > to remove the dependancy on Motif, and thus cut down a little on bloat? I'm working on this. It is based on the JDK1.2 port, so don't expect it any time soon. Nigel Gamble

Re: KDE L&F ?

1999-01-20 Thread Aaron Gaudio
How about a GTK+ AWT peer, along with the ability to set this as the default to remove the dependancy on Motif, and thus cut down a little on bloat? I was deep in meditation when Andreas Rueckert awoke me by saying: > > Hi! > > On Wed, 20 Jan 1999 Ernst de Haan wrote: > > > > >KDE look a

Re: From JDK1.1.3 to JDK1.1.7

1999-01-20 Thread Bill Glover
The most typical way I would imagine is to extract the 1.1.7 archive into a directory like /usr/jdk1.1.7 then create a link named /usr/java which points to it. Change all of your classpaths and environment variables to use the /usr/java link instead of /usr/jdk1.1.3 or whatever your current path i

Re: JDK 1.2 TimeTable Not Possible Yet, Status Report

1999-01-20 Thread hoffmans
I agree fully! Thank you guys for everything.. I REALLY appreciate it! Jason Hoffman David Warnock wrote: > Kevin, > > Thank-you for the update but more importantly thank-you to the whole > team for all the work you are doing on our behalf. > > Your efforts are much appreciated. > > Dave >

Re: JDK 1.2 TimeTable Not Possible Yet, Status Report

1999-01-20 Thread David Warnock
Kevin, Thank-you for the update but more importantly thank-you to the whole team for all the work you are doing on our behalf. Your efforts are much appreciated. Dave David Warnock Sundayta Ltd

1.2 ETA?

1999-01-20 Thread Christopher Rowan
Any idea of an ETA on this? Since there is no date for "now" it's hard to judge progress. Thanks for your hard work! JDK 1.2 The system is running on x86 and PowerPC, with ports underway to SparcLinux and some other processors. Currently it's native threads only. Before we can release, we ha

Re: JDK 1.2 TimeTable Not Possible Yet, Status Report

1999-01-20 Thread Matt Zagni
Kevin, I totaly agree with you and fully appreaciate and am greatful of the work that has has gone into giving the Linux population the JDK's to date (I of cause am looking forward to 1.2), I am sure most of us can cope with using 1.1.7 etc.. for the time being. I am also sure that the porting t

(no subject)

1999-01-20 Thread Werner Hager
unsubscribe [EMAIL PROTECTED]

Re: KDE L&F ?

1999-01-20 Thread Andreas Rueckert
Hi! On Wed, 20 Jan 1999 Ernst de Haan wrote: >KDE look and feel... H, does sound like a good idea... > >GreetinX++, Znerd alias Ernst In case it helps you: you're not alone with your opinion. I've asked my question some months ago in some Java+Linux NG's and got lot of positive replie

JDK 1.2 TimeTable Not Possible Yet, Status Report

1999-01-20 Thread Kevin B. Hendricks
Hi, In an attempt to stop the flood of "when will jdk 1.2 be out", here is a short status report: The JDK 1.2 runs "reasonably well" under native threads for x86, PPC and Sparc. Work on other processors is continuing. BUT there are problems that need to be resolved before we can ship. The most

Re: KDE L&F ?

1999-01-20 Thread Ernst de Haan
Hi Rachel & all, Rachel Greenham wrote: -- > Well, as far as I could see, the Window Manager gives you the basic > window surrounding furniture - the close/maximise/minimise etc., but > nothing inside the window of a Swing app. A KDE L&F would produce KDE > style menus and other gadgets - pro

java-linux@java.blackdown.org

1999-01-20 Thread hackit usolame
Pascal Chong yeah , ofcourse i know how to download... (; and btw - when i emaild you , someone else emaild me back too .. he told me that he had the same problem in his own box , becuase he had lib 6 , so he told me that i have to download lib 5 jdk version.. ___

Re: jvm support for >1024 fds

1999-01-20 Thread Uncle George
in reality, select() was universal to all kerns' !. poll() was software emmalated in the 2.0.xx series. poll() was the orig choice of system call, but history took a different turn on the linux boxes, where the functi onality of poll had to be recreated so that most of the linux world would run on

Re: JavaHelp on Linux

1999-01-20 Thread Andreas Rueckert
Hi! On Wed, 20 Jan 1999 Michael Doherty wrote: >Anybody know if the JavaHelp beta1.0 works on Linux? >http://developer.java.sun.com/developer/earlyAccess/javahelp/index.html I gave it a try, but had lots of problems. According to the docs, some parts have to be compiled with a Java(1.?)2 compil

Re: KDE L&F ?

1999-01-20 Thread Andreas Rueckert
Hi! On Tue, 19 Jan 1999 Rachel Greenham wrote: >Well, as far as I could see, the Window Manager gives you the basic >window surrounding furniture - the close/maximise/minimise etc., but >nothing inside the window of a Swing app. Where also the JInternalFrame's show up. So it requires the

Re: JavaHelp on Linux

1999-01-20 Thread Oliver Koell
Michael Doherty wrote: > > Anybody know if the JavaHelp beta1.0 works on Linux? > http://developer.java.sun.com/developer/earlyAccess/javahelp/index.html > Sure - it's all Java Oliver

Re: java-linux@java.blackdown.org

1999-01-20 Thread stoerk
On Mon, 18 Jan 1999, hackit usolame wrote: > hey > i did all what u told me , but its still not work (i added the path > line to > my profile) , and now i can execute the /jdk1.1.5/bin from every > directory > : but its still giving me error message well , this is the error > SecMgr

java-linux@java.blackdown.org

1999-01-20 Thread Yago Diaz
[EMAIL PROTECTED] wrote: > Does everyone else have problems running with -Dos.name=Windows95?? It > works fine for me on Linux. It also works for me without any problem. -- yago More than just email--Get your FREE Netscape W