How to create a java plugin that can directly access the microphone for specific web application in java ?.. ..i don’t want to use applet & flash……..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to use java and this is web application (UI in browser) – than you have to use applet. I don’t know other way. And this applet should be signed with certificate. Also user should accept this certificate to let java sound api access client device.
Or you can create java web start application (JNLP) that will be downloaded and running on client PC. But this will not be a web ui.