how do you compile java progrmas in cygwin?
feedback
|
|
With The fact that you're asking the question suggests you've had problems - could you explain what you've tried and what went wrong? | |||
|
feedback
|
|
Maven works also right out of the box. Cygwin & mintty combo rocks compared to windows cmd. When running java-programs from cygwin you should remember that java-command is in windows, so it requires windows paths to jars. More info: http://www.inonit.com/cygwin/faq/. | |||
|
feedback
|
|
You can compile individual class files with the | |||
|
feedback
|