Jump to content

Using Java classes with JavaScript and IE.x


Guest iktuz

Recommended Posts

Guest iktuz

Hi, All. It´s my first post here. I am newbie with JS and I am trying to create a little Ajax engine. I need to create a request pool so I am using this code bellow:

try {	this.pool = java.util.Collections.synchronizedMap(new java.util.HashMap());} catch (e) { }

This code works perfectly with FF but It doesn´t with IE. It doesn´t recognize "java" object. Is there a way to use Java classes together with JS working on IE?Thanks a lot.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...