The question is How do I change My code to "spark.exe"?

Dear all,

hi I have an question

I modity the spark code in Eclipse and I can run it in Eclipse, but for install spark it sould be such like “spark.exe”.

The question is How do I change My code to “spark.exe”?

Thanks all

Hi,

Spark.exe is just a launcher for Java and thus for Spark. If you want to replace only the files in lib/ then you can simply do this - you don’t need to create a new Spark.exe file.

If you want to bundle the new version with an MSI installer than it get’s complicated and there are a few threads where this is discussed. But also in this case there is afaik no need to create Spark.exe.

LG