필터 지우기
필터 지우기

Creating an executable jar file using Matlab

조회 수: 2 (최근 30일)
Colin
Colin 2012년 5월 31일
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
Stephen
Stephen 2012년 6월 1일
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

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by