t3chguy / syncboss

Automatically exported from code.google.com/p/syncboss
1 stars 0 forks source link

No 32-bit JRE for Mac #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run SyncBoss with Java SE 6 (64-bit)
2. Sound card isn't available to choose (only Java Audio Engine)
3. Can't install Java SE 6 (32-bit) because it doesn't exist for Macs

What is the expected output? What do you see instead?
Expect to see my sound card, but it's not available.

What version of the product are you using? On what operating system?
SyncBoss r29
Mac OSX 10.5.8

Please provide any additional information below.
Try starting from the commandline with the -d32 option (to emulate 32-bit mode?)
"java -jar -d32 SyncBoss.jar"
But it said that it couldn't be run in 32-bit mode.
What should Mac users do with no option to install Java SE 6 32-bit?
Thanks!

Original issue reported on code.google.com by yadsen...@gmail.com on 13 Dec 2010 at 6:05

GoogleCodeExporter commented 9 years ago
Hi yadsendew, thanks for taking the time to report the problem.

There's not much I can do about this, it is a Java issue. There might be some 
flavour of java which gives a better result.

The "Java Audio Engine" is probably implemented differently for OS X than it is 
on Windows: have you tried using it as the default output device? It might work 
OK if the implementation is better than the (laggy) windows implementation (I 
think Apple actually maintains java sound for macs, so there's a reasonable 
chance of this).

If you figure out a solution please post here, and I'll include it in the 
documentation.

Jack

Original comment by youknowj...@gmail.com on 14 Dec 2010 at 7:20