Skip to content

Commit ebfece5

Browse files
committed
Launch config for Eclipse
1 parent 6feb73b commit ebfece5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

LXStudioApp.launch

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
3+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
4+
<listEntry value="/LXStudio-IDE/src/main/java/heronarts/lx/app/LXStudioApp.java"/>
5+
</listAttribute>
6+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
7+
<listEntry value="1"/>
8+
</listAttribute>
9+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
10+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE" value="true"/>
11+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
12+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
13+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
14+
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
15+
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="heronarts.lx.app.LXStudioApp"/>
16+
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="LXStudio-IDE"/>
17+
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="LXStudio-IDE"/>
18+
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
19+
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djava.library.path=lib/processing-4.0b8/native"/>
20+
</launchConfiguration>

0 commit comments

Comments
 (0)