...
1. The eclipse.ini file
Panel | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Code Block |
indent | | 1 | 1 |
{code} \\ *# add the following 2 lines to the *-vmargs* as shown below.\\ \\ {indent:1} -Djavax.net.ssl.trustStore=/usr/local/serverTrustStore.jks -Djavax.net.ssl.trustStorePassword="changeit" |
{indent} \\ {code} -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256M -framework plugins\org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar -vmargs -Dosgi.requiredJavaVersion=1.5 -Djavax.net.ssl.trustStore=/usr/local/serverTrustStore.jks -Djavax.net.ssl.trustStorePassword="changeit" -Xms40m -Xmx512m |
{code} {indent:1} Don't forget to change */usr/local/serverTrustStore.jks* to that required by your installation and to change the *trustStorePassword* from {color:green}*changeit*{color} to the password of your trust store. |
{indent}
\\
*# Save the above changes and restart the Eclipse IDE.
{tip}Mac OSX users should select the *Eclipse* application file and right click to *Show Package Contents*. Select the *Contents* folder and the *eclipse.ini* file should be found.{tip}
|