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!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Call Java from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!