my problem
843810Apr 16 2004 — edited Apr 21 2004Hello,
I am currently in a course that requires me to use java. i am new to it but i know it is not working. the computer i was using last week has been changed and now does not have java. The version of java i am currently running is j2sdk1.4.2. I have tried everything i can think of and it just will not work for me. My only current problem is converting my string variables to a Integer value. I continually get the same error over and over and over. The error is:
tireInflation.java:31: cannot reslove symbol
symbol: method parseInt (java.lang.String)
location: class Integer
bR = Integer.parseInt (rightBack);
^
I would appreciate it if somebody would be kind enough to help me out. sorry this is all the information i have. if you require more i can try my best to get it for you. It is just a simple program i have written simular ones to this and they work fine.
(the ^ is supposed to be under the " . ")