Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Hisham Younis   on Aug 24 In Java Category.

  
Question Answered By: Coleman Smith   on Aug 24


The version of the JDK used by the browser must be greater than or equal
to the version you use to compile. Thus, if you compile  with JDK 1.5,
but your browser uses JDK 1.4.2, you will have compatibility issues.
Make sure your compiler version is lower than or equal to your browser
version. You should also advertise this to your users: "This applet
requires JDK 1.5 or above."

Share: 

 

This Question has 11 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Applet Or get search suggestion and latest updates.


Tagged: