Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] How do I generate the SWT JNI calls?

Okay, I've sorted out the JNI generation. Now I'm onto step #6, trying to run the build.xml. When I follow the instructions as written, I get this error in my console:

Buildfile: 
<snip>/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml
init_fragment:

BUILD FAILED
<snip>/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml:734: Unable to create javax script engine for _javascript_

Total time: 335 milliseconds


On Fri, May 1, 2015 at 6:12 PM Stefan Xenos <sxenos@xxxxxxxxxx> wrote:
I've found this page:


It says I should get a tool called JNIGeneratorApp from the SWT Tools Update Site, but I see no such tool on that update site.

Is this still the proper way to regenerate the JNIs? If so, where do I get the tool?

Back to the top