Java Servlets -N- Linux?

1998-09-03 Thread Steve Curry
Hello, Can Java Servlets be developed on a Linux box? We are setting up a Linux web server and want to use Java Servlets if possible. Is there a Linux version of the Java Servlet Development Kit or do I need something like JRun from livesoftware ( http://www.livesoftware.com )? A

Dialog problem

1998-09-03 Thread Brad Pepers
Just an update on the problem with Dialogs: 1. I copied the .class files over to Windows 95 and ran them using the 1.1.6 JDK from Sun and the About dialog box worked there so its definitely a Linux Java bug. 2. I tried the latest 1.1.6v3a and I still get the error -- Brad Pepers Linux Ca

Re: Compile Java to Native?

1998-09-03 Thread Paul Michael Reilly
dan writes: > Yes, the tool is called TowerJ, from Tower Technology > (http://www.twr.com/). TowerJ-compiled Java is faster than *any* JIT on > *any* platform (as you might expect). Currently, this group has only > ported TowerJ to HP's *nix and Linux (I just checked their homepage, and > f

RE: Java-Linux

1998-09-03 Thread Kegel, Dan
http://www.blackdown.org/java-linux.html has the ports. Be sure to read http://www.blackdown.org/java-linux/docs/libraries.html and http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux.html first! - Dan > -Original Message- > From: Günter Zell [SMTP:[EMAIL PROTECTED]] > Sent: Wedne

Modal dialog bug?

1998-09-03 Thread Brad Pepers
I have some fairly simple code derived from code generated by JBuilder 2. I've stripped it down to make it easier to see the problem. The problem is that JBuilder generated code for an About type dialog and when I run the code on Linux the dialog window just flashes on the screen and then disapp

Re: Compile Java to Native?

1998-09-03 Thread Vincent Trussart
Eugene Teh wrote: > Hi, > > I keep hearing people telling me that you can do this > But I have never found info about how to do this? > Is there such a utility - AFAIK Sun does not provide one? > Also what's the performance issue? How can it be tuned? > > Eugene Te

Re: Compile Java to Native?

1998-09-03 Thread Charles Forsythe
Eugene Teh wrote: > I keep hearing people telling me that you can do this > But I have never found info about how to do this? Checkout www.twr.com for a product called "TowerJ". It's currently my favorite product for doing this. Also, the Open Group (www.opengroup.org) has a pro

Re: Compile Java to Native?

1998-09-03 Thread dan
Correction to my previous post -- the Cygnus Java/gcc project is called jcl. You can read about it at: http://www.cygnus.com/news/whitepapers/evaluate.html It appears that it may be closer to completion than I was originally led to believe. -dan [EMAIL PROTECTED] [EMAIL PROTECTED] Eugene Teh w

Re: Compile Java to Native?

1998-09-03 Thread dan
Yes, the tool is called TowerJ, from Tower Technology (http://www.twr.com/). TowerJ-compiled Java is faster than *any* JIT on *any* platform (as you might expect). Currently, this group has only ported TowerJ to HP's *nix and Linux (I just checked their homepage, and found out that they have por

Re: Exception handling broken by jni?

1998-09-03 Thread Robert Lynch
Dan Kegel wrote: > I'm having a wee bit of trouble with Blackdown JDK for Linux > and exception handling inside code called from JNI. > It seems that try/catch blocks don't work if they are > contained in a method called directly or indirectly by JNI. [snip] Hiya- I'm not exactly sure we're on t

Compile Java to Native?

1998-09-03 Thread Eugene Teh
Hi, I keep hearing people telling me that you can do this But I have never found info about how to do this? Is there such a utility - AFAIK Sun does not provide one? Also what's the performance issue? How can it be tuned? Eugene Teh Berkeley, CA

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread Dimitris Vyzovitis
Well, and where is this kernel going to run? You still need a virtual machine underneath. I think we should get serious...   --  Dimitrios Vyzovitis   Information Processing Labor

Re: about exec

1998-09-03 Thread Massimo Conti
Hi | here is how I made this : import java.lang.Runtime; public void startService(String programName) { try { path = "/your/path/"; (Runtime.getRuntime()).exec(path+programName); } catch (Exception e) { System.out.printl

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread Kenny Freeman
Oh give me a break, did you read the original posting at all? I think it warants a few (harmless) jokes. Sometimes people are far too serious, lighten up. I mean come on, Linux kernel in java? On Thu, 3 Sep 1998, [EMAIL PROTECTED] wrote: > Maybe Linus was also completely nuts > If yo do not

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread [EMAIL PROTECTED]
Maybe Linus was also completely nuts If yo do not want to participate, why don4t you just skip these postings??? On Thu, 3 Sep 1998, Nelson Minar wrote: > >> What, are you kidding? > >HE'S COMPLETELY NUTS > > Maybe a refugee from the Freedows project :-) > >

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread Michael Rohleder
Nelson Minar writes: > >> What, are you kidding? > >HE'S COMPLETELY NUTS > > Maybe a refugee from the Freedows project :-) Can please stop this stupid thread... -- +#if defined(__alpha__) && defined(CONFIG_PCI) + /* +* The meaning of life, the universe, and everything. Plus +

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread Kenny Freeman
well, at least it is entertaining - linux kernel in java LOL On Thu, 3 Sep 1998, Mats Petersson wrote: > On Thu, 3 Sep 1998, Nelson Minar wrote: > > > >> What, are you kidding? > > >HE'S COMPLETELY NUTS > > > > Maybe a refugee from the Freedows project :-) > > > > > > > > ;) >

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread Mats Petersson
On Thu, 3 Sep 1998, Nelson Minar wrote: > >> What, are you kidding? > >HE'S COMPLETELY NUTS > > Maybe a refugee from the Freedows project :-) > > > ;)

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread Nelson Minar
>> What, are you kidding? >HE'S COMPLETELY NUTS Maybe a refugee from the Freedows project :-)

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread Mats Petersson
On Wed, 2 Sep 1998, dan wrote: > What, are you kidding? > > > > > > keith schmauss wrote: > > > > > > > > > some of the project[s] [for fun!] are ==>> > > 1] creating a very simple windowing manager coded in > > JAVA! [mult-threading windows manager! ] > > 1) What are you going to use