X Tutup
Skip to content

Commit dd471a0

Browse files
committed
organizing release files
1 parent cc4868f commit dd471a0

File tree

6 files changed

+41
-0
lines changed

6 files changed

+41
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
SwingJS distribution README.txt
2+
3+
As of Dec. 17, 2017, SwingJS is fully operational in its "version 2" format,
4+
which includes fully qualified method, array, and number typing.
5+
6+
Eclipse Neon or higher is necessary.
7+
8+
net.sf.j2s.core_3.1.1.jar should be copied to the
9+
10+
eclipse/dropins
11+
12+
directory
13+
14+
**AS**
15+
16+
net.sf.j2s.core.jar
17+
18+
**dropping the version info**
19+
20+
because otherwise Eclipse will not recognize an update.
21+
22+
We do not know why this is necessary, but it appears to be. If you leave
23+
the version in the name, Eclipse will not be able to replace it with a
24+
newer version later. From what we can tell.
25+
26+
You also need to install in the Eclipse project the simple file:
27+
28+
29+
.j2s
30+
31+
containing simply:
32+
33+
j2s.compiler.status=enable
34+
35+
36+
37+
A full site with many examples is
38+
39+
40+
211 KB
Binary file not shown.
5.86 MB
Binary file not shown.
-8.74 MB
Binary file not shown.
-8.68 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
plugins no longer work in Eclipse; you have to use dropins.

0 commit comments

Comments
 (0)
X Tutup