I'm using Eclipse, and I'm developing a simple applet that's demonstrating usage of cookies.
In order to use cookies, I had to add "plugin.jar" to my build path. Now, that jar file is:
- big (1.7 MB)
- already present in my jre folder (C:\Program Files\Java\jre6\lib)
Is there a way to use that plugin.jar in my project, but without need to add it to my build path, rather "point to it" in the jre folder (user anyway has to have jre in order to run applet)?