Because when i compile i get error:
I/O Error: Cannot run program “jar”: CreateProcess error=2, The system cannot find the file specified
but when i delete one class program compiles without problems.
So how many classes maximum i can put in my program?
Or is the problem somewhere else?
According to this post in the BB forums, the problem usually goes away if you add the
binfolder for your JDK to the system PATH. (On Windows, this is Control Panel -> System -> Advanced system settings.)