Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Running on other computers application

  1. #1
    Member
    Join Date
    May 2013
    Posts
    165
    Thanks
    58
    Thanked 1 Time in 1 Post

    Default Running on other computers application

    I've made a simple desktop application, the program includes reading from a file which acts as a database and executing commands. I wanted to extend my application to work similar to an app in that other users from other computers can connect to the application. I understand this would be a client/server relationship. What topics would I need to learn to realise such aims?


  2. #2
    Member
    Join Date
    Nov 2013
    Location
    Bangalore, India
    Posts
    70
    My Mood
    Cool
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default Re: Running on other computers application

    You can also bundle your file which acts as DB in a jar. Create an executable jar and share it as a standalone app. It need not be client server program.

  3. The Following User Says Thank You to dineshj83 For This Useful Post:

    keepStriving (December 12th, 2013)

  4. #3
    Member
    Join Date
    May 2013
    Posts
    165
    Thanks
    58
    Thanked 1 Time in 1 Post

    Default Re: Running on other computers application

    Thank you for your advice, sorry if I am late with my response.

Similar Threads

  1. Replies: 6
    Last Post: July 16th, 2013, 04:21 AM
  2. Re: Problem running web application with jboss
    By Programmingpeople in forum JDBC & Databases
    Replies: 1
    Last Post: October 17th, 2012, 09:07 AM
  3. How to get information from console during application is running
    By gael.anex in forum Java Theory & Questions
    Replies: 1
    Last Post: August 13th, 2012, 01:48 AM
  4. Problems with running and compiling application
    By set_lugaru in forum Java Theory & Questions
    Replies: 4
    Last Post: July 3rd, 2012, 04:26 PM
  5. ...CONNECTION OF CLIENT AND SERVER RUNNING ON DIFFERENT COMPUTERS
    By baraka.programmer in forum Java Networking
    Replies: 1
    Last Post: August 9th, 2011, 07:11 AM