View Single Post
  #1 (permalink)  
Old July 20th, 2006
FleshJoe FleshJoe is offline
Novicius
 
Join Date: July 9th, 2006
Posts: 3
FleshJoe is flying high
Default Running headless?

I installed Java 1.5, installed the Linux Limewire RPM from here, everything went fine. My config is RHEL 3.4.5 on i386 server box.

But...

When I run limewire I get this exception:

java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.awt.GraphicsEnvironment.checkHeadless(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at com.limegroup.gnutella.gui.AWTSplashWindow.splash( AWTSplashWindow.java:143)
at com.limegroup.gnutella.gui.Main.showInitialSplash( Main.java:71)
at com.limegroup.gnutella.gui.Main.main(Main.java:39)

OK I expect that because I dont have a display.. how to tell limewire that there is none?

Thanks for any help!

FleshJoe
Reply With Quote