- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava_platform_Client.launch
More file actions
Latest commit
14 lines (14 loc) · 864 Bytes
/
Copy pathjava_platform_Client.launch
File metadata and controls
14 lines (14 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfigurationtype="org.eclipse.jdt.launching.localJavaApplication">
<listAttributekey="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntryvalue="/java_platform"/>
</listAttribute>
<listAttributekey="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntryvalue="4"/>
</listAttribute>
<booleanAttributekey="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD"value="true"/>
<stringAttributekey="org.eclipse.jdt.launching.MAIN_TYPE"value="GradleStart"/>
<stringAttributekey="org.eclipse.jdt.launching.PROJECT_ATTR"value="java_platform"/>
<stringAttributekey="org.eclipse.jdt.launching.VM_ARGUMENTS"value="-DFORGE_FORCE_FRAME_RECALC=true"/>
<stringAttributekey="org.eclipse.jdt.launching.WORKING_DIRECTORY"value="/Users/ccx/Downloads/java_platform/run"/>
</launchConfiguration>