I'm writing java applet sound recorder, so it needs to have recording permission and also needs to have file access (for storing tmp files during mp3 conversion). It's an intranet application which will run on couple hundreds machines so I wonder if it is possible to achieve that without modifying policy file and granting permissions on each machine.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Sure. Digitally sign the code using a valid code signing certificate, and get the user to tick the 'always allow' check box when launching the app.
Unless you mean 'without digitally signing the code'. Then - no, it isn't.