removing classes from JDK....

we are implementing a swing application. the client need the deployment package in floppy(can number upto 4 numbers) , not CDROM. How can i possibly pack the JDK into this size. Is there any way by which i can find out all the classes that need to be used in my application so that i can remove the others from the JDK(if it isnt against the license)...

Also if any one has any other points that they think i need to consider here please let me know, would be of great help.

thanks

[508 byte] By [jinijug] at [2007-9-26 3:52:39]
# 1
HiJDK need not be present on the users machine. You can provide JRE of the version u are using with thw application.JRE is very much smaller than JDK and it should help u out.Bye
pandeyvi at 2007-6-29 12:40:09 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...