sebastianbenz / Jnario

Executable specifications for Java
136 stars 38 forks source link

Problem while installing Jnario due to missing items #140

Closed Mehtrick closed 10 years ago

Mehtrick commented 10 years ago

Hello Sebastian,

i tried to install jnario 1.0 but it failed. I am using Eclipse 3.7, Java 7 and Extend 2.6. When i try to install Jnario from the Eclipse Marketplace i get this error:

Cannot complete the install because one or more required items could not be found. Software being installed: Jnario SDK 1.0.0.201407142310 (org.jnario.sdk.feature.group 1.0.0.201407142310) Missing requirement: Common Model 1.0.0.201407142310 (org.jnario 1.0.0.201407142310) requires 'bundle org.objectweb.asm.tree [5.0.1,6.0.0)' but it could not be found Cannot satisfy dependency: From: Jnario SDK 1.0.0.201407142310 (org.jnario.sdk.feature.group 1.0.0.201407142310) To: org.jnario.ui.feature.group [1.0.0.201407142310] Cannot satisfy dependency: From: Jnario IDE 1.0.0.201407142310 (org.jnario.ui.feature.group 1.0.0.201407142310) To: org.jnario 1.0.0

I already tried to add the org.objectweb.asm.tree.jar manually to eclipse but it didnt work. Could you help me?

thanks and regards,

sebastianbenz commented 10 years ago

Could you please try to add the following update site in Eclipse:

http://download.eclipse.org/tools/orbit/downloads/drops/I20140701152614/repository/

and then try again to install jnario from its main update site:

http://www.jnario.org/updates/releases/

Make sure that you checked contact all update sites during installation.

Mehtrick commented 10 years ago

Thank you, it worked just fine =)