From 5c9b40e0b7bc4970d782f22eae8740a233882945 Mon Sep 17 00:00:00 2001 From: Andreas Stadelmeier Date: Wed, 24 Jan 2018 16:37:01 +0100 Subject: [PATCH] =?UTF-8?q?Rumprobieren.=20Nicht=20lauff=C3=A4hig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ pom.xml | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ba3499da..8b1e7dddb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ + # plugin site erstellen * die JAvaTXCOmpiler DAtei in ein plugin umwandeln und deployen. * siehe: http://www.vogella.com/tutorials/EclipseJarToPlugin/article.html#convert-jar-files-to-osgi-bundles-with-the-p2-maven-plugin @@ -12,3 +13,7 @@ * Hier tritt FEhler auf. Reflections-Library kann nicht installiert werden. Möglicherweise wird sie auch nicht gebraucht * Nach dem installieren de.dhbwstuttagrt.JavaTXcompiler zu den DEpendencies des plugins hinzufügen * Anschließend unter "Overview" auf "Updata Classpath" klicken + +# Windows +* JAVA_HOME setzen: + * export JAVA_HOME=/c/Program\ Files/Java/jdk1.8.0_102/ diff --git a/pom.xml b/pom.xml index ce7d7ded9..138b06331 100644 --- a/pom.xml +++ b/pom.xml @@ -79,12 +79,14 @@ - + de.dhbwstuttgart:JavaTXcompiler:0.1 org.reflections:reflections:0.9.11 - com.google.guava:guava:22:0 + com.google.guava:guava:22.0 + javax.annotation:javax.annotation-api:1.3.1 + org.glassfish:javax.annotation:3.1.1