Results 1 to 3 of 3
- 11-01-2011, 08:45 AM #1
Member
- Join Date
- Jul 2011
- Posts
- 27
- Rep Power
- 0
using a database of my website for my java application
Hi,
I am new in java. I use java 1.5. I have made a game with a high-score.
In my previous live I made websites in php with a mysql database. I have still some servers where some of my websites are running. Because I have a lot of place on this server and I can make a lot of database on one server, I tought I will link the hight score of my game in java with one of this databases on a server.
My java game is installed localy on my computer and it works to make the link to the database, but the problem is that I always have to give the IP adress of the computer who want to play the game with the link to the database. Because the IP address of my computer always change, I have to give the new IP address everyday. That is not what I wanted. How can I make my game work without having to give the IP address? I heard something about apache, but I don't know what it is.
I also thought maybe make a jar of my java game and place it in the ftp of the server, but the link to the database doesn't work.
- 11-01-2011, 02:51 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,609
- Rep Power
- 5
Re: using a database of my website for my java application
Get a server that does not have a floating IP address. You can cheaply purchase shared server space with a MySQL instance from many different hosting companies.
- 12-31-2011, 04:21 PM #3
Member
- Join Date
- Jul 2011
- Posts
- 27
- Rep Power
- 0
Similar Threads
-
Need help connecting to database on website!!!!
By reture in forum JDBCReplies: 1Last Post: 10-03-2011, 10:23 AM -
java,jsp code to create a website statistics application
By g.shashikala in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 08-15-2009, 05:00 PM -
Restoring database through java application..?
By prabhurangan in forum New To JavaReplies: 6Last Post: 11-11-2008, 02:06 PM -
Help with Java application to connect to a database
By coco in forum JDBCReplies: 3Last Post: 09-18-2008, 03:07 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks