How-to use Jikes in NetBeans

After installing jikes (a sudo apt-get install jikes may be enough) open NetBeans. Open the Tools menu and select Options. Expand Ant and press Manage Properties button. Add the following options (the second is propably already set):
build.compiler=jikes
build.compiler.emacs=true

That’s it! I still get some semantic warnings, but it works just fine.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.