| Author |
how to compile java files in different packages same time in LINUX system
|
varaprasad mutyala
Greenhorn
Joined: Jun 11, 2009
Posts: 17
|
|
hi i have a problem in compiling my java files.
i have set of java files in different packages , all of them are inter related .
but in linux system i am facing problem when i am trying to complile them altogether.
an help will be appreciated.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
javac foo/bar/*.java baz/biz/*.java
Does that work?
|
 |
 |
|
|
subject: how to compile java files in different packages same time in LINUX system
|
|
|