You have to know all the directories, or be able to use wildcard ..
javac dir1/*.java dir2/*.java dir3/dir4/*.java dir3/dir5/*.java dir6/*src/*.java
Related Contents:
- Error:java: invalid source release: 8 in Intellij. What does it mean?
- Why does a Java class compile differently with a blank line?
- javac : command not found
- ant warning: “‘includeantruntime’ was not set”
- In which language are the Java compiler and JVM written?
- Java method with return type compiles without return statement
- Is Java a Compiled or an Interpreted programming language ?
- Building vs. Compiling (Java)
- IntelliJ IDEA 13 uses Java 1.5 despite setting to 1.7
- Does the ‘java’ command compile Java programs?
- javac not working in windows command prompt
- javac error: Class names are only accepted if annotation processing is explicitly requested
- What is the –release flag in the Java 9 compiler?
- How to specify the JDK version in Android Studio?
- How can I compile a Java program in Eclipse without running it?
- java compiled classes contain dollar signs
- How do I run Java .class files?
- Is the creation of Java class files deterministic?
- Can I compile Java to native code?
- How to intentionally cause a custom java compiler warning message?
- Compiling and Running Java Code in Sublime Text 2
- Maven Unable to locate the Javac Compiler in:
- Optimization by Java Compiler
- Why do I get compilation error “org/codehaus/groovy/control/CompilationFailedException”?
- javac command line compile error: package javax.servlet does not exist
- What is the $1 in class file names?
- JDK 11.0.2 compilation fails with javac NPE on anonymous parameterized class type inference
- Two dimensional array initializer followed by square brackets
- Why are arrays Objects, but can not be used as a base class?
- Infinite loop breaks method signature without compilation error [duplicate]
- How to compile multiple java source files in command line
- Gradle “Entry .classpath is a duplicate but no duplicate handling strategy has been set”
- How to write code in Java 11, but target Java 8 and above?
- Is there a performance difference between Javac debug on and off?
- Make javac treat warnings as errors
- Thread.sleep inside infinite while loop in lambda doesn’t require ‘catch (InterruptedException)’ – why not?
- Suppress javac warning “…is internal proprietary API and may be removed in a future release”
- How can I suppress javac warnings about deprecated api?
- In Java 8, why were Arrays not given the forEach method of Iterable?
- Is this valid Java?
- Using internal sun classes with javac
- java.lang.Exception: No tests found matching Method using Intellij IDEA
- Why does javac allow some impossible casts and not others?
- What is sjavac, who is it for and how do I use it?
- Setting up enviroment variables in Windows 10 to use java and javac
- How do you dynamically compile and load external java classes? [duplicate]
- Location of generated source files for maven directory structure
- How do I set -Dfile.encoding within ant’s build.xml?
- “Launch Configuration” Shows up Blank When Trying to Export Runnable Jar?
- IDEA JetBrains IntelliJ – Compile error on ‘make’ but fine when compiled using Maven and no errors reported by IntelliJ in the class file