Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-24-2007, 05:15 AM
Member
 
Join Date: Jul 2007
Posts: 41
katie is on a distinguished road
Automation server can't create object
I'm trying to call an ActiveX from a JSP, but I get this error: Automation server can't create object.
this is my code
Code:
<script language="JavaScript" type="text/JavaScript"> function ra(){ var result = new ActiveXObject("CaptureFinger.Capture"); } </script> <p align="center"> <OBJECT classid="clsid:BE249EDE-A65D-4730-97D1-63147CE24E5C" height=385 id=CaptureFinger style="HEIGHT: 385px; LEFT: 0px; TOP: 0px; WIDTH: 258px" width=258> <PARAM NAME="_ExtentX" VALUE="6826"> <PARAM NAME="_ExtentY" VALUE="10186"> </OBJECT>
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-06-2007, 11:53 PM
Member
 
Join Date: Jul 2007
Posts: 40
elizabeth is on a distinguished road
If this ActiveX component is executed client side the client is complaining it can not find the object (or more accurately the executable containing the ActiveX object) or the client does not have all security permissions to do this.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Web-App server connection - How to hit the particular app server from the web server maruthi_s Enterprise JavaBeans 2 07-15-2008 07:11 PM
How to create object dynamically with class name known in string format ranu_gokhe Advanced Java 1 04-09-2008 03:15 AM
How to create a Quote Server in Java Java Tip java.net 0 04-07-2008 09:16 PM
Creating object of Type Object class venkatv New To Java 3 07-17-2007 04:33 PM
Operator < cannot be applied to java.lang.Object, Object Albert Advanced Java 1 07-13-2007 04:19 PM


All times are GMT +3. The time now is 09:07 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org