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 17:48:09
|
Joe Osborne wrote: >> 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 >> > You mean with gdb? No. I think I explained pretty good what I mean, didn't I? Read again: 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. > Dear Marco > I know that in C programming there are compile time > errors and runtime errors. But after building a > functional Java program that has no errors during > interpreting byte code in a JVM, I really assumed that > after compiling it to native code it would be free of > runtime errors. Why? Java is huge! There will most probably always be some incompatibilities. Not even java is fully compatible with java ;-) But there is no runtime error, or - at least - you can't know for sure. You have to find out why it just dies quietly... I usually do that the explained way... The output you see is some information about swingWT. You can turn that off (check the swingWT homepage on how to do that). Marco |