java.lang.NumberFormatException: For input string: "quit"
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
Java does not handle IPv6 nameservers before 1.8.0_60. Upgrade to the latest JVM.
- Expert tip
This is a bug in Wise, updating to v4.10 seems to solve the problem.
Solutions on the web
via Oracle Community by 807595, 1 year ago
via Google Groups by Andreas Buer, 6 months ago
via Coderanch by Elinor Chang, 1 year ago
via Oracle Community by 807549, 1 year ago
via programmingforums.org by Unknown author, 2 years ago
via Oracle Community by 807601, 6 months ago
java.lang.NumberFormatException: For input string: "quit"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1213)
at java.langDouble.parseDouble(Double.java:202)
at ProjTwo.main(ProjTwo.java:12)