Skip to content

Commit b0de7a1

Browse files
author
Jonathan Feinberg
committed
Get OSX window-to-front in Eclipse
1 parent 03b0a01 commit b0de7a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Base - Sketch Runner First.launch

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
2626
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="processing.app.Base"/>
2727
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="processing-app"/>
28-
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dusemode=&quot;jycessing.mode.PythonMode:${resource_loc:/processing.py/mode}&quot;"/>
28+
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dusemode=&quot;jycessing.mode.PythonMode:${resource_loc:/processing.py/mode}&quot; -Djava.library.path=&quot;${resource_loc:/processing.py/native}&quot;"/>
2929
</launchConfiguration>

Diff for: SketchRunner.launch

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="jycessing.mode.run.SketchRunner"/>
1515
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="SKETCHRUNNER"/>
1616
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="processing.py"/>
17-
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dverbose=true"/>
17+
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dverbose=true -Djava.library.path=&quot;${resource_loc:/processing.py/native}&quot;"/>
1818
<stringAttribute key="yk-options" value="&#10;additional-options2=onexit\=snapshot&#10;startup=12&#10;"/>
1919
</launchConfiguration>

0 commit comments

Comments
 (0)