Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Tidy up things, standard help is on the Internet anyway
Info
titlePre Gradle version

This page document the usage with Gradle, the pre-Gradle documentation is here:

Useful tips for Eclipse

Speed up your Eclipse with the Optimizer plugin by finding and fixing common configuration issues. It’s a jetpack for Eclipse!

Top 10 Tips For New Eclipse Users

An interesting link to hide the jar files from the left section of the files in the Eclipse IDE

Periodically clean caches and history to avoid Eclipse ‘rot’

If you still use an old version, don't forget to turn on Eclipse's memory monitor, use Window -> Preferences -> General -> Show Heap Status.

...

Most important shortcuts

CTRL SHIFT R for finding resources!

CTRL H for finding text in files

...

Configuring Eclipse to work with OFBiz

Setting up Eclipse to work with OFBiz is easy. There are two ways to import OFBiz into Eclipse: You can either allow Eclipse to download OFBiz directly from SVN, or you can import an already downloaded copy of OFBiz (from SVN or otherwise) from the filesystem.

...