How to run java programme at startup - TechRepublic
General discussion
June 1, 2001 at 12:44 AM
vickydicky

How to run java programme at startup

by vickydicky . Updated 24 years, 11 months ago

I want to start one of my programme which acts as “Server” at the startup of my server machine.
I tried it by adding this command in autoexec.bat
c:\java MyTest
I took care of classpath and path.After running this autoexec.bat just after theabove line i.e java MyTest I am getting message that “This programme cann’t be run in Dos mode.”
What I can do to solve this problem

This discussion is locked

All Comments