1996-04-30 - Re: Calling other code in Java applications and applets

Header Data

From: Jeff Weinstein <jsw@netscape.com>
To: Lucky Green <shamrock@netcom.com>
Message Hash: 8f40b6c1e0c7ae48689f84a45eddfae46972ff463ab8d66e2ca4860fd6c63649
Message ID: <3185E5B6.3EE8@netscape.com>
Reply To: <v02120d2eadab7900c2ca@[192.0.2.1]>
UTC Datetime: 1996-04-30 18:37:56 UTC
Raw Date: Wed, 1 May 1996 02:37:56 +0800

Raw message

From: Jeff Weinstein <jsw@netscape.com>
Date: Wed, 1 May 1996 02:37:56 +0800
To: Lucky Green <shamrock@netcom.com>
Subject: Re: Calling other code in Java applications and applets
In-Reply-To: <v02120d2eadab7900c2ca@[192.0.2.1]>
Message-ID: <3185E5B6.3EE8@netscape.com>
MIME-Version: 1.0
Content-Type: text/plain


Lucky Green wrote:
> 
> At 21:50 4/29/96, Timothy C. May wrote:
> 
> >By the way, I had a discussion at a party with several Sun folks and other
> >Java programmers, and they agreed that external code (C, for example) could
> >be called, even by an _applet_, if arranged. For example, various
> >underlying graphics routines in the AWT (Alternative Window Toolkit)
> >package are of course using underlying code written in various other
> >languages, code that has been reasonably optimized for speed.
> 
> I understand that calling C libs from Java is possible, but the details how
> to go about that are still hazy to me. It is also unclear if Sun will
> support this dual coding as a general capability that can be used by all
> Java apps (don't think of Java just as downloadable applets) or require
> that all modules, to give an example, for a certain soon to be very
> relevant Java application to be written in 100% Java.

  Our Navigator 3.0 release will allow java and javascript to call into
plugins.  Since plugins are native code, you will be able to freely mix
C and Java.  Of course you will have to get the user to install your
plugin on their disk.  

	--Jeff

-- 
Jeff Weinstein - Electronic Munitions Specialist
Netscape Communication Corporation
jsw@netscape.com - http://home.netscape.com/people/jsw
Any opinions expressed above are mine.





Thread