Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 05:14 Go to next message
Nathan Tippy is currently offline Nathan TippyFriend
Messages: 9
Registered: May 2020
Junior Member

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 21:59 Go to previous message
Nathan Tippy is currently offline Nathan TippyFriend
Messages: 9
Registered: May 2020
Junior Member
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: Thu Apr 25 11:25:55 GMT 2024

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

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

Back to the top