microsoft / AI-Developer-Plugin-for-Eclipse

AI Developer Plugin for Eclipse
MIT License
7 stars 9 forks source link

Installation Error #12

Open AnOffe opened 9 months ago

AnOffe commented 9 months ago

Hello Team

Plugin can not installed via "Install new Software". Errormessage is:

Cannot complete the install because one or more required items could not be found. Software being installed: MSFTPlatform AIDTTools for Eclipse 1.0.0 (com.msftsap.pltfrm.abapdevAItools.feature.group 1.0.0) Missing requirement: Abapdevtools 1.0.0.202310201508 (com.msftsap.pltfrm.abapdevtools 1.0.0.202310201508) requires 'osgi.bundle; javax.inject 0.0.0' but it could not be found Cannot satisfy dependency: From: MSFTPlatform AIDTTools for Eclipse 1.0.0 (com.msftsap.pltfrm.abapdevAItools.feature.group 1.0.0) To: org.eclipse.equinox.p2.iu; com.msftsap.pltfrm.abapdevtools [1.0.0.202310201508,1.0.0.202310201508]

I have a fresh installed Eclipse IDE for Java Developers - 2023-12 and latest ADT.

Error is the same under Win11 and Mac OS.

Regards,

Andre

MonaDevAI commented 9 months ago

Hope you have installed this prerequisite: justJ Adoptium OpenJDK Hotspot JRE Complete 21.0.0.v20231013-1207 https://download.eclipse.org/justj/jres/latest

AnOffe commented 9 months ago

Thank you for your reply, yes, justJ is installed via the link, you provided

MonaDevAI commented 9 months ago

I think the issue is with Eclipse - 2023-12. You can try to install Eclipse 2023-09 until we fix the issue with 2023-12.

soadyp commented 6 months ago

I get the same error in 2024-03 and https://download.eclipse.org/justj/jres/latest was installed. (only stripped was possible)

Cannot complete the install because one or more required items could not be found. Software being installed: MSFTPlatform AIDTTools for Eclipse 1.0.0 (com.msftsap.pltfrm.abapdevAItools.feature.group 1.0.0) Missing requirement: Abapdevtools 1.0.0.202310201508 (com.msftsap.pltfrm.abapdevtools 1.0.0.202310201508) requires 'osgi.bundle; javax.inject 0.0.0' but it could not be found Cannot satisfy dependency: From: MSFTPlatform AIDTTools for Eclipse 1.0.0 (com.msftsap.pltfrm.abapdevAItools.feature.group 1.0.0) To: org.eclipse.equinox.p2.iu; com.msftsap.pltfrm.abapdevtools [1.0.0.202310201508,1.0.0.202310201508]

image

Jerrynicki commented 4 months ago

I had the same issue and could solve it by:

It would be nice if the fact that version 21.0.0 is required would be emphasized more in the README, and the link would be updated to lead to the version that is actually needed, instead of just the latest one.