I run after the settings, and it works to run the project.
But when I copy the dictionary target to somewhere else say my desktop and run the script again:
C:\Users\ljjn1246\Desktop>target\bin\webapp.bat
But it says it can't find the webapp path:
警告: Unable to determine web application context.xml C:\Users\ljjn1246\Desktop\
src\main\webapp
java.io.FileNotFoundException: C:\Users\ljjn1246\Desktop\src\main\webapp (系统找
不到指定的路径。)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
Is there a way to separate the source code from the package ?
I run after the settings, and it works to run the project.
But when I copy the dictionary
targetto somewhere else say my desktop and run the script again:But it says it can't find the webapp path:
Is there a way to separate the source code from the package ?