Skip to content

Commit 3b53d20

Browse files
hansonrhansonr
authored andcommitted
Java2Script 3.2.2.03 more checks for Java 8; adds ?j2squiet
1 parent 8e3b05b commit 3b53d20

File tree

13 files changed

+340
-263
lines changed

13 files changed

+340
-263
lines changed

sources/net.sf.j2s.core/dist/README.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ SwingJS distribution
22

33
https://github.com/BobHanson/java2script/blob/master/sources/net.sf.j2s.core/dist/dropins/README.txt
44

5+
8/6/2018 Bob Hanson hansonr@stolaf.edu
6+
7+
Java2Script 3.2.2.03 introduces and checks more Java 8 capabilities.
8+
Use
9+
10+
eclipsec -clean
11+
12+
to update to new versions of the transpiler. Otherwise although the transpiler is updated, it will
13+
report out an incorrect version number. This can be checked on the last line of every JS file created:
14+
15+
Clazz.setTVer('3.2.2.03');//Created 2018-08-06 17:25:47 Java2ScriptVisitor version 3.2.2.03 net.sf.j2s.core.jar version 3.2.2.03
16+
17+
518
7/20/2018 Bob Hanson hansonr@stolaf.edu
619

720
The base Java version is Java 6. However, many of the functionalities of Java 7 and Java 8 are included.
236 KB
Binary file not shown.
264 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180806111129
1+
20180806180213
236 KB
Binary file not shown.
264 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180806111129
1+
20180806180213

0 commit comments

Comments
 (0)