mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 19:01:08 +01:00
removing the Eclipse JDI since we're using a JDK now
This commit is contained in:
@@ -25,7 +25,5 @@
|
||||
<classpathentry kind="lib" path="mode/org.eclipse.text.jar"/>
|
||||
<classpathentry kind="lib" path="mode/org.netbeans.swing.outline.jar"/>
|
||||
<classpathentry kind="lib" path="test/lib/junit-4.8.1.jar"/>
|
||||
<classpathentry kind="lib" path="mode/jdi.jar"/>
|
||||
<classpathentry kind="lib" path="mode/jdimodel.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
@@ -54,13 +54,13 @@
|
||||
<pathelement location="../app/lib/apple.jar" />
|
||||
<pathelement location="../app/lib/jna.jar" />
|
||||
<pathelement location="../app/lib/jna-platform.jar" />
|
||||
|
||||
<pathelement location="mode/antlr-4.7.2-complete.jar" />
|
||||
<pathelement location="mode/classpath-explorer-1.0.jar" />
|
||||
<pathelement location="mode/jsoup-1.7.1.jar" />
|
||||
<pathelement location="mode/org.netbeans.swing.outline.jar" />
|
||||
<pathelement location="mode/jdi.jar" />
|
||||
<pathelement location="mode/jdimodel.jar" />
|
||||
<pathelement location="mode/com.ibm.icu.jar" />
|
||||
|
||||
<pathelement location="mode/org.eclipse.core.contenttype.jar" />
|
||||
<pathelement location="mode/org.eclipse.core.jobs.jar" />
|
||||
<pathelement location="mode/org.eclipse.core.resources.jar" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -662,10 +662,8 @@ public class Runner implements MessageConsumer {
|
||||
|
||||
|
||||
protected Connector findConnector(String connectorName) {
|
||||
// List connectors =
|
||||
// com.sun.jdi.Bootstrap.virtualMachineManager().allConnectors();
|
||||
List<Connector> connectors =
|
||||
org.eclipse.jdi.Bootstrap.virtualMachineManager().allConnectors();
|
||||
com.sun.jdi.Bootstrap.virtualMachineManager().allConnectors();
|
||||
|
||||
// // debug: code to list available connectors
|
||||
// Iterator iter2 = connectors.iterator();
|
||||
|
||||
Reference in New Issue
Block a user