Created
November 25, 2015 13:27
-
-
Save wags/02b474045b3e30b817fc to your computer and use it in GitHub Desktop.
Customized .ini to pin Eclipse to Windows taskbar without duplicating the icon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-vm | |
C:/Program Files/Java/jre1.8.0_60/bin/server | |
-startup | |
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417 | |
-product | |
org.eclipse.epp.package.jee.product | |
--launcher.defaultAction | |
openFile | |
--launcher.XXMaxPermSize | |
256M | |
-showsplash | |
org.eclipse.platform | |
--launcher.XXMaxPermSize | |
256m | |
--launcher.defaultAction | |
openFile | |
--launcher.appendVmargs | |
-vmargs | |
-Dosgi.requiredJavaVersion=1.7 | |
-Xms256m | |
-Xmx1024m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment