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
Is it possible to use linked folder for the webroot directory in a web project?
In a java project, I can delete the src directory if it already exists and then create a [linked folder] for the src directory. But in myeclipse web project, it seems not possible to delete the auto-created [webroot] directory.
Is there any configuration that can help this?
Harry,
The reason is that the output directory is set to WebRoot/WEB-INF/classes, so after you delete WebRoot, it’s immediately re-created to honor the output path. So just remove your output path temporarily.