Re: tab/shift-tab
> Glenn Holmer writes: Glenn> In my Java programs (Blackdown 117_v3, Swing 1.1.1), I find that Glenn> while tab works to move forward among components, shift-tab does Glenn> not let me move backwards. I do not see this behavior using the Glenn> Sun JDK1.1.7b on Windows (i.e. both work). Is this a known Glenn> problem? Yes and it's fixed in the 1.1.8 and 1.2.2 JDKs. Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
unsubscribe
unsubscribe
»Ø¸´: blackdown JDK 1.1.8 and JDK 1.2.x
I use Blackdown JDK1.2.2 RC3, but I meet dump problem, I don't know why, I'd like to know which release will cover this problem. JackWang >I'd like to take a poll to see what platforms people are successfully running >the blackdown JDK/JRE 1.1.8 and JDK/JRE 1.2.x for linux x86 on. My main interest >is to hear about out of the box successes on machines. Ie, 'I installed redhat >6.1, untarred the jdk, and boom, I was in business'. All feedback is greatly >appreciated. > >Please respond directly to my email address. > >Thanks, >Karl Asha >[EMAIL PROTECTED] > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
JDK1.2.2 lib problem
After messing with jdk1.2.2 and finally getting it to run, when I try to run a program, it gives me the following error: Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2.2/jre/lib/i386/libawt.so: /usr/X11R6/lib/libX11.so.6: undefined symbol: _xstat at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java, Compiled Code) at java.lang.ClassLoader.loadLibrary(ClassLoader.java, Compiled Code) at java.lang.Runtime.loadLibrary0(Runtime.java, Compiled Code) at java.lang.System.loadLibrary(System.java, Compiled Code) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java, Compiled Code) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java, Compiled Code) at java.awt.Toolkit.(Toolkit.java:903) at java.awt.Component.(Component.java:258) at com.tagtraum.jo.gui.MainController.(MainController.java, Compiled Code) at com.tagtraum.jo.gui.MainController.main(MainController.java, Compiled Code) I got libX11.so.6.1 because I had 6.0 but it made no difference ! Any help is appreciated! Thanks! /-\ | Pedro Guimaraes -- [EMAIL PROTECTED] | \-|-|-/ __o | | _`\<, .../...\...(*)/(*) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Java Decompiler
Help! I just accidentally deleted a bunch of my Java source files. Anyone know a good decompiler that works under Linux? Thanks!! Renzo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
