You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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:But it says it can't find the webapp path:
Is there a way to separate the source code from the package ?
The text was updated successfully, but these errors were encountered: