Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Unable to install/Startup Eclipse on bootcamp Win 10
Unable to install/Startup Eclipse on bootcamp Win 10 [message #1820941] Sun, 02 February 2020 12:49 Go to next message
John JS is currently offline John JSFriend
Messages: 2
Registered: February 2020
Junior Member
Hi,

I just recently got into programming and came across a few videos on how-to get Eclipse 64 bit on Windows 10.

I am currently running Win 10 bootcamp on MacOS and have issues with starting up the Eclipse installer. I am getting the same error as most new users which is the exit code=13.

I have already checked that I have an 64 bit OS with 64 bit Java 13 SDK.

Is there a reason why I am facing this problem?


  • Attachment: Msg.JPG
    (Size: 146.37KB, Downloaded 83 times)
Re: Unable to install/Startup Eclipse on bootcamp Win 10 [message #1820945 is a reply to message #1820941] Mon, 03 February 2020 03:32 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Error code 13 is a bit of a catch-all for problems with the JVM. Exactly which JDK13 is it--who made it? And as an aside, why not use Eclipse under macOS?

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Unable to install/Startup Eclipse on bootcamp Win 10 [message #1820946 is a reply to message #1820945] Mon, 03 February 2020 03:58 Go to previous messageGo to next message
John JS is currently offline John JSFriend
Messages: 2
Registered: February 2020
Junior Member
Nitin Dahyabhai wrote on Mon, 03 February 2020 03:32
Error code 13 is a bit of a catch-all for problems with the JVM. Exactly which JDK13 is it--who made it? And as an aside, why not use Eclipse under macOS?



I downloaded the JDK13 from Oracle (https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK13). Most of my university software only work on Windows and has trouble with MacOS.

If I were to work on MacOS with Eclipse will the code/project work on Windows Eclipse?

Thanks

[Updated on: Mon, 03 February 2020 03:59]

Report message to a moderator

Re: Unable to install/Startup Eclipse on bootcamp Win 10 [message #1820951 is a reply to message #1820946] Mon, 03 February 2020 08:38 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
One thing that strikes me could potentially cause a problem is the user name being #OOJIU~1, i.e., specifically the # character. The Eclipse runtime heavily uses URI/URLs and poor conversion process anywhere could result in a URI that uses # directly rather than encoded as %23, e.g., java.io.File.toURL() produces such a bad result.

Do you have any control over the user name?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Unable to install/Startup Eclipse on bootcamp Win 10 [message #1820952 is a reply to message #1820951] Mon, 03 February 2020 08:42 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
And as for your other question, the various Eclipse developers working on various Eclipse projects use Eclipse on Windows, Mac, and Linux and work together on the same projects. So I would expect that you should be able to work directly on the Mac in general for working with Java projects.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic: Eclipse Community Forums
Next Topic:Trouble with Arduino Plugin
Goto Forum:
  


Current Time: Tue Apr 16 22:32:00 GMT 2024

Powered by FUDForum. Page generated in 4.36249 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top