JA Builder Jar Size

I have a group of .m files that I build into a .jar for deployment. When I previously built my .jar, its size was ~500 kb.
Then I added a single file that calls a couple methods from the SimpleDateFormat class:
After doing so, the size of the jar ballooned to ~10 MB. After checking the associated prj file, commenting out the new java code, and even removing the new .m file, the size remained the same. I dissected the jar in NetBeans and I didn't notice any new files included, but the ctf file was very large.
I'd just like to know if there's a way to see exactly what all's being built into the jar, and how to get its size back down to what it originally was. Thanks for any help, MATLAB community!

 採用された回答

Nick
Nick 2013 年 5 月 20 日

0 投票

Found it.
In addition to the paths in the .prj file, MATLAB also pulls files from:
C:\Documents and Settings\(USERNAME)\Application Data\Mathworks\MATLAB\(VERSION)
And that's where the extra files came from.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCall Java from MATLAB についてさらに検索

質問済み:

2013 年 5 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by