I have literally nothing. I click the .jar and the mouse spins like it is loading, javaw appears in the process explorer, but no gui or anything pops up. And when I try to run it from command prompt it tells me the file cannot be accessed.
Now I'm curious as to how it's possible that I mined a block apparently without mcproxy which should be required, correct?
miner:
bfgminer.exe -o localhost:8090 -u adam -p pass --http-port 8080 -Q 0
mcproxy:
java -jar mcproxy.jar -l 8090
Well, that got it to at least attempt to launch. But now it spits out a million errors.
mcproxy.jar needs also its libraries (located in lib directory).
So if you copy/move mcproxy.jar you will need to copy/move lib directory as well.
Easier method to solve the issue is to just edit runmcproxy.bat (right-click > Edit) that comes with installation. Since Win7
is not so smart to find location of Java, one needs to point to it over mentioned .bat file, like this:
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar mcproxy.jar
Or if your Java is installed to Program Files folder:
"C:\Program Files\Java\jre7\bin\java.exe" -jar mcproxy.jar