En version non rpm (sources depuis le site), j'ai
java -jar MyFreeTV.jar
Exception in thread "main" java.lang.NullPointerException
at javax.swing.plaf.basic.BasicListUI.installListeners(libgcj.so.8rh)
at javax.swing.plaf.basic.BasicListUI.installUI(libgcj.so.8rh)
at javax.swing.JComponent.setUI(libgcj.so.8rh)
at javax.swing.JList.setUI(libgcj.so.8rh)
at javax.swing.JList.updateUI(libgcj.so.8rh)
at javax.swing.JList.init(libgcj.so.8rh)
at javax.swing.JList.<init>(libgcj.so.8rh)
at org.rom.myfreetv.view.ChannelList.<init>(ChannelList.java:36)
at org.rom.myfreetv.view.ChannelPanel.<init>(ChannelPanel.java:30)
at org.rom.myfreetv.view.MyFreeTV.<init>(MyFreeTV.java:136)
at org.rom.myfreetv.view.MyFreeTV.create(MyFreeTV.java:313)
at org.rom.myfreetv.view.MyFreeTV.main(MyFreeTV.java:774)