问题
I try to install the Bytecode Outline plugin for eclipse. During that I get the following error:
Cannot complete the install because one or more required items could not be found. Software currently installed: Bytecode Outline 1.0.0.201901132101-8614914 (org.eclipse.jdt.bcoview.feature.feature.group 1.0.0.201901132101-8614914) Missing requirement: Bytecode Outline 1.0.0.201901132101-8614914 (org.eclipse.jdt.bcoview 1.0.0.201901132101-8614914) requires 'osgi.bundle; org.objectweb.asm 7.0.0' but it could not be found Cannot satisfy dependency: From: Bytecode Outline 1.0.0.201901132101-8614914 (org.eclipse.jdt.bcoview.feature.feature.group 1.0.0.201901132101-8614914) To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.bcoview [1.0.0.201901132101-8614914,1.0.0.201901132101-8614914]
Now how can I install osgi.bundle; org.objectweb.asm 7.0.0
?
回答1:
This means it requires asm 7.0.0 to be installed in the platform (can be installed from eclipse orbit repo)
回答2:
org.objectweb.asm
is part of the PDE component of core Eclipse. Version 7.0.0 is in Eclipse 2018-12 (Eclipse core 4.10), so you need to be using that version of Eclipse.
来源:https://stackoverflow.com/questions/55002772/install-osgi-bundle-org-objectweb-asm-7-0-0-for-eclipse