What version of Java should I target for applets?
- by Christopher Horenstein
I recently deployed an applet that seems to require Java 6 Update 24. I assume the reason for this requirement is the matching JDK version I used to create the applet (I am new to Java).
The fact that my applet requires a Java download/update for users who already have some version of Java installed is a big concern for me; the applets I'm…