Run the packaged application

On the Windows platform you (normally) can run the JAR by double-clicking it.
On other platforms, open a shell, cd to the MyProject directory and execute:
java -jar test.jar


Troubleshooting

You see: Exception in thread "main" java.lang.NoClassDefFoundError: de.muntjak.radiloader.RadiLoader.
Either radirt.jar could not be found in the class path (see: Adjust the project's class path to include radirt.jar) or you have a typo in the second line of the manifest file.
See also: RadiLoader error messages