Start New Discussion Reply to this Discussion Is there a way to play a system beep on mac os x?
Hey,
Is there a way to play a system beep on mac os x in Java? I usually use the beep function in Toolkit class for my PC but I tried the beep function in Toolkit but it doesn't work on my mac. Any help?
Thanks in advance!
caswimmer2011
Light Poster
32 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Instead of using Toolkit class , try using ascii code..
System.out.println("\007");
Inform me whether it works or not......
harinath_2007
Posting Pro
509 posts since Aug 2010
Reputation Points: 108
Solved Threads: 46
Skill Endorsements: 3
caswimmer2011
Light Poster
32 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I think it should work.
Did you tried it in C
printf("\a");
The other alternative is call the exe file from the java..
harinath_2007
Posting Pro
509 posts since Aug 2010
Reputation Points: 108
Solved Threads: 46
Skill Endorsements: 3
© 2013 DaniWeb® LLC
Page rendered in 0.2964 seconds
using 2.71MB