Create knowledge
[?]
|
(rate this)
|
I want to create 50 packages and for that i require 50folders and i don't want to create them manually, but i know that it is also possible at run-time but not how to do that from the command prompt.I...
|
|
Nitin Mehra
| Answered
| 1 month ago
|
|
Mr. Devendra is right. you can invoke the dos command or script from the program itself to make the package directory.
|
|
|
|
Anubhav Jain
| Answered
| 1 year ago
|
|
normally you would use the mkdir command on the command prompt to create a directory.
|
|
|
|
Angeline
| Answered
| 1 year ago
|
|
javac -d src java files i.e. package p1.p2; class A { } * create a folder say src in current directory where you want to place classes mapped with package. * run the following command. java -d src *.java It will create folder hierarchy...
|
|
Answer: "How to create folder for java packages at run time through the command prompt?" deleted from your view.




