-
startup java server on windows
Hi,
I have a little java program that runs on a linux box, that queries a mysql database. I was curious how I could move it over to windows?
It basically has a start_server.sh file that looks like this.
export JAVA_HOME=/usr/local/java
export CLASSPATH=./:/usr/local/java:./classes/activation.jar:./classes/mail.jar:./classes/mysql-connector-java-3.0.9-stable-bin.jar
/usr/local/java/bin/java com.system.server01.Server config.ini > output.log 2>&1 &
I would like to know how I can move this over to a windows box.
I know I need Java and mysql on the windows box which should be to hard to do, I just need to know how to start up the server in a windows format?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks