Skip to content

Commit 53d1bde

Browse files
committed
readme
1 parent bf00a57 commit 53d1bde

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# About java2script/SwingJS
1+
# Note
22

33

44
These notes are for Java developers who want to convert their Java applets or Java applications to
55
JavaScript, allowing continued one-source development of both Java and JavaScript.
66

7+
Developers of java2script/SwingJS itself should read README-developers.md
8+
9+
# About java2script/SwingJS
10+
711
java2script/SwingJS is not a one-time "port" to JavaScript. It is a system that allows real-time Java-to-JavaScript conversion
812
within Eclipse, with immediate JavaScript testing and debugging in a browser based on code development
913
in Java. Using the java2script/SwingJS Eclipse plug-in, both Java .class files and their equivalent .js files are created simultaneously.
1014

11-
Developers of java2script/SwingJS itself should read README-developers.md
1215

1316
java2script/SwingJS includes an Eclipse plug-in (technically a "drop-in"), net.sf.j2s.core.zip,
1417
along with a JavaScript version of the Java Virtual Machine (SwingJS) to allow the rapid and

0 commit comments

Comments
 (0)