Skip to content

Commit

Permalink
New Exlipse Launch for the programs
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Oct 14, 2020
1 parent 9f26aba commit c38635b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cd ..
The best way to create a runnable [Java 15] (https://jdk.java.net/15/) program is to
1. Use an Eclipse (https://www.eclipse.org/) installation,
2. Import the runtime definition: Eclipse:/Project Explorer/IFCtoLBD_Desktop_Java15/others/Main 15.launch
3. Run as "Main 15"
3. Run as "Main Java 15"
4. Export:Java/Runnabe Jar file/Next
5. Launch configuration:"Main 15 - IFCtoLBD Desktop Java15", Package resource libraries into generated JAR
6. Select destination file and Finish.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion desktop_java15/src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
# Please fill the missing licenses for dependencies :
#
#
#Tue Oct 13 23:52:16 CEST 2020
#Wed Oct 14 17:54:01 CEST 2020
gnu.getopt--java-getopt--1.0.13=
15 changes: 15 additions & 0 deletions desktop_java8/others/Main Java 8.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/IFCtoLBD_Desktop_Java8/src/main/java/org/linkedbuildingdata/ifc2lbd/Main.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.linkedbuildingdata.ifc2lbd.Main"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="IFCtoLBD_Desktop_Java8"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="IFCtoLBD_Desktop_Java8"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
</launchConfiguration>
2 changes: 1 addition & 1 deletion desktop_java8/src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
# Please fill the missing licenses for dependencies :
#
#
#Tue Oct 13 16:36:23 CEST 2020
#Wed Oct 14 17:54:35 CEST 2020
gnu.getopt--java-getopt--1.0.13=

0 comments on commit c38635b

Please sign in to comment.