Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have both files Client.dll and tryicon.dll in my package but when i put the password and username it give me the error that "cannot load library Client.dll"
although i have already included the library in a package
what should i do?
Posted
Comments
Christian Graus 21-May-11 16:01pm    
Is this a programming question ?

Where in your package is the *.DLL file?
how did you include that *.DLL in your package? How do you access it? Is it visible while coding?

regards
Torsten
 
Share this answer
 
copy "Client.dll " to ->

x:\Program Files\Java\jdk1.6.0_20\bin

and try.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900