Since 4/14/2012 3:16:01 AM, paul.geisler has written 4 articles and participated in 2 conversations. paul.geisler signature: paul.geisler
paul.geisler's articles:
Items(4) /1
catch native crash3138 (12/6/2009 5:04:38 AM) comp.lang.java.programmer Hello,
any idea how to catch a crash in JNI / JNA adapted native code? I have
to use large code collections (codecs etc.) that are crash prone by
design (eg. they have to handle damaged media files etc.). ... Paul
.class file source dependency1019 (11/8/2009 5:18:06 PM) comp.lang.java.programmer Hello, i just wonder about what a .class file depends on. For example, if in a classpath of many files, I change one .java source file. Is it enough to compile only this source file? Or will there be changes... Paul
Robot and AWT on Linux145 (1/18/2009 12:31:46 PM) comp.lang.java.programmer Hello, when I issue a key typing sequence like KeyEvent.VK_T, KeyEvent.VK_E, KeyEvent.VK_S, KeyEvent.VK_T, KeyEvent.VK_ENTER with Robot.keyPress / Robot.keyRelease(keycode) to a focussed AWT TextField, i al... Paul
gamma correct antialias0109 (6/27/2008 9:28:44 PM) comp.graphics.api.opengl Hello, I still have problems with antialias. I am developing an application with much wireframe visuals. Thin lines get a really bad AA with even with 16x supersampling and gamma correct AA turned on (8600GTS,... Paul
paul.geisler's replies:
Items(1) /1
.class file source dependency1019 (11/8/2009 5:18:06 PM) comp.lang.java.programmer Hello, i just wonder about what a .class file depends on. For example, if in a classpath of many files, I change one .java source file. Is it enough to compile only this source file? Or will there be changes... paul.geisler(6)