Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Plugin with Tycho and 2020-03 but I want it to work on JRE 8(My Plugin works great on 11 but some clients are still on 8)
Plugin with Tycho and 2020-03 but I want it to work on JRE 8 [message #1827770] Sat, 23 May 2020 01:14 Go to next message
Eclipse UserFriend

I run the 'mvn install' with open jdk 8, yet the plugin produced sill only works on 11. I removed the requirements for 11 so the plugin gets loaded by eclipse but fails since the binary is only compatible with 11. Not sure how the binary could have 11 code since I built it with JDK 8. 2020-03 runs fine on 8 so I was expecting that compiling the plugin for 8 should be straight forward. I hope.
Re: Plugin with Tycho and 2020-03 but I want it to work on JRE 8 [message #1828289 is a reply to message #1827770] Fri, 05 June 2020 17:59 Go to previous message
Eclipse UserFriend
Looks like I fixed the issue. It turns out that the eclipse build environment overrides not only the pom which would be expected but it also overrides the manifest. By changing my eclipse project to use 8 I was able to get a clean 8 build.
Previous Topic:How to intercept main window creation?
Next Topic:Rendering an ITextEditor inside a SWT Composite
Goto Forum:
  


Current Time: Wed Jul 09 22:08:57 EDT 2025

Powered by FUDForum. Page generated in 0.04151 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top