Advertisement
phr3ncj

eclipse.ini

Oct 30th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. -startup
  2. plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
  3. --launcher.library
  4. plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20140603-1326
  5. -product
  6. org.eclipse.epp.package.jee.product
  7. --launcher.defaultAction
  8. openFile
  9. -showsplash
  10. org.eclipse.platform
  11. --launcher.XXMaxPermSize
  12. 256m
  13. --launcher.defaultAction
  14. openFile
  15. --launcher.appendVmargs
  16. --launcher.GTK_version
  17. 2
  18. -vmargs
  19. -Dosgi.requiredJavaVersion=1.6
  20. -XX:MaxPermSize=256m
  21. -Xms40m
  22. -Xmx512m
  23. -Dsun.lang.ClassLoader.allowArraySyntax=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement