Ignore:
Timestamp:
01/19/16 12:55:54 (8 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README-Eclipse-Plugin.txt

    r750 r991  
    2222
    2323You should now be able to run your eclipse plugin/rcp that depends on Expeditee
     24
     25A note on new jar files
     26-----------------------
     27If a new jar file is added to expeditees libraries then you are going to have to tell the MANIFEST.MF file about it (as well as your project classpath). 
     28Failure to do this will cause a runtime exception when the jar file is asscessed; because the plugin doesn't think you should have access.
     29
     30To add the new jar file: open MANIFEST.MF
     31Go to the 'Runtime' tab and add it as a required jar on the classpath area.
Note: See TracChangeset for help on using the changeset viewer.