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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 :-)
>
>
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
+
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 :-)
> >
> >
> >
>
> ;)
>
On Thu, 3 Sep 1998, Nelson Minar wrote:
> >> What, are you kidding?
> >HE'S COMPLETELY NUTS
>
> Maybe a refugee from the Freedows project :-)
>
>
>
;)
>> What, are you kidding?
>HE'S COMPLETELY NUTS
Maybe a refugee from the Freedows project :-)
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
20 matches
Mail list logo