One of my plugins uses a library (jar file).
- I created a folder called lib in my plugin and placed the jar file into it.
- I configured the build path by adding the jar file with "Add JARS..".
- I use the classes of the jar file in the plugin and it compiles fine.
- I start the RCP and get a ClassNotFoundException about the classes in the jar file.
What am I missing?