Ask the Experts Session on NetBeans Mobility Pack 5.0 Beta

Got a question about the NetBeans Mobility Pack 5.0 Beta (http://www.netbeans.org/kb/50/mobility.html)? Get answers from Matt Volpi, Product Line Manager for Mobility Tools at Sun Microsystems, and Petr Suchomel, Technical Lead for the Sun Java Studio Mobility IDE. Matt and Petr are available to answer your questions from October 10 through October 14. During that time you'll be able to submit questions about the NetBeans Mobility Pack 5.0 Beta and receive answers from the experts. We'll also post a transcript of the Q&As on java.sun.com a daily basis.

To post your questions starting on October 14, go to the SDN Ask the Experts page (http://java.sun.com/developer/community/askxprt/index.html).

[722 byte] By [edorta] at [2007-10-2 1:58:38]
# 1
I am trying to make an application with mobility pack 5, it has quite a lot of code (around 22000 lines) but it seems the largest .java file netbeans can handle is 1mb is there anything i can do about this?
Jay_5150a at 2007-7-15 19:39:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

> I am trying to make an application with mobility pack

> 5, it has quite a lot of code (around 22000 lines)

> but it seems the largest .java file netbeans can

> handle is 1mb is there anything i can do about this?

Usually java files that large are a product of bad programming. I can't tell if that is true in your case, but I would suggest splitting stuff up in several files.

deepspacea at 2007-7-15 19:39:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...