Information on cross-platform compiling
From: Tobias Bruell (Tobias.Bruell_at_gmx.net)
Date: 10/29/03
- Next message: Michiel Konstapel: "Re: Eclipse: List of keybindings?"
- Previous message: Matt Humphrey: "Re: a question about thread"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Oct 2003 23:08:18 +0100
Hello,
I am writing some Java-Applet Chat-Client meant to run on any platform
(LINUX, MS Windows, MacOS ...). Right now it runs with all tested
Windows and LINUX systems (which aren't to many), but there are problems
running it on MacOS v9.2. ( I compiled from LINUX with "javac -target
1.1 *.java ... " ). I think v9.2 has JDK1.1.8 installed, with it's VM,
so I'd expect it works. But it does not. :(
Since I am very unsure about how far the "complie once, run anywhere" -
Philosophy of Java is really supported between the different compilers
and JavaVM's, I'd like to ask whether anyone can tell me an URL, a book,
a howto or any other writing about this issue, where I can get some kind
of authorative information.
thx,
Tobias Bruell
- Next message: Michiel Konstapel: "Re: Eclipse: List of keybindings?"
- Previous message: Matt Humphrey: "Re: a question about thread"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|