You are here: DEVPPL Forum Programming Java Forum
NOTIFICATIONS
54.114
MEMBERS
15.697
TOPICS
62.285
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

how can i run java application on a PC (Urgent Please)

0

Loading

how can i run java application on a PC (Urgent Please)

Postby Mazen_blue » Sat Sep 15, 2007 1:42 pm

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?
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

Login to get rid of ads

 

0

Loading

Postby Bobbyblades » Sat Sep 15, 2007 7:08 pm

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
Bobbyblades
 
Reputation: 0
Posts: 85
Joined: Fri Aug 24, 2007 9:38 pm
Location: hawaii or bust
Highscores: 0
Arcade winning challenges: 0
^ Back to Top