textpad-java

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Matt

textpad-java

Post by Matt »

I cant seem to get textpad to work with Double.parse

When I use the school's computers ( university) it works, but not with textpad, they are using GWD btw. I get this error message:

C:\WINDOWS\Desktop\GrossPay.java:20: Method parseDouble(java.lang.String) not found in class java.lang.Double.
num2 = Double.parseDouble(str2);
^
1 error

Tool completed with exit code 1

I dont understand whats wrong, anyone able to help?
Matt

Re: textpad-java

Post by Matt »

I found that my problem was similar to some other people's problems. I had a version of Java 1.1.8 kit that my computer kept using. I removed both 1.1.8 and 1.4.1 and then reinstalled 1.4.1 and now I am no longer having any problems.=)
Post Reply