vinayjg kumar

Greenhorn
+ Follow
since Dec 24, 2011
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
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by vinayjg kumar

Hi all,

I have a website. I want to connect two computers through the website so that chat can be established. I know something about sockets. But I really don't know how to do that. I just wanna know about how it is done. Can anyone please give me some suggestions, links or something to get started with.

Thanking you

from
Vinay
12 years ago
Thanks John. My problem is cleared. I didn't knew about the class path inside of jar file. Thanks again
12 years ago
Can you post your code?
12 years ago
Hi all,

First of all, I am new to java. I was using mail.jar file with my swing application to send and receive mails. I am using netbeans and I have added mail.jar library to the path. It works fine when I run my code with netbeans. At dist folder it generates the executable jar file. When I double click that file the window opens. But it doesn't work with mail. No mail related features are displayed. I doubt about the mail.jar library that, it may not be visible to executable jar file that was generated by netbeans, however the mail.jar file is in the lib folder which is inside of dist folder. How do I fix it. Please help. Thanks



vinay
12 years ago
As I know, The file name should match the name of class. Try with that...
12 years ago