Skip to content

Instantly share code, notes, and snippets.

@GLinBoy
Last active October 29, 2022 12:18
Show Gist options
  • Save GLinBoy/151aa30cc0864ed707ff5b35287a185b to your computer and use it in GitHub Desktop.
Save GLinBoy/151aa30cc0864ed707ff5b35287a185b to your computer and use it in GitHub Desktop.
Spring Tools Configuration
-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
--launcher.library
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833
-vm
../Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.3.v20220515-1416/jre/lib/libjli.dylib
-product
org.springframework.boot.ide.branding.sts4
--launcher.defaultAction
openFile
-vmargs
-Xss256m
-Xmn1024m
-Declipse.p2.max.threads=10
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xlog:gc*:file=/Users/hojjat/workspaces/logs/SpringTools.gc.log
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/Users/hojjat/workspaces/logs/crashes/SpringTools.hprof
-javaagent:/Applications/SpringToolSuite4.app/Contents/Eclipse/plugins/org.projectlombok.agent_1.18.24/lombok.jar
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Xdock:icon=../Resources/sts4.icns
-Dosgi.requiredJavaVersion=11
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms1024m
-Xmx4096m
--illegal-access=permit
--add-modules=ALL-SYSTEM
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Xdock:icon=../Resources/sts4.icns
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
--add-opens=java.base/sun.security.ssl=ALL-UNNAMED
@GLinBoy
Copy link
Author

GLinBoy commented Oct 29, 2022

There is linux version of the SpringToolSuite4.ini

-startup
plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916
-vm
plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.4.v20220903-1038/jre/bin
-product
org.springframework.boot.ide.branding.sts4
--launcher.defaultActiona
openFile
-vmargs
-Xss256m
-Xmn1024m
-Declipse.p2.max.threads=10
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xlog:gc*:file=/home/hojjat/workspaces/logs/SpringTools.gc.log
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/home/hojjat/workspaces/logs/crashes/SpringTools.hprof
-javaagent:/home/hojjat/Application/sts/plugins/org.projectlombok.agent_1.18.24/lombok.jar
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Dosgi.requiredJavaVersion=11
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms1024m
-Xmx4096m
--add-modules=ALL-SYSTEM
-Dorg.eclipse.swt.internal.carbon.smallFonts
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
--add-opens=java.base/sun.security.ssl=ALL-UNNAMED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment