From 894dc59a2f2ec714e846dd0f98b227d3d48c7aa7 Mon Sep 17 00:00:00 2001 From: beard Date: Wed, 24 Jun 1998 02:44:30 +0000 Subject: [PATCH] Updated Mac build instructions. git-svn-id: svn://10.0.0.236/trunk@4384 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/ref/liveconnect/README.html | 62 ++++++++++++++++---------- 1 file changed, 39 insertions(+), 23 deletions(-) diff --git a/mozilla/js/ref/liveconnect/README.html b/mozilla/js/ref/liveconnect/README.html index f110590a9f1..efbe0ec6c06 100644 --- a/mozilla/js/ref/liveconnect/README.html +++ b/mozilla/js/ref/liveconnect/README.html @@ -90,31 +90,47 @@ Use any Java compiler to compile the java source files in the directory.

-Mac OS -
    -
  • -Use CodeWarrior Pro 3 is recommended.  CodeWarrior Pro 2 should work -but has not been tested.  The CodeWarrior project file is js/ref/liveconnect/macbuild/LiveConnect.mcp
  • -
  • -Install Apple's JVM, MRJ -SDK 2.0.1ea4.
  • + Mac OS +
      +
    • Using CodeWarrior Pro 3 is recommended.  CodeWarrior + Pro 2 should work but has not been tested.  The + CodeWarrior project files are js/ref/liveconnect/macbuild/LiveConnect.mcp, + js/ref/liveconnect/macbuild/LiveConnectShell.mcp, + and js/ref/macbuild/JSRef.mcp. + +
    • Install Apple's JVM, MRJ 2.0 (or later),and the + MRJ + SDK v2.0.1ea4. + +
    • Copy the folders CIncludes & Libraries from + Interfaces&Libraries to js/ref/liveconnect/macbuild/JavaSession. + +
    • Build the JavaScript test application, JSRef, with js/ref/macbuild/JSRef.mcp. + +
    • Build the LiveConnect test application, LiveConnectShell, with js/ref/liveconnect/macbuild/LiveConnectShell.mcp. + +
    • Build liveconnect.jar with + js/ref/liveconnect/macbuild/LiveConnect.mcp. + +
    • Make an alias to liveconnect.jar and place it in + "{SystemFolder}Extensions:MRJ + Libraries:MRJClasses".
      + +
      + + +
    -
  • -Copy the folders CIncludes & Libraries from Interfaces&Libraries -to js/ref/macbuild/JavaSession.
  • - -
  • -Build the test application JSRef with js/ref/macbuild/JSRef.mcp.
  • - -
  • -Build liveconnect.jar with js/ref/liveconnect/macbuild/LiveConnect.mcp.
  • - -
  • -Make an alias to liveconnect.jar and place -it in "{SystemFolder}Extensions:MRJ Libraries:MRJClasses".
  • - -
     
Unix