| You are here: DEVPPL ‹ Forum ‹ Programming ‹ Java Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
how can i run java application on a PC (Urgent Please)
2 posts
• Page 1 of 1
0
how can i run java application on a PC (Urgent Please)
dear All
i have wrote a java application that connect to microfot access 2000 database. and i want to know how can i install the java application on another PC , is there an application that change the java application to .exe file or any other potions?
i have wrote a java application that connect to microfot access 2000 database. and i want to know how can i install the java application on another PC , is there an application that change the java application to .exe file or any other potions?
- Mazen_blue
- Reputation: 0
- Posts: 3
- Joined: Sat Sep 15, 2007 10:44 am
- Highscores: 0
- Arcade winning challenges: 0
how can i run java application on a PC (Urgent Please) - Sponsored results
- Sponsored results
0
your going to have to bundle your app in a jar file, when you compile a java file it's not compiled into executable code(.exe), a jar file is a file that can be double clicked and run like a .exe
here's sun's tutorial on jars:
http://java.sun.com/docs/books/tutorial ... index.html
here's sun's tutorial on jars:
http://java.sun.com/docs/books/tutorial ... index.html
- Bobbyblades
- Reputation: 0
- Posts: 85
- Joined: Fri Aug 24, 2007 9:38 pm
- Location: hawaii or bust
- Highscores: 0
- Arcade winning challenges: 0
|
|