mine:
Plataform : Windows XP 2SP (yes, i´m newbie)
JDK : 6
IDE : Eclipse 3.2
External Framework : JMF
Ok, I´m doing a multimedia project (using RTP to transfer data) and I saw that the Sun had a framework called JMF 2.1 (that was uncontinued) and I decide to learn how this “framework works”, I study the architecture, the main classes (almost all) and so.
Then I download the .zip (all plataform), unzip and create a folder structure.
And the jars are on the …\jmf-2_1_1e-alljava\JMF-2.1.1e\lib.
Right!!!
So I start a new project (java project) on the eclipse 3.2, and I choose all this jar like a external jars. Realy I made a player that works, but when I try to generate a single file .jar, the eclipse generate a file with the 32K, I want to know how can I create a single .jar with all depency (no matter size)?
It´s just to run this application without need to set a CLASSPATH or file build. I want to generate a single .jar (with 4MB or more) and execute in any machine ( with jdk) java -jar myapp.jar and it works, it is possible ? How can I do this with the eclipse ?
And thanks by you reading this.
