There was an error while loading. Please reload this page.
1 parent 52d74ae commit e95adf6Copy full SHA for e95adf6
1 file changed
README.md
@@ -4,8 +4,8 @@
4
These notes are for Java developers who want to convert their Java applets or Java applications to
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.
+within Eclipse, with immediate JavaScript testing and debugging in a browser based on code development
+in Java. Using the java2script/SwingJS Eclipse plug-in, both Java .class files and their equivalent .js files are created simultaneously.
9
10
Developers of java2script/SwingJS itself should read README-developers.md
11
0 commit comments