3

I came across this error when installing Oracle Weblogic Server Tools from eclipse:

Software being installed: Oracle WebLogic Server Tools 17.2.0.201806071916 (oracle.eclipse.tools.weblogic.feature.group 17.2.0.201806071916)Software currently installed: JustJ OpenJDK Hotspot JRE Complete 15.0.2.v20210201-0955 (org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 15.0.2.v20210201-0955)Cannot satisfy dependency:Cannot satisfy dependency:Cannot satisfy dependency:Cannot satisfy dependency:Cannot satisfy dependency:Cannot satisfy dependency:

Please help. I searched for the solution for so long but nothing worked.

kevinV
  • 33
  • 1
  • 7

2 Answers2

8

I recently installed oracle weblogic server tools in eclipse 2021-06. The steps required in my environment were as follows:-

For me, the key was making sure https://download.jboss.org/jbosstools/photon/stable/updates/ was an available software site so eclipse could download some other dependencies required by Oracle Weblogic Server Tools. Also making sure nothing else except Oracle Weblogic Server Tools was selected helped reduce the dependencies that were required to be installed.

update 2022-07-25

I've successfully installed weblogic server tools in eclipse 2022-06. I did have to configure eclipse 2022-06 to run using java 11 instead of java 16 that it comes with to get this working. I did this by creating a shortcut to eclipse and adding the -vm option to the command line when launching eclipse.

httPants
  • 1,832
  • 1
  • 11
  • 13
0

If https://download.jboss.org/jbosstools/photon/stable/updates/ is already added press reload, it worked for me. 2021 -09

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 05 '22 at 06:15
  • What is the additional insight this post is supposed to contribute on top of the existing other answer which seems to already include what you propose: https://stackoverflow.com/a/70573485/7733418 – Yunnosch Jul 14 '22 at 21:43
  • I assume the addition is the bit about reloading if it's already added. It's rather unclear, though. – Ryan M Jul 19 '22 at 10:20