Skip to content

Commit 71bf385

Browse files
committed
jssc_crashed_Java_11_#1257
Use CDT Serial Monitor
1 parent 5ce0a6b commit 71bf385

File tree

10 files changed

+290
-340
lines changed

10 files changed

+290
-340
lines changed

io.sloeber.core/.classpath

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
66
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
7-
<classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
87
<classpathentry kind="lib" path="lib/jmdns-3.5.3.jar"/>
98
<classpathentry kind="output" path="bin"/>
109
</classpath>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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,
1312
lib/jmdns-3.5.3.jar
1413
Require-Bundle: org.eclipse.cdt.managedbuilder.core,
1514
org.eclipse.core.filesystem,
@@ -25,7 +24,8 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
2524
org.eclipse.core.resources;bundle-version="3.13.700",
2625
org.eclipse.ui;bundle-version="3.117.0",
2726
org.eclipse.ui.console,
28-
org.eclipse.debug.core
27+
org.eclipse.debug.core,
28+
org.eclipse.cdt.native.serial;bundle-version="1.2.0"
2929
Export-Package: cc.arduino.packages;x-internal:=true,
3030
cc.arduino.packages.discoverers;x-internal:=true,
3131
cc.arduino.packages.ssh;x-internal:=true,

io.sloeber.core/build.properties

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ 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,\
1514
OSGI-INF/l10n/bundle.properties
1615
jars.compile.order = .
1716
jars.extra.classpath = lib/jsch-0.1.50.jar,\
18-
lib/jmdns-3.5.3.jar,\
19-
lib/jssc-2.8.0.jar
17+
lib/jmdns-3.5.3.jar

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

-150 KB
Binary file not shown.

0 commit comments

Comments
 (0)