On Fri, 2013-03-08 at 13:21 +0000, Graeme Gemmill wrote: > On 08/03/13 11:45, Sergio Gelato wrote: > > * Chris Betts [2013-03-08 22:07:18 +1100]: > >> HI Graeme, > >> > >> try http://www.java.com to get the 'official' package (it's > >> complicated...). > >> > >> However you should be able to grab it as part of the normal linux > >> packaging; > > Not the package Oracle publishes at java.com, no; they withdrew the > > distribution-friendly license some time ago. Linux distributions are now > > expected to ship OpenJDK, which is almost (not quite, but probably close > > enough for JXplorer's needs) the same thing. > > > > Graeme probably just needs to make the JAVA_HOME environment variable point > > to his Oracle JDK installation before running the jxplorer wrapper script. > That did it, thanks Sergio. Now I have to work out why the DISPLAY > variable isn't recognised: > "Can't connect to X11 window server using '192.168.2.11' as the value of > the DISPLAY variable."
DISPLAY expects host:server Usually 192.168.2.11:0 unless you have more than one X11 server on 192.168.2.11. If it's on the same machine, :0 is shorthand. :1 for second server (eg. VNC virtual monitor; second monitor/keyboard/mouse) :10 usually means remote X11 server over an SSH channel. If you manually change your DISPLAY variable, also keep track of XAUTHORITY to have permission to connect to your DISPLAY. > > Graeme > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > _______________________________________________ > Jxplorer-users mailing list > Jxplorer-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jxplorer-users ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Jxplorer-users mailing list Jxplorer-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jxplorer-users