R Shetty

Greenhorn
+ Follow
since Feb 04, 2006
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 R Shetty

Thank you both very much. The second one was definitely a much easier read but both were useful.
17 years ago
Can someone please explain type-safety
("jvm maintains type-safety")


Thank you
17 years ago
Hi I was wondering what editor do most java programmers use and is there any book/samples that take a beginner (not beginner to programming just java) from start to end.

Thanks
17 years ago
Hello,

Does anyone know of any Java groups in the DC area?

Thanks,

B
18 years ago
Keith, thank you very much for your help!

Very fast response and your suggestion worked. I did not scroll down far enough in the system variables to see the PATH and so created one in the user variables. When I saw it I deleted the one I created and put the bin path as the first one in the Path variable.

R
18 years ago
Beginner question:

I'm new to Java and want to know how to compile class in a different folder than C:\Program Files\Java\jdk1.5.0_06\bin (which is what is set as my path variable)

Compiling and running a file saved there works fine but when I move the source file to a different folder say C:\TestJava the compilation works but running the file gets me this error:

"Exception in thread "main".UnsupportedClassVersionError...

Thank you for your help

R
18 years ago