I'm not an expert with Java so bear with me. I've installed OpenLogic JDK 8.x because I didn't want to hassle with Oracle's sign-in. I currently have the java2smali.jar in the same directory (Windows) as the java file I want to convert. Here's what I get:
C:\Users\nmyshkin\Downloads>java -jar java2smali-1.3.jar ZLTextView.java
Error: Unable to access jarfile java2smali-1.3.jar
Is there somewhere else I should place both files?