Marc Woodyard
Results
2
issues of
Marc Woodyard
I couldn't find a license for this project and was wondering if there is one?
I'm trying to upload a file using cURL and I keep getting an illegal reflective access error message. **Code:** ```java PrintWriter writer = new PrintWriter("ptz-move.xml", StandardCharsets.UTF_8); writer.println("-5001"); writer.close(); CUrl curl...