1- SwingJS distribution README.txt
1+ SwingJS distribution README.txt
2+
3+ 3/15/2018 Bob Hanson hansonr@stolaf.edu
24
35SwingJS has been successfully tested in Eclipse Neon and Oxygen on Mac and Windows platforms.
46(No reason to believe it would not also work for Linux; just haven't tried that recently.)
@@ -7,15 +9,18 @@ INSTALLATION INSTRUCTIONS
79
810Eclipse Neon or higher is necessary.
911
10- 1. net.sf.j2s.core_3.1.1.jar should be copied to the eclipse/dropins
11- directory **AS net.sf.j2s.core.jar dropping the version info**
12- because otherwise Eclipse will not recognize an update.
12+ 1. net.sf.j2s.core.jar should be copied from
13+
14+ https://github.com/BobHanson/java2script/blob/master/sources/net.sf.j2s.core/dist/dropins/net.sf.j2s.core.jar?raw=true
15+
16+ to your eclipse/dropins directory.
1317
14- We do not know why this is necessary, but it appears to be. If you leave
15- the version in the name, Eclipse will not be able to replace it with a
16- newer version later. From what we can tell.
18+ Do not use net.sf.j2s.core_x.x.x.jar for this, as, if you do that, some versions of Eclipse will have to be
19+ entirely reinstalled every time you change versions. We do not know why this is necessary,
20+ but it appears to be. If you leave the version in the name, Eclipse will not be able to replace it with a
21+ newer version later. From what we can tell. So just always use dist/dropins/net.sf.j2s.core.jar.
1722
18- On Mac systems, this directory is
23+ On Mac systems, the Eclipse directory is
1924
2025/Applications/Eclipse.app/Contents/Eclipse/dropins
2126
0 commit comments