Posts

Showing posts with the label ECLIPSE

Microsoft joins Eclipse

Image
Microsoft on Tuesday announced it was joining the   Eclipse Foundation   as a solutions member. Membership will enable the company to collaborate more closely with the Eclipse community, which has more than 240 members. It also provides an outlet for delivering tools and services for all development teams. Microsoft will be able to improve its cloud services, SDKs and tools, according to Shanku Niyogi, general manager of the Visual Studio team. "It is clear that Microsoft is a changed company and is now willing to engage developers in their existing communities," said Mike Milinkovich, executive director of the Eclipse Foundation. "I do not see any immediate change at Eclipse or the open source community as a whole resulting from this," he told LinuxInsider. History With Eclipse Microsoft already delivers a number of Eclipse-based tools, including the Azure Toolkit for Eclipse and Java  SDK  for Azure, which enables Eclipse users to build cloud applic...

Fix Java was Started but Returned Exit Code=13 in Eclipse

Image
If you are  getting an  error saying “ Java was Started but Returned Exit Code=13 ” during Eclipse installation,  then here is fix for that.  Even I faced this problem during eclipse installation on my windows operating system. After searching on google I found that many of the users facing similar issue with Eclipse. If you are one of them, then here is the solution for the error. Reasons  for Java was Started but Returned Exit Code=13 Error: But before going to the solution, let us know why it is showing that error. If you know the problem behind this issue we can easily fix that error. Reason 1 :  The most common reason behind this problem is, we are  trying to install different bit  version -that is,  64 bit or 32 bit   version of the software. It maybe either Eclipse or Java. Reason 2 :  Configuration mistake in Eclipse.ini  file Reason 3 :  Special characters (  # , !, @) in Eclipse installati...