Spark - Java Launching Question

I’m looking at getting some sort of launcher for Spark, unfortunatly I’m one of those cheap guys who would prefer to work more if it means he doesn’t have to pay for stuff, hence install4j is off my list of install builders… first up though is making a .exe launcher for Java. What is it I need to take note of in order to execute Spark? I’ve played around with launch4j, but if anyone’s got more success with some other tool, I’m more than willing to listen in.

TC

Hi,

if you don’t care about an installer you could just copy java.exe to Foo.exe and execute Foo.exe to have a unique name in the task manager. I just created Spark.cmd start script with a start script which could help you.

LG