Skip to main content

Questions tagged [java]

Java is a general-purpose programming language and a computing platform called the Java Virtual Machine (JVM). Use this tag when you are dealing with a java program, installing java, or configuring a java installation.

1 vote
1 answer
38 views

When I run make build I want to run mvn clean package, npm run build, then include a file from the NPM build output into the newly created JAR. This is successful when running the following commands ...
commadelimited's user avatar