Filter löschen
Filter löschen

Creating an executable jar file using Matlab

2 Ansichten (letzte 30 Tage)
Colin
Colin am 31 Mai 2012
I am trying to write a script that will update a videogame (minecraft) for me. I am getting hung up because many of the steps require modifying executable jar files (basically just folders containing a bunch of class files). It is pretty trivial to do this using WinRAR, but due to the number of times I have to do this, it is rather time consuming and I'd like to do this solely in a Matlab script.
In summary, I am looking for a way to either copy files into a pre-existing executable jar OR to be able to convert a folder containing the class files into an executable jar.... without requiring any interaction (i.e. having to copy/paste using WinRAR or something).
Thanks in advance!
  1 Kommentar
Stephen
Stephen am 1 Jun. 2012
unless someone has made a jar file reader on the file exchange, I don't think matlab is the way to go with this. maybe something as basic as a bin file would work, but I'm not familiar with java and jars and all that. you might want to check out 7z or some other archiving software for possible tools. good luck

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by