Asked By
HonorGod
20 points
N/A
Posted on - 01/28/2014
I am running Windows 7 Professional 64-bit PC and I need to utilize the FrameProperty in Java but I'm not sure how to register the component as I am getting a ActiveX error. The error image is attached below:
CA Plex
PVTab Bean Control : This is not a registered ActiveX control
This works great on my Windows XP and I successfully registered the Java beans through the Beans folder using the regsvr32 command. How can I do it in Windows 7?
Answered By
points
N/A
#112073
PVTab Bean Control not a registered ActiveX control
Hello,
This error is happening because Windows can’t register the DLL file required to run your program. DLL files are very much important to run programs because many programs depend on them seriously and if they fail to encumber them, it crashes immediately.
Go to Start menu >> All Programs >> Accessories. Right-click on Command Prompt and select “Run as administrator”.
Then, run this command:
regsvr32 "C:Program FilesJavajre7axbridgeBinPVTab.dll"
Then run the program again. This should run as general as it does. This process is just same as you did on Windows XP, only administration is extra part.