Re: Whether cocoa-java app runs in a browser??
Re: Whether cocoa-java app runs in a browser??
- Subject: Re: Whether cocoa-java app runs in a browser??
- From: Brent Gulanowski <email@hidden>
- Date: Fri, 28 Jun 2002 02:06:31 -0400
On Thursday, June 27, 2002, at 11:13 AM, praveena tandon wrote:
I am novice in Cocoa development and developing a Web
Browser based CRM Application. I found that Cocoa-Java
application is compiled into bytecode. I am unable to
figure out whether a Cocoa-Java application will run
in a web browser as other applets. Please help me out.
The potentially too obvious question: is your Cocoa-Java application a
subclass of java.applet? It would have to be. While Cocoa with Java is
real Java, it is intended to be used as a real application, not in an
applet. While Macs have the com.apple.cocoa installed (see /System/Library/
Java), I don't think that you'll find those in any standard Java VM
install, and I don't think Apple intends them to be so available (though
it would be vaguely interesting to test if they worked).
Brent
There are two kinds of people in the world, but we just ignore the other
kind.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.