marisha

Greenhorn
+ Follow
since Oct 12, 2000
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 marisha

I have almost 3 years of exerience in IT industry in Software Development mainly in Delphi. Worked on many web based projects for last 1 year and have recently switched to software development in Java. Presently prusuing SCJP. Looking forword a job in java programming in US
23 years ago
hi ,
i am a beginner in this Java Forum.I have one problem.
my classpath is set to \jdk1.3\projects
and my all .java files lies there. Now when i include "package projects" in my java file.it compiles but give run time error as
"Exception in thread main.. Wrong name projects
But when i remove "package projects" from the java file it works fine.
thanx