File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33
44These notes are for Java developers who want to convert their Java applets or Java applications to
5- JavaScript. Developers of java2script/SwingJS itself should read README-developers.md .
5+ JavaScript, allowing continued one-source development of both Java and JavaScript. SwingJS is not
6+ a one-time "port" to JavaScript. It is a system that allows real-time Java-to-JavaScript conversion
7+ within Eclipse, with immediate JavaScript testing and debugging, but continued Java development.
8+ The outcome is a set of Java .class files and their equivalent .js files.
9+
10+ Developers of java2script/SwingJS itself should read README-developers.md
611
712java2script/SwingJS includes an Eclipse plug-in (technically a "drop-in"), net.sf.j2s.core.zip,
813along with a JavaScript version of the Java Virtual Machine (SwingJS) to allow the rapid and
@@ -11,4 +16,4 @@ automated production of browser-ready JavaScript versions of Java applications a
1116
1217# QuickStart
1318
14- See https://github.com/BobHanson/java2script/tree/master/dist
19+ See https://github.com/BobHanson/java2script/tree/master/dist and the README file in that directory.
You can’t perform that action at this time.
0 commit comments