• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SoB: New SBQueue GUI! Updated 12/31

Looks good. I can't start it, but I think it's because I only have the JRE installed, and not the Java VM - would that explain it?

Off to find a VM download 😉
 
The Java JRE V1.4.x should be sufficient. Both of you, could you please post the errors you are getting?

Edit: Are you using command-line mode or GUI mode?
 
Stormgiant, I tested too much with one, two, even three user queues, and I forgot the inital case where there is no user queue! 😱

Just type your SoB username in that box next to "User:" and hit enter. Then you should be able to fetch. I'll make it more obvious what to do in my next version.
 
Ah, java -jar SBQueue.jar did the trick. I'll post the errors I had anyway, if it helps.

> javaw SBQueue.jar
gives this.

> javaw -g SBQueue.jar
gives this.

and for good measure:

C:\Program Files\SB\Proxy>java SBQueue.jar
Exception in thread "main" java.lang.NoClassDefFoundError: SBQueue/jar

However, like I said, -jar seems to work perfectly. Maybe I was just misinterpreting the readme file 😉
 
I guess I should have checked how Windows runs jar files. I thought javaw alone did it, but Windows does:

"C:\Program Files\Java\j2re1.4.1_01\bin\javaw.exe" -jar "%1" %*

So run javaw -jar (or just java -jar for more interesting error messages) and I'll update that, too.
 
Back
Top