We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5dab1 commit 728e32fCopy full SHA for 728e32f
sources/net.sf.j2s.core/README.txt
@@ -0,0 +1,3 @@
1
+The net.sf.j2s.core Eclipse project creates the Java2Script transpiler for SwingJS.
2
+
3
+See the dist/dropins folder for the latest distribution and installation notes.
sources/net.sf.j2s.java.core/README.txt
@@ -0,0 +1,10 @@
+The net.sf.j2s.java.core Eclipse j2s project creates the run-time JavaScript "JVM" for SwingJS.
+You should only be working here if you are making new JavaScript files from Java
4
+or adapting/fixing the runtime JavaScript files.
5
6
+Do not run any of the Java or compiled JavaScript here. This project just creates the
7
+files needed by other projects.
8
9
+hansonr@stolaf.edu
10
0 commit comments