Hi
On Tue, 14 Nov 2000, Francisco Gongora wrote:
> Hello:
> We are trying to run a jar file in Linux with jdk of Blackdown:
>
> java -jar Jarfile.jar
>
> but we have error saying -jar is not valid option. Is there any way to run
> a .jar using jdk of Blackdown?
-jar is availab
Hi Graham
Sun themself didn't support Java on Linux back when the 1.1.x series was
coming out. Instead a group of volunteers ported and maintained the SUN
jdk on Linux. You will find their work on www.blackdown.org
Be sure to also get the tya jit for it, it's shipped seperately, there's a
link t
Hi
You enable it by setting an environment variable:
export JAVA_COMPILER=hotspot
--- http://www.elof.dk --
Kristian Elof Soerensen [EMAIL PROTECTED] (+45) 45 93 92 02
On Sun, 4 Jun 2000, Timothy Reaves wrote:
> I do not find doc
Hi
I just tried the IBM JVM 1.3 for Linux
With it's accompaining jit it's very fast, but it crashes X every time I
try running a program that uses the AWT. Has anybody else seen similar
crashes and maybe looked further into what's gping wrong?
--- http://www.elof.dk -
Hi
Call it like this:
java First_tst
and it schould work.
Read up on Classpath and package conventions to get the whole idea of
what's going on here.
--- http://www.elof.dk --
Kristian Elof Soerensen [EMAIL PROTECTED] (+45) 45 93 92 02
Hi
There's the source for Netscape/Mozilla available from www.mozilla.org
and from the same URL you can get the source an approach to create an
entire webbrowser in Java that Netscape abandoned but it still being
developed by volunteers.
You schould not underestimate the platform independence o
Hi
I looked for production quality JDBC drivers for that RDBMS half a year
ago. The best available are those sold by BEA. No freely available drivers
exist for MsSQL that can be trusted for real world usage.
M$ did not make that RDBMS themself, it's Sybase in disquise. It would be
interesting t
>
> How do you manage a project with so many .java files, say more than 100?
> I can't believe I'll be forced to wait 3 minutes of compilation (on a 128Mb
> K6-2 350Mhz) every time I forget a ; or mistype a variable.
Go to http://alphaworks.ibm.com
download and install jikes
[elof@hugin HEII
> The IE5.0 browser just plain refuses to run them. (at least that's what I'm
> told) With Netscape 4.X on Mac, they get an error similar to "can't find class
> "java.awt.event.WindowEvent".
Hi
Some Mac browser JVM's leaves out certain constructors and methods from
the java.* classes, that's w