Re: java
Re: java
- Subject: Re: java
- From: jorge herrera <email@hidden>
- Date: Sun, 14 Oct 2001 20:21:55 -0500
How portable is a Cocoa-java based application?? Is it possible to only
have MacOS X for handhelds with only Cocoa (java) Apps? Imagine a Newton
with MacOS X running Cocoa (java) only apps and also those apps running
in the complete Desktop MacOS X...
... well, back to reality...
if Java is used in Cocoa is not portable isn't? We don't have Cocoa
classes in windows, how portable is that? why not compiled to native
code?
On Sunday, October 14, 2001, at 08:51 PM, email@hidden wrote:
On Sunday, October 14, 2001, at 08:15 PM, Robert Goldsmith wrote:
Just a little side issue but I was curious.
When Java apps are developed for Cocoa, do they get compiled fully or
left as byte-code to run on a vm or (shock!) are they JIT? Knowing
that cocoa/java is OSX only, it would make sense to fully compile the
code - like in any other language. If this is the case, what is the
runtime speed like? I've only had the (dubious) pleasure of using
byte-code compiled stuff on solaris machines.
It uses a VM. There may be a JIT either in place or in the works (in
seeding), but Java does not get compiled down to native code. That
would make it only as portable as, say, C code...8-)
Brian
--
jorge herrera
email@hidden
http://frases.org
"While one person hesitates because he feels inferior, the other is busy
making mistakes and becoming superior." - Henry C. Link
- Follow-Ups:
- Re: java
- From: Ondra Cada <email@hidden>
- Re: java
- From: "Erik M. Buck" <email@hidden>
References: | |
| >Re: java (From: email@hidden) |