You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/12/27 03:58:07 UTC

[royale-compiler.wiki] branch master updated: Updated Eclipse Setup (markdown)

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-compiler.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 72c34e2  Updated Eclipse Setup (markdown)
72c34e2 is described below

commit 72c34e282c576ffd878f5112d56639e7a57c41c1
Author: aharui <ah...@apache.org>
AuthorDate: Wed Dec 26 19:58:05 2018 -0800

    Updated Eclipse Setup (markdown)
---
 Eclipse-Setup.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Eclipse-Setup.md b/Eclipse-Setup.md
index 2b430ab..6c0fd37 100644
--- a/Eclipse-Setup.md
+++ b/Eclipse-Setup.md
@@ -23,7 +23,7 @@ git clone https://git-wip-us.apache.org/repos/asf/royale-compiler royale-compile
 cd royale-compiler
 git checkout develop
 
-**B. Java SE JDK 1.7 or later**\
+**B. Java SE JDK 1.8**\
 Some computers come with Java installed, but not only do you need a Java runtime (JRE) you need a Java Development Kit (JDK).  To find out if you have a JDK installed run
  
 `javac -version`
@@ -72,7 +72,7 @@ All of these projects should be at the top-level of the royale-compiler repo.  T
 
 ## Using Eclipse
 
-We are using Eclipse Helios for Java 1.6 compatibility because at least one of the jars (flex-compiler-oem) needs to be 1.6 compatible to work with Flash Builder.  
+We are using Eclipse 20181210 for Java 1.8 compatibility.  In theory, any version of Eclipse that supports Java 1.8 should work.
 
 ### Run/Debug Configurations
 
@@ -95,4 +95,4 @@ VM Arguments:
 `-Xmx384m -Dsun.io.useCanonCaches=false -Droyalelib="/Users/myusername/git/apache/royale/royale-asjs/frameworks"`
  
 And the environment variables (Only required for SWF Output):
-PLAYERGLOBAL_HOME points to the folder containing versions of playerglobal.swc as specified above.  Thus, if you followed the instructions above on a Mac, you would set the variable to: /Users/myusername/adobe/flashplayer.
+PLAYERGLOBAL_HOME points to the folder containing versions of playerglobal.swc as specified above.  Thus, if you followed the instructions above on a Mac, you would set the variable to: /Users/myusername/adobe/flashplayer.
\ No newline at end of file