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

GO: Serve static pages -

java - how to parse a JSON string into ObjectNode in Jackson? -

objective c - How to open front/back camera at the same time in iOS developing? -