David Sugar

Greenhorn
+ Follow
since Jul 10, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by David Sugar

Originally posted by xiao sean:



to use:


Now, findAreaVersion2 is a static method. All other methods are instance (non-static). Since findAreaVersion2 does not refer to any instance fields, it can be made static.

David
[ November 06, 2007: Message edited by: David Sugar ]
16 years ago
The RMI module is probably not loaded.
Go to Tools/Update Center and download the
RMI module
David