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
Trouble with eclipse delete wanted jar files on clean.
When I do a Clean and conpile of a Project, Eclipse erases jar files. The files it is deleting is in C:\windows\java\classes. That is also my project output to C:\windows\java\classes\
My package is in com\syntellect\PSCUchs off of C:\windows\java\classes
How do I tell eclipse not to delete any Jar file in C:\windows\java\classes?
You should place your JAR files elsewhere; placing JAR files in the output folder is not a recommended practice and there is no way in which you can prevent their deletion on clean.
Do you have some reason for placing these files in the classes folder?
Brian,
This is a an IVR system that I am programming for. The IVR system runs out of C:\windows\java\classes. It places all it’s jar files there. and all class packages ar eunder there like com.syntellect.PSCUchs. This is where it looks for them.