0

I want to create a folder which will save all the .class files of my project but i want it to do with command prompt using -d command.

my project directory is like this:

MyProject
  src
    java1.java
    java2.java 
  database

Now i want to create class folder which will contain .class files of my src files and this class folder should be subdirectory of "myProject" folder

Can I do this using -d flag?

OneCricketeer
  • 126,858
  • 14
  • 92
  • 185
Hitman
  • 87
  • 1
  • 1
  • 6

0 Answers0