Hi All,
I have this JAVA application we use to monitor and change settings on our servers. It works fine except it runs in Windows and I'd like to have it run on a webpage. The program shortcut used to invoke the application looks like this:
"C:\Program Files\Program\Program\jre\bin\javaw.exe" -Djava.library.path="C:\Program Files\Program\Program\\" -Dsun.java2d.ddoffscreen=false -jar "C:\Program Files\Program\Program\MgmtUtil.jar"
Is it possible to do what I'm talking about?
I'm an HTML, JavaScript and some VB guy so be gentle!
I have this JAVA application we use to monitor and change settings on our servers. It works fine except it runs in Windows and I'd like to have it run on a webpage. The program shortcut used to invoke the application looks like this:
"C:\Program Files\Program\Program\jre\bin\javaw.exe" -Djava.library.path="C:\Program Files\Program\Program\\" -Dsun.java2d.ddoffscreen=false -jar "C:\Program Files\Program\Program\MgmtUtil.jar"
Is it possible to do what I'm talking about?
I'm an HTML, JavaScript and some VB guy so be gentle!