Results 1 to 5 of 5
- 09-08-2008, 08:28 PM #1
Member
- Join Date
- May 2008
- Posts
- 1
- Rep Power
- 0
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..
please suggest me ASAP ...
- 09-08-2008, 09:05 PM #2
AFAIK jar files will execute on a Mac. So put your app in a jar file.
- 09-12-2008, 06:13 PM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
jar file can run on any OS. But all of all features are not working/available on any OS. As an example think about tray icon.
- 09-14-2008, 12:06 AM #4
Member
- Join Date
- Jul 2008
- Posts
- 68
- Rep Power
- 0
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.
Java Code:FileReader fileReader= new FileReader("C:/temp/myFile.txt");
- 09-14-2008, 05:19 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
Java Application Interface similar with Windows Themes
By Heracles Choe in forum AWT / SwingReplies: 9Last Post: 05-02-2008, 03:47 AM -
JAVA application residing on the windows tool bar!
By rameshraj in forum Advanced JavaReplies: 19Last Post: 04-30-2008, 03:30 AM -
Create Windows, Applet & Swing
By Eric in forum AWT / SwingReplies: 1Last Post: 07-05-2007, 06:36 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks