Manoj Agnihotri

Greenhorn
+ Follow
since Nov 14, 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 Manoj Agnihotri

Have you tried mailx command.

For example
uuencode ${FILE} | mailx -m -s "Subject Line" ${destination_email_address}
14 years ago
OK...Buddy
I was not aware about that policy .
15 years ago
I agree .

Thanks a lot.
15 years ago
Thanks buddy.

It is just a question that suddenly came into mind.
15 years ago
Question is
Why we need to specify variable names in method signature of an interface methods ?

15 years ago


abstract keyword is allowed to use like this.
I want to know if it is allowed then what's the use of this ?
Can anybody explain about abstract interfaces ?
What is the significance of these interfaces ?
This errors is just because your class path is not configured correctly.


This code means PbandPackage must be at same level as Test Class.
Means :
-Test.class
-PbandPackage-Tools.class

or you can include class files in Project Class path :
Project Properties -> Build Path -> Libraries -> Add Class Folder
and Select Folder where you PbandPackage contains class file.

and now run your Tools.java file.



..........



But in case of Eclipse its very easy to create a Java Project.
1. Create a new Java Project
2. Create src folder for your project.
3. Create packages.
4. Import required classes by Pressing Ctrl + O
5. run your programs.
Copying plugin from another eclipse folder doesn't guarantee that it works.
In this way doesn't check compatibility of plugin version and Eclipse version.
and still if Eclipse version is same then please copy features folder also.

Use zipped plugins and install them through Eclipse -> Software Update -> Find & Install.