Clan x86

Technical (Development, Security, etc.) => JavaOp Board => JavaOp Support Archive => Topic started by: Ekion on April 07, 2007, 11:55:47 am

Title: help i dunno what is wrong but here is the error
Post by: Ekion on April 07, 2007, 11:55:47 am
ok im trying to load javaop2 from my linux shell and i get this error
ive tryed to do java -jar ./JavaOp2.jar
and java -jar ./Commandlineconfiguration.jar
as well as java -jar /commandlineconfiguration.jar
and javaop2.jar with the / without it i get the same error no matter what i do
this is the error

Unable to find any plugins.
Please download the plugin package from
http://www.javaop.com/download.html
and extract them somewhere.  You will be prompted to find them.

(.:19868): Gtk-WARNING **: cannot open display:              <----Wtf does that mean lol
and how do i fix all of these errors please help lol
Title: Re: help i dunno what is wrong but here is the error
Post by: chuck on April 07, 2007, 03:22:28 pm
JavaOp2 cannot find your X11 display. If its on your local machine, try running the command
Code: [Select]
export DISPLAY=:0.0
Title: Re: help i dunno what is wrong but here is the error
Post by: Ekion on April 07, 2007, 04:25:44 pm
ok i did that and i still get that error just now it dosent do it autpmaticly it says it cannot find the plugins then it takes like 5 mins then it says it cant find the display
Title: Re: help i dunno what is wrong but here is the error
Post by: chuck on April 07, 2007, 04:57:56 pm
ok i did that and i still get that error just now it dosent do it autpmaticly it says it cannot find the plugins then it takes like 5 mins then it says it cant find the display
When javaop cannot find the plugins, it opens a window asking where the plugins are. So you need a working X display for it to connect to.
Title: Re: help i dunno what is wrong but here is the error
Post by: Hdx on April 07, 2007, 06:10:50 pm
If thats the case, just go into your javaop config and specify the plugins folder manually.
~Hdx
Title: Re: help i dunno what is wrong but here is the error
Post by: Ekion on April 07, 2007, 07:19:05 pm
still getting that same problem god this is drivein me nuts


my aim is ekion187 if anyone can walk me threw this step by step i would greatly appreciate it
Title: Re: help i dunno what is wrong but here is the error
Post by: z0rg on May 15, 2007, 03:31:05 am
ok I get the same error as ekion's...

I'm loading this bot remotely on a shell so I dont have an idea whats happening visually..


Unable to find any plugins.
Please download the plugin package from
http://www.javaop.com/download.html
and extract them somewhere.  You will be prompted to find them.

(.:19868): Gtk-WARNING **: cannot open display: 

HDX.. How do I edit javaop config?
Title: Re: help i dunno what is wrong but here is the error
Post by: Ajan on May 15, 2007, 01:33:26 pm
To turn off gui either turn off SwingGUI plugin or go to your home/.javaop2 folder and open _GlobalSettings.txt. Find the line
Code: [Select]
load gui=trueand change true to false. Should help I guess.

And you can change the plugin path in _PluginPaths.txt in the same directory.