Answers for "how to compile java package from command line"

0

java commands in different packages not working

// make sure you have this in onEnable()
  this.getCommand("COMMANDHERE").setExecutor(new classname());
// make sure you have this done
Posted by: Guest on July-21-2020
-1

compile java code with package in cmd

javac –d . demo.java
Posted by: Guest on December-06-2020

Code answers related to "how to compile java package from command line"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language