I am making a Java Applet right now. I have compiled with Java 1.5.
When I run my applet in Firefox it does not run. When I open the console in the browser (right click on the applet -> view console
) it tells me that I am only running Java 1.4.2. In my browser.
- I am wondering is it safe to develop my app for 1.5 and assume that everyone will have that version?
- How do I update the version of Java Firefox is using? I looked in preferences but I did not see anything (I am using Mac OS X, 10.4.11).
I am not sure if this question would be better suited to super user.