简体   繁体   English

安装osgi.bundle; Eclipse的org.objectweb.asm 7.0.0

[英]install osgi.bundle; org.objectweb.asm 7.0.0 for eclipse

I try to install the Bytecode Outline plugin for eclipse. 我尝试为Eclipse安装Bytecode Outline插件。 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; 当前安装的软件:字节码大纲1.0.0.201901132101-8614914(org.eclipse.jdt.bcoview.feature.feature.group 1.0.0.201901132101-8614914)缺少要求:字节码大纲1.0.0.201901132101-8614914(org.eclipse.jdt.bcoview 1.0 .0.201901132101-8614914) 要求'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.objectweb.asm 7.0.0',但找不到它不能满足依赖关系:从:字节码大纲1.0.0.201901132101-8614914(org.eclipse.jdt.bcoview.feature.feature.group 1.0.0.201901132101-8614914)要: org.eclipse.equinox.p2.iu; org.eclipse.jdt.bcoview [1.0.0.201901132101-8614914,1.0.0.201901132101-8614914] 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 现在如何安装osgi.bundle; org.objectweb.asm 7.0.0 osgi.bundle; org.objectweb.asm 7.0.0 ? osgi.bundle; org.objectweb.asm 7.0.0吗?

这意味着它需要在平台上安装asm 7.0.0(可以从eclipse orbit repo安装)

org.objectweb.asm is part of the PDE component of core Eclipse. org.objectweb.asm是Eclipse核心的PDE组件的一部分。 Version 7.0.0 is in Eclipse 2018-12 (Eclipse core 4.10), so you need to be using that version of Eclipse. 7.0.0版在Eclipse 2018-12(Eclipse核心4.10)中,因此您需要使用该版本的Eclipse。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法导入包 org.objectweb.asm - Unable to import package org.objectweb.asm Eclipse Thym 需要 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)' 但找不到 - Eclipse Thym requires 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)' but it could not be found eclipse eclemma - 未找到包含以下内容的存储库:osgi.bundle,org.eclipse.eclemma - eclipse eclemma - No repository found containing: osgi.bundle,org.eclipse.eclemma 在Eclipse Luna中安装新软件时,始终会出现错误:找不到包含以下内容的存储库:osgi.bundle,org.eclipse.net4j.jms.api? - Install new software in Eclipse Luna gives always the error No repository found containing: osgi.bundle,org.eclipse.net4j.jms.api? 休眠org.objectweb.asm.classwriter - hibernate org.objectweb.asm.classwriter 找不到Java org / objectweb / asm / ClassVisitor - Java org/objectweb/asm/ClassVisitor not found jersey NoClassDefFoundError:org / objectweb / asm / ClassVisitor异常 - jersey NoClassDefFoundError: org/objectweb/asm/ClassVisitor exception Jersey + Hibernate = NoSuchMethodError:org.objectweb.asm.ClassReader.accept(Lorg / objectweb / asm / ClassVisitor - Jersey + Hibernate = NoSuchMethodError: org.objectweb.asm.ClassReader.accept(Lorg/objectweb/asm/ClassVisitor IncompatibleClassChangeError: org/objectweb/asm/AnnotationVisitor 在 weblogic 服务器上部署应用程序时 - IncompatibleClassChangeError: org/objectweb/asm/AnnotationVisitor when deploying application on weblogic server org.objectweb.asm.commons.LocalVariablesSorter错误地优化了吗? - Is org.objectweb.asm.commons.LocalVariablesSorter incorrectly optimizing?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM