windows - Converting folders of .java files to .class files folder -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 9 जवाब

मैं एक से अधिक फ़ोल्डर कैसे परिवर्तित करूं जिसमें .java फ़ाइलों को समान श्रेणीबद्ध होने वाले .class फ़ाइलों में हैं? मेरा मतलब है कि एक ही बार में .java फ़ाइलों को .class में कनवर्ट करें

  javac / yourdir / * .java /yourdir2/*.java  

बस उस निर्देशिका जोड़ें जहां से आप संकलन करना चाहते हैं।


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

How to access user directory in lazarus? -

java - Gradle dependencies: compile project by relative path -