[Start-up method]

When WebLogic Server is installed in the following path by default:
C:\bea\wlserver_10.3

1. Start up WebLogic Server
2. Please double-click run_wls_mq_for_default_install_location.bat 

Other than the above:

1. Set the following environment variables. Please use version 10 for the folder designated to WL_HOME.
If the lower version of 9 or 8 is designated, GUI will not be started due to the function of check program.
iThis program is implemented by using WebLogic10 of libraray.j

set BEA_HOME=c:\bea
set WL_HOME=C:\bea\wlserver_10.3

iIf it is already set, not need to reconfigure it.j

QDExecute run_wls_mq.bat.
iOn Solaris and Linux QBrowser should be worked, but startup-script is underdeveloped.) 
If the following command works, it may be okay.)

java -Xms128m -Xmx512m -cp .\QBrowserV2_Neo.jar;%QB_CLASS_PATH% com.qbrowser.QBrowserV2ForWLMQ -providerURL t3://localhost:7001


[When connecting to remote WLS]
Change the following part of -providerURL.
java -Xms128m -Xmx512m -cp .\QBrowserV2_Neo.jar;%QB_CLASS_PATH% com.qbrowser.QBrowserV2ForWLMQ -providerURL t3://localhost:7001

ExampleF
java -Xms128m -Xmx512m -cp .\QBrowserV2_Neo.jar;%QB_CLASS_PATH% com.qbrowser.QBrowserV2ForWLMQ -providerURL t3://192.168.70.1:7001
