install osgi.bundle; org.objectweb.asm 7.0.0 for eclipse

安稳与你 提交于 2021-01-27 05:14:27

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!