Easy command line Java compile

Posted by Nash0 on Stack Overflow See other posts from Stack Overflow or by Nash0
Published on 2010-03-15T23:32:47Z Indexed on 2010/03/15 23:39 UTC
Read the original article Hit count: 174

Filed under:
|
|

So I have to send a java project to someone outside our company who has no experience with java and they need to compile it. Is there an easy way to do it on the windows command line that does not require writing out lists of the files?

Personally I think javac should be smart enough to handle

javac *

when in the folder just under the root of the package hierarchy. Is there anything in this ballpark?

© Stack Overflow or respective owner

Related posts about java

Related posts about compile