Jerry Callo

Greenhorn
+ Follow
since Nov 04, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Jerry Callo

I've set the heap size to 512MB, and over time the app runs out of memory. Unfortunately I haven't much time to learn the Resource Analyser or the monitoring/logging that is part of Websphere. Which tool is the best place to start to diagnose this problem?
21 years ago
When you get the value from the input box it's a string. you have to convert it to an integer instead of assigning it directly to an int variable. Try input1 = Integer.parseInt(input)
21 years ago
Tried that
I had to manually update the path and classpath variables, but it made no difference. I'm running Win2K.
21 years ago
I downloaded and installed Sun's jdk 1.4, but when checking the java version it still says 1.3.0 How do I switch to the new version?
21 years ago