Re: [javaCompiler-users] NetBeans and JSwing Layout Support and JMF Support
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2006-09-22 06:50:26
|
Joe Osborne wrote: > Dear Marco > > <snip> > > I have dealt with all "symbol not found" errors by > changing the methods or removing them if they could be > made redundant. I have successfully compiled a 6 Mb > file after stripping and compression. > > <snip> > > After doubleclicking this file I get the following on > the console and the executable stops. It doesn't hang. > It simply stops, just like a pause of some kind, with > a blinking cursor at the end. cpu usage is zero. What > is happening? I got the same result on W2k and > Win98se. It appears as though the executable thinks it > has finished it's work. > > This is the console output: > > ******* > > This is SwingWT (http://swingwt.sourceforge.net) > Version: 0.87 (020605)[SWT win32 3139] > Copyright(c)2003-2005, R.Rawson-Tetley and other > contributors. > > This library is distributed in the hope that it will > be useful, > but WITHOUT ANY WARRANTY; without even the implied > warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > See the GNU > Lesser General Public Licence for more details. > > ******** > > Do you have any ideas? Ich verstehe nur Bahnhof. :) You have to debug that... Start with a simple frame that will show and add your code step by step. Do the same with libraries. This way, you will find out what causes the problem. Marco |