Skip to content

Commit 9268a3d

Browse files
wimjongmanjantje
authored and
jantje
committed
jssc crashed Java 11 #1257
Replaced with a newer jssc version merged with current master
1 parent 6de83bc commit 9268a3d

File tree

7 files changed

+19
-10
lines changed

7 files changed

+19
-10
lines changed

io.sloeber.core/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4+
<classpathentry exported="true" kind="lib" path="lib/jssc-2.9.2.jar"/>
45
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
56
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
67
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
7-
<classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
88
<classpathentry kind="lib" path="lib/jmdns-3.5.3.jar"/>
99
<classpathentry kind="output" path="bin"/>
1010
</classpath>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
3+
org.eclipse.jdt.core.compiler.compliance=11
4+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
5+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
8+
org.eclipse.jdt.core.compiler.release=enabled
9+
org.eclipse.jdt.core.compiler.source=11

io.sloeber.core/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Bundle-ActivationPolicy: lazy
99
Bundle-Activator: io.sloeber.core.Activator
1010
Bundle-ClassPath: .,
1111
lib/jsch-0.1.50.jar,
12-
lib/jssc-2.8.0.jar,
13-
lib/jmdns-3.5.3.jar
12+
lib/jmdns-3.5.3.jar,
13+
lib/jssc-2.9.2.jar
1414
Require-Bundle: org.eclipse.cdt.managedbuilder.core,
1515
org.eclipse.core.filesystem,
1616
org.eclipse.cdt.core;bundle-version="7.0.0",

io.sloeber.core/build.properties

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ bin.includes = .,\
1111
src/io/sloeber/core/templates/sketch.ino,\
1212
lib/jmdns-3.5.3.jar,\
1313
lib/jsch-0.1.50.jar,\
14-
lib/jssc-2.8.0.jar,\
15-
OSGI-INF/l10n/bundle.properties
14+
OSGI-INF/l10n/bundle.properties,\
15+
lib/jssc-2.9.2.jar
1616
jars.compile.order = .
17-
jars.extra.classpath = lib/jsch-0.1.50.jar,\
18-
lib/jmdns-3.5.3.jar,\
19-
lib/jssc-2.8.0.jar

io.sloeber.core/lib/jssc-2.8.0.jar

-150 KB
Binary file not shown.

io.sloeber.core/lib/jssc-2.9.2.jar

411 KB
Binary file not shown.

io.sloeber.ui/.classpath

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
5+
<attributes>
6+
<attribute name="module" value="true"/>
7+
</attributes>
8+
</classpathentry>
59
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6-
<classpathentry kind="lib" path="/io.sloeber.core/lib/jssc-2.8.0.jar"/>
710
<classpathentry kind="output" path="bin"/>
811
</classpath>

0 commit comments

Comments
 (0)