Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] debugging SWT


To change SWT's C/C++ generator, start by retrieving the org.eclipse.swt.tools project from dev.eclipse.org (see http://www.eclipse.org/swt/cvs.php ).  The generator lives in its "JNI Generation" unit.

To run the generator, run the JNIGeneratorApp class with argument "all" (no quotes).  You can then make changes to what gets generated in the other classes in the package.

To change the set of java classes that have their natives generated, modify the org.eclipse.swt.internal.properties file in this package.

Grant


Back to the top