Advertisement
PatchRowcester

eclipse.ini

May 5th, 2019
2,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -startup
  2. plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar
  3. --launcher.library
  4. plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016
  5. -product
  6. org.eclipse.epp.package.jee.product
  7. -showsplash
  8. org.eclipse.epp.package.common
  9. --launcher.defaultAction
  10. openFile
  11. --launcher.defaultAction
  12. openFile
  13. -vm
  14. D:/java/jdk-11.0.3/bin/javaw.exe
  15. --launcher.appendVmargs
  16. -vmargs
  17. -Dosgi.requiredJavaVersion=1.8
  18. -Dosgi.instance.area.default=@user.home/eclipse-workspace
  19. -XX:+UseG1GC
  20. -XX:+UseStringDeduplication
  21. --add-modules=ALL-SYSTEM
  22. -Dosgi.requiredJavaVersion=1.8
  23. -Dosgi.dataAreaRequiresExplicitInit=true
  24. -Xms256m
  25. -Xmx1024m
  26. --add-modules=ALL-SYSTEM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement