java.io.FileNotFoundException: ?v
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Make sure the file resides in the project folder if you're referencing it via a relative path. If not, use the absolute path to the file with the file extension.
Solutions on the web
via Oracle Community by 592700, 8 months ago
via Oracle Community by 592700, 1 year ago
via oracle.com by Unknown author, 2 years ago
via iteye.com by Unknown author, 2 years ago
via csdn.net by Unknown author, 2 years ago
via 51testing.com by Unknown author, 2 years ago
java.io.FileNotFoundException: ?v
at java.io.FileInputStream.
(FileInputStream.java:56) at java.io.FileInputStream.
(FileInputStream.java:75) at oracle.aurora.server.tools.loadjava.LoadJava.processLoadAndCreate(LoadJava.java:1512)
at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:1422)
at oracle.aurora.server.tools.loadjava.LoadJavaMain.run(LoadJavaMain.java:299)
at oracle.aurora.server.tools.loadjava.LoadJavaMain.main(LoadJavaMain.java:58)