Project Description:
i need a restarter for my application if its killed or has a hang-up problem.
i cant send the java files of my application the main class is Test.class.
If its not possible to watch my application without having the source just make a simple JFrame.
This should also work when i put a .bat file into autostart. (Find and watch Test.class)
So you have to take care if the OS is already ready to avoid that it always restarts again and again.
attached i have the required files for the Restart - OS is Windows XP
restart can be done from java by calling
java -jar shell.jar
USE PLAIN JAVA NO IDE
I dont use any IDE for this so i cannot accept neither any packages nor any eclipse or netbeans project files all i need is java classes.