Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I may be missing something obvious but since using ME 2013 if I configure the Java build path to include an external JAR this does not appear to be deployed with the project any more?
I also have to manually import the JAR into the <webroot>\lib directory to get the app to work
Never used to have to do this before IIRC – is there something I have to enable to do this? Has a default setting changed or something?
Deployment of applications is now transparently handled through the Deployment Assembly mechanism. Use the project’s deployment assembly property page to precisely control the deployment of your project’s resources if you need more control.
Adding the jar file from deployment assembly page will automatically add the jar file to the build path. Right click on your project and navigate to Properties > MyEclipse > Deployment Assembly page. Click on Add and select ‘Archives from file system’ > click Next > click Add and select the external jar file you want to add > click Finish > click Ok.