ClarisoftTechnologies / codakidLauncherRelease

1 stars 0 forks source link

Windows: Launcher doesn't install Minecraft dependencies but then can't launch Eclipse #36

Closed CodaKidGit closed 2 years ago

CodaKidGit commented 2 years ago

Sometimes the launcher ends up finding Minecraft dependencies, such as Eclipse, so it skips the installation. Therefore, the dependencies folder is empty. Then, when the user tries to open a Minecraft project, it doesn't do anything, because it only tries to open Eclipse from its non-existent dependencies folder.

  1. Install a JDK on the computer.
  2. Install Eclipse onto the computer.
  3. Install the launcher.
  4. Go to the Minecraft tab.
  5. Make a project.
  6. Open the project

Intended behaviour: It should only check its own folder for Eclipse and install it if it can't find it. It should ignore any other Eclipse on the computer.