Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

java

eclipse

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?

like image 755
clankill3r Avatar asked Mar 05 '19 12:03

clankill3r


1 Answers

This means it requires asm 7.0.0 to be installed in the platform (can be installed from eclipse orbit repo)

like image 172
Geker Avatar answered Nov 18 '22 03:11

Geker