From a6d309971ae18e242f297cc155b9884892cabc12 Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Fri, 28 Dec 2012 12:14:46 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ea9ea9e..58b7b52 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,22 @@ http://mcp.ocean-labs.de/index.php/Main_Page Then copy the CommandScript.java file to $MCP/src/minecraft/net/minecraft/src/ directory (where $MCP is the location where you've installed Minecraft Coder pack). Then run ./reobfuscate.sh and follow MCP's instructions for copying the obfuscated files and rebuilding the minecraft.jar file. +You will also need to install Rhino (A javascript implementation for java) if it is not already installed. Type... + + java org.mozilla.javascript.tools.shell.Main + +... at a command prompt to see if Rhino is already installed. If Rhino is installed you should see the following... + + js> + +If Rhino is not already installed you can [download it][1] unzip it and copy the jar files to ... + + * Macintosh - /System/Library/Java/Extensions/ + * Windows - C:\jdk\jre\lib\ext (assuming the Java Dev Kit has been installed in c:\jdk) + * Linux - + +[1]: https://developer.mozilla.org/en/RhinoDownload + Getting Started =============== From ad7b8df17716d10603e62daed30704e6339f72da Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Fri, 28 Dec 2012 12:19:10 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58b7b52..432162e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You will also need to install Rhino (A javascript implementation for java) if it js> -If Rhino is not already installed you can [download it][1] unzip it and copy the jar files to ... +If Rhino is not already installed you can [download it][1], unzip it and copy the js.jar file to ... * Macintosh - /System/Library/Java/Extensions/ * Windows - C:\jdk\jre\lib\ext (assuming the Java Dev Kit has been installed in c:\jdk) From 1c474ac2b414cb296360942ee932ff0c115370cd Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Fri, 28 Dec 2012 13:23:15 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 432162e..9cbfba8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If Rhino is not already installed you can [download it][1], unzip it and copy th * Macintosh - /System/Library/Java/Extensions/ * Windows - C:\jdk\jre\lib\ext (assuming the Java Dev Kit has been installed in c:\jdk) - * Linux - + * Linux (Ubuntu) - /usr/lib/jvm/java-6-openjdk-i386/jre/lib/ext/ [1]: https://developer.mozilla.org/en/RhinoDownload