First thing I tried was associating cguploader.jar with javaw.exe
I get the error from Java Virtual Machine Launcher
Could not find the main class. Program will now exit.
Second I tried running from the CMD prompt as described @
http://wiki.cgsociety.org/index.php/Help:CGUploader
I get the error
‘java’ is not recognized as an internal or external command, operable program or batch file.
Third I tried a bat file placed in the same folder as cguploader.jar
%DOSCMD% call CGUploader.jar
I get the error from Java Virtual Machine Launcher
Could not find the main class. Program will now exit.
Fourth I tried embedding it as an applet. Unzipped the .jar so I could get direct access to the class and placed this html page in the same folder as cguploader.jar.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd)">
<html xmlns="[http://www.w3.org/1999/xhtml](http://www.w3.org/1999/xhtml)">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CG Uploader</title>
</head>
<body>
<applet code="CGUploader" codebase = "cguploader" width="100%" height="100%">
</applet>
</body>
</html>
Then I got.
java.security.AccessControlException: access denied (java.net.SocketPermission portfolio.cgsociety.org:80 connect,resolve)
IE7
jre1.6.0_07
Vista Ultimate 64-bit
Reply here or via PM if needed.
Thanks,
Bill