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: Cameron Hayne <email@hidden>
- Date: Fri, 28 Jun 2002 01:13:17 -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.
First of all, there is a difference between a Java applet and an
application and you need the former if you want it to execute within a
web browser. And an applet can only use the libraries which are
available to the browser. (The "bytecode" you referred to does *not*
include the code from the libraries.) So if you use Cocoa libraries, you
will be limiting your applet to users who have these libraries installed
(I.e. a subset of Mac users)
... Cameron
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
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.