How to Create MAC application using Java on Windows platform..
I have created a java swing application and its working fine on
windows . Now I want to create this for MAC. I got we can
create .app for MAC, but I don't know too much about MAC, so want to
create .app on windows, Is there are any ant task for that or any
steps for creating .appcication..
One of the benefits of Java is that it can be write once, run anywhere. As long as you don't hard code anything OS specific i.e.
Code:
FileReader fileReader= new FileReader("C:/temp/myFile.txt");
True, but you have to select the most correct way to work on any OS. As I said in my previous post there are some limitation to use standard API for any OS in Java.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.