How to export an Eclipse Database (JDBC) project and make it executable on user's pc? -
How to export an Eclipse Database (JDBC) project and make it executable on user's pc? -
i have created dental registry application on eclipse connected oracle 11 g database using jdbc. complete.
now want export project , create runnable on else' computer.
i planning distribute many people possible. users don't have access net if involves it. have no thought how create maintain running without user not needing install oracle on computer. installing programme on someone's computer (like creating .exe file).
please give me suggestion. first time me doing kind of thing.
no need install oracle client if jdbc lean driver used. if eclipse project eclipse rcp application, there export menu. if 'ordinal' java swing application - pack code in jar + add together file containing java -cp jar1;jar2 mainclass. automate it, @ ant or maven. if need user friendly installation, find product that...
database eclipse oracle jdbc executable
Comments
Post a Comment