|
|
|
Re: How to import google gson in eclipse MAT [message #1829262 is a reply to message #1829227] |
Mon, 29 June 2020 15:39  |
Eclipse User |
|
|
|
Try adding
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository"/>
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
</location>
or another version as appropriate to mat-photon.target
reload the target platform, add to your plugin META-iNF/MANIFEST.MF the following (edit if there is already a Require-Bundle there),
Require-Bundle: com.google.gson
check the code is clean in Eclipse, and you can start MAT from inside Eclipse.
If that works, try your Maven build based on parent/pom.xml
|
|
|
Powered by
FUDForum. Page generated in 0.04695 seconds