So I've downloaded and installed everything according to the miChecker PDF, and I can get the "Launch an Eclipse Application" working, but when I try to export miChecker, I get the following issue:
Processing inclusion from feature org.eclipse.actf.examples.michecker.nl1: Unable to find plug-in: org.eclipse.core.commands.nl_ja_0.0.0. Please check the error log for more details.
The first line from the log states:
Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. org.eclipse.actf.examples.michecker Build path JRE System Library Problem
It seems to be caused by a lack of Japanese language packages.
Would you please try either way of 1) or 2) below?
1) Remove dependency
- Open feature.xml in org.eclipse.actf.examples.michecker-feature package.
- Select "Included Features" tab, and then delete "org.eclipse.actf.examples.michecker.nl1" from "Included Features" list.
- try "export" again.