Re: Debian Packages and IDEs
Michael G. Ross <[EMAIL PROTECTED]> writes: > I've been using Java on Linux for quite some time now, but have only > recently experimented with the many available IDEs. I'm using the > excellent Blackdown Debian packages (1.3.1) and have experimented > with both Netbeans and (currently) jEdit. On both, I have had > considerable difficulty in getting some of the compiling and > debugging features/plugins to work. Judging from bug reports and > mailing lists it seems that the main issue is that the Blackdown > packages install a /usr/lib/j2re1.3 directory and a > /usr/lib/j2sdk1.3 directory, and that the arrangement and symlinks > cause java.home to be set to the runtime's directory, which does not > include tools.jar, JPDA, etc. > > I've tried a few hacks - setting java.home at the command line > (which causes complaints about security preferences and messes up > fonts), adding symlinks to the needed jar files (which seems to > work). > > My question - Is there a clean way to deal with this problem in the > context of the current setup of the Blackdown debs? Please use j2re1.3 and j2sdk1.3 (which now is an add-on to the RE package) from incoming.debian.org. The new packages install into /usr/lib/j2se/. and /usr/lib/j2se/./jre is a real directory. We will move the packages onto our mirrors as soon as we have updated the add-on packages (Java3D, JMF, ...). Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux.html Run Java 2 SE v1.3.1 on your iPAQ: http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XIM
Larry Arnold <[EMAIL PROTECTED]> writes: > I am trying out the blackdown jre Blackdown-1.3.1-RC1 on an arm > computer. > > additional-ipaq-stuff has been installed. > > kernel 2.4 > glibc 2.2.4 > > when I run a simple swing application ( a button in a Jframe that > calls "System.exit(0);" ) I get an exception: > java.awt.AWTException: cannot open XIM > at sun.awt.motif.X11InputMethon.(X11InputMethod.java:148) > > an identical application, using AWT, does not give this error. both > seem to run ok. > > Is this a problem with my linux/X installation? if so, how do I fix > it? > > I also get locale not supported warnings. these show up when opening > an xterm too, with or without a window manager ( icwwm): > > Warning: locale not supported by C library, locale unchanged > Warning: locale not supported by Xlib, loccale set to C > Warning: X locale modifiers not supported, using default > > The machine is not an ipaq, and uses a redhat 7 derived build Please install or generate locale files at least for en_US. Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux.html Run Java 2 SE v1.3.1 on your iPAQ: http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RHL7.2 and blackdown JDK status
Vinod Lamba <[EMAIL PROTECTED]> writes: > I am planning to upgrade from RHL7.1 to RHL7.2 and our > appilcations heavily depends on blackdown jdk1.2 and jdk1.3. > > Some questions regarding this :: > > 1. Is there any problem in using jdk1.2/1.3 which is released for >RHL7.1 (kernel 2.4.2) with RHL7.2 (kernel 2.4.7) ? I don't think so. > 2. Are there any plans for certifying/porting jdk1.2 and jdk1.3 for >RHL 7.2 ? Yes, we will test the next release on 7.2. Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux.html Run Java 2 SE v1.3.1 on your iPAQ: http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Problem while execiting sun jdk1.3.1_01 in Linux
All, I encountered a problem today when I my aplication which is multithreaded and uses lot of I/O. I'm running my app in Linux 2.4.2 kernel with a sun 1.3.1 jdk with LD_LASSUME_KERNEL=2.2.5 setting. After running for several hours without JIT this is the screen dump I got # Exception in thread "CompileThread0" java.lang.OutOfMemoryError: requested 268435468 bytes Unexpected Signal : 11 occurred at PC=0x401ca45bFunction name=is_deoptimized_frame__C5frameLibrary=/opt/jdk1.3.1_01/jre/lib/i386/server/libjvm.so Current Java thread: Another exception has been detected while we were handling last error.Dumping information about last error:ERROR REPORT FILE = (N/A)PC = 0x0x401ca45bSIGNAL = 11FUNCTION NAME = is_deoptimized_frame__C5frameLIBRARY NAME = /opt/jdk1.3.1_01/jre/lib/i386/server/libjvm.soPlease check ERROR REPORT FILE for further information, if there is any.Good bye. Could anyone help me about whats happeneing and how to fix this. Reg Ved
Problems with key configuration
Have a problem with Blackdown 1.3 running on Mandrake 8.1. It runs like a champ. Only problem is that none of my keys are recognized! In other words, when I try to type, nothing happens!. This happens with all applications I have tested, including the demos supplied with the JDK. There are no errors when this occurs. It does not happen with any other (KDE, gnome, etc.) apps. In fact, it does not happen with the IBM JDK (although it has its own set of maladies... which is why I'm pursuing this.) I've used the default (US) keyboard configuration on Mandrake's install. I wonder if anyone has had similar problems and knows of a workaround...