microsoft / vsminecraft

Visual Studio extension for developing MinecraftForge mods using Java.
Other
194 stars 25 forks source link

Build directions don't seem to work with Eclipse (Mars) #33

Closed aku911 closed 8 years ago

aku911 commented 8 years ago

Had to setup an update path for Eclipse (used this one) http://download.eclipse.org/eclipse/updates/4.5

Then search for Plugin Development. Although it still won't build the package, getting this now:

Cannot complete the install because one or more required items could not be found. Software being installed: Java Package Server Eclipse Product 0.5.4.0 (com.microsoft.javapkgsrv.product 0.5.4.0) Missing requirement: Eclipse Dependency Injection 1.5.0.v20150421-2214 (org.eclipse.e4.core.di 1.5.0.v20150421-2214) requires 'bundle org.eclipse.e4.core.di.annotations [1.4.0,2.0.0)' but it could not be found Cannot satisfy dependency:

aku911 commented 8 years ago

Looks like I had the wrong version of Eclipse. If I started over with this one: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/mars2

Then installed the plugin bits using the link above from Help | Install Software, then it exports the package correctly.