aspose file tools
The moose likes Beginning Java and the fly likes Please Explain? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Please Explain?" Watch "Please Explain?" New topic
Author

Please Explain?

Rik Ny
Greenhorn

Joined: Oct 13, 2001
Posts: 13
D:\My Java\GenerateRandomInt.java:41: cannot resolve symbol
symbol : method intValue (int)
location: class java.lang.Integer
System.out.println(firstNumber.intValue(counter));
^
1 error
Tool completed with exit code 1
What the ......???
Cheers, Rik
Matthew Phillips
Ranch Hand

Joined: Mar 09, 2001
Posts: 2676
The method intValue does not take parameters. Check out the Java API for more information.


Matthew Phillips
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Please Explain?
 
Similar Threads
ClassPath Problem
integer to string
Pass by ref- pgm err
Testing Strings
Help me with BubbleSort