packaging a java application alongwith jdk/jre
Hello
I have developed an application in java using netbeans. I have created a jar file of my application. Now for deployment of my application on other user machines, i need to somehow package the entire jdk along with my application. The condition put on me is that this whole package size should not exceed 1 MB. The reason I am asked to package jdk is that even if the end user does not have jdk installed on his machine, he should be able to run my application. As you know jdks and jres are 100-180 MB, so can anyone please tell me if there is a way to package the entire jdk/jre along with my application in less than 1 MB space. This is very important for me, please help me out. Thanks.

