File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- # About java2script/SwingJS
1+ # Note
22
33
44These notes are for Java developers who want to convert their Java applets or Java applications to
55JavaScript, 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+
711java2script/SwingJS is not a one-time "port" to JavaScript. It is a system that allows real-time Java-to-JavaScript conversion
812within Eclipse, with immediate JavaScript testing and debugging in a browser based on code development
913in 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
1316java2script/SwingJS includes an Eclipse plug-in (technically a "drop-in"), net.sf.j2s.core.zip,
1417along with a JavaScript version of the Java Virtual Machine (SwingJS) to allow the rapid and
You can’t perform that action at this time.
0 commit comments