[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#445930: amd64



Hi,

Just to say that I have this bug on my new machine with amd64 distribution. It's really weird. What package am I missing (and need be installed)??

For ex., executing the following code, the window (and its buttons + checkbox) are unresponsve to mouse and keyboard:

import javax.swing.*;
import java.awt.*;

public class Exo1 extends JFrame{
    public Exo1 (){
        setLayout (new FlowLayout ());
        JButton b1 = new JButton ("OK");
        JButton b2 = new JButton ("Cancel");
        getContentPane().add (b1);
        getContentPane().add (b2);

        JCheckBox c = new JCheckBox ("A cocher");
        getContentPane().add (c);

        setDefaultCloseOperation (EXIT_ON_CLOSE);
        setSize (350, 350);
        setVisible (true);
    }
    public static void main (String args[]){
        new Exo1 ();
    }
}

I have:
snoopy:~$ dpkg -l \*ecj\* \*gcj\*|grep ^i
ii ecj 3.3.0+0728-5 standalone version of the Eclipse Java compi ii ecj-gcj 3.3.0+0728-5 standalone version of the Eclipse Java compi ii gcj 4:4.2.1-6 The GNU Java compiler ii gcj-4.2 4.2.2-2 The GNU compiler for Java(TM) ii gcj-4.2-base 4.2.2-2 The GNU Compiler Collection (gcj base packag ii java-gcj-compat 1.0.76-5 Java runtime environment using GIJ ii java-gcj-compat-plugin 1.0.76-5 Web browser plugin to execute Java (tm) appl ii libecj-java 3.3.0+0728-5 Eclipse Java compiler (library) ii libecj-java-gcj 3.3.0+0728-5 Eclipse Java compiler (native library) ii libgcj-bc 4.2.1-6 Link time only library for use with gcj ii libgcj-common 1:4.2.1-6 Java runtime library (common files) ii libgcj-doc 4.2.2-2 libgcj API documentation and example program ii libgcj8-1 4.2.2-2 Java runtime library for use with gcj ii libgcj8-1-awt 4.2.2-2 AWT peer runtime libraries for use with gcj ii libgcj8-dev 4.2.2-2 Java development headers and static library ii libgcj8-jar 4.2.2-2 Java runtime library for use with gcj (jar f

Cheers,
--
Eugen Dedu




Reply to: