Re: jar in blackdown

2000-11-14 Thread Kristian Soerensen
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

Re: JDK1.1.x for Linux?

2000-06-06 Thread Kristian Soerensen
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

Re: Sun JDK 1.3 & hotspot

2000-06-04 Thread Kristian Soerensen
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

Re: IBM Java 1.3: some problems.

2000-05-31 Thread Kristian Soerensen
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 -

Re: Multiple Platforms

2000-05-09 Thread Kristian Soerensen
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

Re: Source Code of Web Browser for Linux

2000-05-04 Thread Kristian Soerensen
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

Re: Free MSSQL JDBC driver

2000-02-07 Thread Kristian Soerensen
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

Re: Working with many .java files

1999-08-02 Thread Kristian Soerensen
> > 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

Re: Linux JDK applets on other platforms

1999-08-01 Thread Kristian Soerensen
> 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