I am developing a SIP Application on a Nokia 6680. My project counts about 300 classes. Now if I assign a variable a new class, which was not used until now, the application does not proceed. The emulator works fine. So is there a limitation on the number of classes??
According to the virtual machine there must be enough heap space available.
If I do not assign the variable and only define it, it works fine!
(The class I use has only a constructor with no function!)
The Jar File is abou 508 kB large.

Reply With Quote


