Go to file
Martin Plümicke aac113e12e Merge branch 'plugin' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypesNew
src/de/dhbwstuttgart/core/JavaTXCompiler.java
	src/de/dhbwstuttgart/parser/SyntaxTreeGenerator/TypeGenerator.java
	src/de/dhbwstuttgart/syntaxtree/GenericDeclarationList.java
 It looks like you may be committing a merge.
 If this is not correct, please remove the file
	.git/MERGE_HEAD
 and try again.
2018-06-08 14:37:04 +02:00
doc Studienarbeit added. 2018-06-06 21:22:40 +02:00
src Merge branch 'plugin' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypesNew 2018-06-08 14:37:04 +02:00
target modified: ../../../target/JavaTXcompiler-0.1-jar-with-dependencies.jar 2018-05-30 00:27:20 +02:00
test Merge branch 'plugin' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypesNew 2018-06-08 14:37:04 +02:00
testBytecode generatedBC-Directory anfügen 2017-12-13 13:32:00 +01:00
Website deleted: Installation/install.html 2018-06-01 17:13:05 +02:00
.gitignore Ordner manually/ in .gitignore hinzugefügt 2018-02-25 13:20:19 +01:00
pom.xml merge Keine Ahnung mit was ... 2018-05-28 16:21:43 +02:00
README.md Rumprobieren. Nicht lauffähig 2018-01-24 16:37:01 +01:00

plugin site erstellen

Einbinden in Eclipse

  • In Eclipse kann die Zip-FIle wie ein Plugin installiert werden
  • 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/