3 Replies - 1997 Views - Last Post: 20 October 2011 - 07:22 AM

#1 philip_john   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 13
  • Joined: 04-February 11

How to make a standalone software using Java application in Netbeans

Posted 20 October 2011 - 04:57 AM

Is it possible not to install my DBMS to other PC when installing my application to other PC? Need some advise. tnx for those who have concern.
Is This A Good Question/Topic? 0
  • +

Replies To: How to make a standalone software using Java application in Netbeans

#2 Dormilich   User is offline

  • 痛覚残留
  • member icon

Reputation: 4303
  • View blog
  • Posts: 13,677
  • Joined: 08-June 10

Re: How to make a standalone software using Java application in Netbeans

Posted 20 October 2011 - 07:07 AM

your application should provide anything that is necessary to run it in the installation process. but what does that have to do with web development?
Was This Post Helpful? 0
  • +
  • -

#3 philip_john   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 13
  • Joined: 04-February 11

Re: How to make a standalone software using Java application in Netbeans

Posted 20 October 2011 - 07:16 AM

What if I dont want to install my database server to other PC and just embed my database to my application for the user not to modify my database. Hope someone reading this be not confuse.. :helpsmilie:
Was This Post Helpful? 0
  • +
  • -

#4 Dormilich   User is offline

  • 痛覚残留
  • member icon

Reputation: 4303
  • View blog
  • Posts: 13,677
  • Joined: 08-June 10

Re: How to make a standalone software using Java application in Netbeans

Posted 20 October 2011 - 07:22 AM

what prevents you from doing so? if your programming language allows it, then code it into your application.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1