You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by mg...@apache.org on 2017/01/05 22:09:56 UTC

[48/50] cayenne-modeler git commit: Updated Eclipse instructions.

Updated Eclipse instructions.


Project: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/commit/d0e8f8f7
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/tree/d0e8f8f7
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/diff/d0e8f8f7

Branch: refs/heads/master
Commit: d0e8f8f79fb95868612940b7f8b7fe9487a163c4
Parents: d105135
Author: mrg <bl...@gmail.com>
Authored: Sun Dec 18 10:25:04 2016 -0500
Committer: mrg <bl...@gmail.com>
Committed: Sun Dec 18 10:25:04 2016 -0500

----------------------------------------------------------------------
 README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-modeler/blob/d0e8f8f7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1f23086..ac08e85 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,20 @@ The following screenshots show how the prototype is shaping up.  They'll be upda
 * Java 8
 * [Scene Builder](http://gluonhq.com/open-source/scene-builder/) (to edit FXML files)
 * Eclipse
-    * e(fx)clipse (install from Eclipse Marketplace)
+  * e(fx)clipse (install from Eclipse Marketplace)
+  * If you get `Access restriction: The type ... is not API (restriction on required library ...` for JavaFX, do the following:
+    * Select the project
+    * Right-click and choose "Properties"
+    * Select "Java Build Path"
+    * Select "Libraries" tab
+    * Expand Java System Library
+    * Select "Access Rules"
+    * Click "Edit"
+    * Click "Add"
+    * Set "Resolution" to "Accessible"
+    * Set "Rule Pattern" to "javafx/**"
+    * OK/Accept everything
+
 * IntelliJ
     * TBD
 * Netbeans