Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you now create a new project, have it depend on the lcsim project in Eclipse. In the properties of the lcsim project, in the build path settings, export the dependencies of the lcsim project, so that they are automatically passed down to the new dependent project. Then code completion should also work in the new project that you just created.

Troubleshooting

If everything is screwed up in eclipse (e.g. your programs don't compile any more because of some dependency problems) try:

Code Block

mvn eclipse:eclipse

 in the directory where you have installed lcsim.