jasonhu hu

Greenhorn
+ Follow
since Aug 01, 2012
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 jasonhu hu

D. Ogranos wrote:

Sylvia Graham wrote:
try {
Class.forName("oracle.jdbc.OracleDriver");
} catch (Exception e){
System.out.println("ARRG " + e.getMessage());
}



Welcome to the Ranch!

You can try "oracle.jdbc.driver.OracleDriver", maybe that will work for you.

Ohh, and please use code tags to make your code easier readable when you post here



it is so late,don't you go to bed
try the below...

****************************************
map2 = map2.pathfind(x,y,move,pathhistory,deadtiles,map2);
11 years ago
hi,you should use the object name to invoke the method,not the class name .
the method is not static ,so you can not dircetly use by class name.

11 years ago

Campbell Ritchie wrote:Welcome to the Ranch jasonhu hu



thanks,i am very happy in the Ranch
11 years ago

kenny gill wrote:
Hello Stephan

The project array is bigger(the size of the array is 15) and I tried to have a return of false but the error didn't seem to go away.



the error states:

Type mismatch: cannot convert from
int to int[]
- Syntax error on token "0", delete this
token
- Syntax error on token "1", delete this
token



******************************************
int a[0] = 96; this expression is wrong , that is ok ? the a array is not declared and is not initialized

but from the wrong message , just convert exception , i feel very strange!
11 years ago
i come from China,hope we can help each other
11 years ago