Package
Hi All,
I have written code when it executed it showing class not found exception I came to know that the error is due to that iam not making package correctly. I have tried in Netbean IDE also still same error class not found exception .Can any body help me out how to make package...also if you know any link which can help me in this matter Pls send it.
Thanks
[382 byte] By [
javadev2a] at [2007-11-27 10:17:58]

# 1
Hi!
If you are writing for PDA, then problem can is in a link-file.
By J9 VM you can fing an example with a link-file. Look how is there
writed. Also you must write in link file path to your main class, some like: some_package.Main.
If you write a MIDlet with NetBeans, then you may don't have a problem, however look in jad-file, there must be name of jar-file writed.
If you still have any problem with this, write post... :)))