- This topic has 12 replies, 3 voices, and was last updated 10 years, 1 month ago by support-swapna.
-
AuthorPosts
-
g000026MemberIs there any update to use java 8 in the MyEclipse 2014 ?
support-swapnaModeratorHi,
MyEclipse 2015 CI is the version which supports Java 8. It is recommended you move to MyEclipse 2015 CI instead of trying to add an update to MyEclipse 2014.
You can download MyEclipse 2015 CI from here.
If you cannot update to MyEclipse 2015 at this time then Its possible to install the Kepler Java 8 patch to a standard Kepler SR2 install and then install MyEclipse 2014 from the update site. It is then possible to install the Java 8 facet patch for WTP.
The update site to install MyEclipse 2014 to Kepler SR2 is : http://downloads.myeclipseide.com/downloads/products/eworkbench/2014/site/GA/
Hope it helps.
Let us know if you have further questions.
g000026MemberForbidden
You don’t have permission to access /downloads/products/eworkbench/2014/site/GA/ on this server.
support-swapnaModeratorHi,
The link provided is not an archived update site.You should use the update site from inside Eclipse Kepler and not from the browser.
Start the Eclipse Kepler, go to Help > Install New Software and give the update site. Make sure the ‘Group items by category’ is checked. You will see ‘MyEclipse Enterprise Workbench’ listed as one of the items. Select it and follow the wizard. Apply the changes and restart the IDE when it prompts.
Let us know if you see any issues.
g000026MemberOK , very thanks…
g000026MemberOnce the installation indicated we obtain the following warning:
Available Memory is Low
Attachments:
You must be logged in to view attached files.
LofiParticipantReading the message itself helps.
g000026MemberSorry I have not explained well. Do not locate the “CCC” in the installation file. In the root directory only this config.ini and that I have already changed.
Thanks…
g000026MemberDo not locate the myeclipse.ini
g000026MemberAttached the installation file.
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorHi,
As you are installing MyEclipse on top of Eclipse, you need to increase the memory settings in the eclipse.ini.
Open the eclipse.ini in any text editor and change the values based on the size of your workspace. For instance, the following settings may be preferable to the defaults.
Code:
-vmargs
-Xmx768m
-XX:MaxPermSize=384mYou may need more memory if you are working with a large workspace.
Let us know how it works for you.
g000026MemberOK. I increased the values and now it seems to work.
thank you
support-swapnaModeratorHi,
Glad that it is working.
Let us know if you see any issues with MyEclipse. -
AuthorPosts