|
From: <php...@li...> - 2012-12-19 18:44:43
|
Tried using this list before. Got nothing back. Trying again on a new problem. I am trying to create this Java code in a PHP file with the bridge:
new Object[] { "weblogic.management.security.authentication.UserEditorMBean" }
I tried as
new java("java.util.Arrays","com.bea:Name=MBeanTypeService,Type=weblogic.management.security.authentication.UserEditorMBean")
And
new java("javax.management.ObjectName[]","com.bea:Name=MBeanTypeService,Type=weblogic.management.security.authentication.UserEditorMBean")
The java compiler doesn't like anything I have tried. Can't find a example to learn from. Nothing in API. Anyone out there to help?
|