Link to home
Start Free TrialLog in
Avatar of isuhendro
isuhendroFlag for Singapore

asked on

Convert NetBean project to UNIX compliance compilation and execution

Dear experts,

I have a working normal Java project, developed using NetBean in Windows. This project has many packages and classes
I would like to convert the compilation & execution using command line (not using NetBeans) so that it could be compiled and run in UNIX.
Could you please advice, where shall i start, the simple the better? Any sample?
Thanks in advance!  
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of isuhendro

ASKER

hi CEHJ, thank you for your comment. Do you meant to compile each Java source code individually into class file? Is there normal practice to do it in UNIX to avoid tedious process since the Java sources code are in multiple directories / packages?
Well if you want the source as well, you'll need to copy it over to the Unix platform. You'll find everything under <HOME>/NetBeansProjects
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you!
you don't actually need to compile it at all :)

:-)

You don't need to do anything with Ant btw - NetBeans already does that, the whole environment being based on Ant