Errors deploying plugin [message #1857500] |
Fri, 10 February 2023 09:30  |
Eclipse User |
|
|
|
Good morning,
Running Eclipse 2022-12, Java 17 and IBM Semeru MAT 1.13.0 versions
Developed a commandLine based plugin to query and report on various heapdump and coredump objects. The project works deploying into MAT in GUI mode. The project successfully executes several queries creating output files.
The commandLine version encounters an error when trying to deploy the commandLine's plugin project into MAT. Here's the error:
Cannot complete the install because one or more required items could not be found.
Software being installed: MAT_CommandLineParserFeature 1.0.0.202302091058 (MAT_CommandLineParserFeature.feature.group 1.0.0.202302091058)
Missing requirement: MAT_CommandLineParser 1.0.0.202302091058 (MAT_CommandLineParser 1.0.0.202302091058) requires 'osgi.ee; (&(osgi.ee=JavaSE)(version=17))' but it could not be found
Cannot satisfy dependency:
From: MAT_CommandLineParserFeature 1.0.0.202302091058 (MAT_CommandLineParserFeature.feature.group 1.0.0.202302091058)
To: org.eclipse.equinox.p2.iu; MAT_CommandLineParser [1.0.0.202302091058,1.0.0.202302091058]
Any suggestions? I've included the following in the MANIFEST.MF file based on the error and no help. The entry's:
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Capability: osgi.ee; (&(osgi.ee=JavaSE)(version=17))
Thanks,
Rich Olson
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04487 seconds