зеркало из https://github.com/mozilla/pjs.git
Updated build instructions. Will get pushed out to the website eventually.
This commit is contained in:
Родитель
14d89e5bff
Коммит
5794736bb3
|
@ -1,52 +1,59 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>MRJ Plugin Build Instructions</TITLE>
|
||||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#C0C0C0" LINK="#333333" VLINK="#FF0000">
|
||||
<H2><CENTER>MRJ Plugin Build Instructions</CENTER></H2>
|
||||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="GENERATOR" content="Mozilla/4.61 (Macintosh; I; PPC) [Netscape]">
|
||||
<title>MRJ Plugin Build Instructions</title>
|
||||
</head>
|
||||
<body bgcolor="#C0C0C0" link="#333333" vlink="#FF0000">
|
||||
|
||||
<CENTER><I>(as of 3/22/99)</I>
|
||||
<center>
|
||||
<h2>
|
||||
MRJ Plugin Build Instructions</h2></center>
|
||||
|
||||
<P>
|
||||
<center><i>(as of 7/30/99)</i>
|
||||
<p>
|
||||
<hr></center>
|
||||
|
||||
<HR>
|
||||
<center>
|
||||
<h3>
|
||||
In 6 Easy Steps</h3></center>
|
||||
|
||||
</P></CENTER>
|
||||
<ol>
|
||||
<li>
|
||||
Download the latest <a href="http://www.apple.com/java">MRJ SDK</a> (MRJSDK
|
||||
2.1 or later). Run the installer, which will create a folder at the root
|
||||
of your system volume, called "MRJ SDK 2.1." Copy the CIncludes and Libraries
|
||||
folders to the "MRJSDK" folder in mozilla/plugin/oji/MRJ.</li>
|
||||
|
||||
<H3><CENTER>In 5 Easy Steps</CENTER></H3>
|
||||
<li>
|
||||
Open the project mozilla/plugin/oji/MRJ/plugin/MRJInABox.mcp. To build
|
||||
the plugin for 4.X browsers, build the "MRJInABox (4.X)" target. To build
|
||||
for 5.X, build the "MRJInABox" target.</li>
|
||||
|
||||
<OL>
|
||||
<LI>Download the latest <A HREF="ftp://ftp.apple.com/developer/Development_Kits/MRJ_SDK_2.1.sit.hqx">MRJ
|
||||
SDK</A> (MRJSDK 2.1 or later). Run the installer, which will
|
||||
create a folder at the root of your system volume, called "MRJ SDK
|
||||
2.1." Copy the CIncludes and Libraries folders to the "MRJSDK"
|
||||
folder in mozilla/plugin/oji/MRJ.</LI>
|
||||
|
||||
<LI>Open the project mozilla/plugin/oji/MRJ/plugin/MRJInABox.mcp.
|
||||
To build the plugin for 4.X browsers, build the "MRJInABox (4.X)"
|
||||
target. To build for 5.X, build the "MRJInABox" target.</LI>
|
||||
|
||||
<LI>Build the project mozilla/js/macbuild/LiveConnectClasses.mcp,
|
||||
and make an alias to the file liveconnect.jar in
|
||||
mozilla/plugin/oji/MRJ/plugin.</LI>
|
||||
|
||||
<LI>Build the project
|
||||
mozilla/plugin/oji/MRJ/testing/ConsoleApplet.mcp.</LI>
|
||||
|
||||
<LI>Finally, build the "MRJPlugin.jar" target in
|
||||
MRJInABox.mcp.</LI>
|
||||
</OL>
|
||||
<li>
|
||||
Build the project mozilla/js/macbuild/LiveConnectClasses.mcp, and make
|
||||
an alias to the file liveconnect.jar in mozilla/plugin/oji/MRJ/plugin.</li>
|
||||
|
||||
<CENTER>Well that's it. You should now have a working build of the
|
||||
MRJ plugin.
|
||||
<li>
|
||||
Build the project mozilla/plugin/oji/MRJ/testing/ConsoleApplet.mcp, and
|
||||
make an alias to the file ConsoleApplet.jar in mozilla/plugin/oji/MRJ/plugin.</li>
|
||||
|
||||
<P>
|
||||
<li>
|
||||
Finally, build the "MRJPlugin.jar" target in MRJInABox.mcp.</li>
|
||||
|
||||
<HR>
|
||||
<li>
|
||||
To install the 5.X plugin, create a folder called "Netscape Plugins" in
|
||||
your "System/Extensions" folder, and drag both MRJInABox and MRJPlugin.jar
|
||||
into this folder. To install the 4.X plugin, drag both MRJPlugin and MRJPlugin.jar
|
||||
into your "Plug-ins" folder located inside your Netscape Communicator folder.</li>
|
||||
</ol>
|
||||
|
||||
</P>
|
||||
<center>Well that's it. You should now have a working build of the MRJ
|
||||
plugin.
|
||||
<p>
|
||||
<hr>
|
||||
<p>If you have comments or suggestions, email <a href="mailto:mark.lin@eng.sun.com">mark.lin@eng.sun.com</a></center>
|
||||
|
||||
<P>If you have comments or suggestions, email me at <A HREF="mailto:beard@netscape.com"><I>beard@netscape.com</I></A></P></CENTER>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче