problem description I use maven to package a project for jar, using maven-assembly-plugin,maven-jar-plugin two plug-ins where maven-assembly-plugin puts dependent libraries under the lib directory, configuration resource files under config directory...
problem description Type the java project into tar.gz format, and then extract it on Linux. File directory: . -conf -bin -startup.sh -lib -logs -README.md I execute . bin startup.sh start the java program. bu...