Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I m trying to create a header file for a sample helloworld program calling a native funtion from native dll to be made with the help of this header file.

I have compiled the java file but now when i m creating the header file m getting an error...

CSS
error: cannot access HelloWorld
class file for HelloWorld not found
javadoc: error - Class HelloWorld not found.
Error: No classes were specified on the command line.  Try -help.


Please reply..
Posted
Comments
Richard MacCutchan 17-May-12 4:32am    
Those messages seem quite clear, you have not created the HelloWorld class from your java source code.

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



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