Skip to content

Commit 52d74ae

Browse files
committed
readme
1 parent c509ac1 commit 52d74ae

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33

44
These 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

712
java2script/SwingJS includes an Eclipse plug-in (technically a "drop-in"), net.sf.j2s.core.zip,
813
along 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.

0 commit comments

Comments
 (0)