Clan x86

Technical (Development, Security, etc.) => JavaOp Board => JavaOp Support Archive => Topic started by: ostaja on May 02, 2009, 04:31:56 pm

Title: Just blank even when load abot. Help.
Post by: ostaja on May 02, 2009, 04:31:56 pm
Hey all. when i start JavaOp2, i just have "blank" screen even when i try load a bot.

I have screen as below, expect there is "File Settings Windows Help" in top toolbar.

(http://www.javaop.com/images/started3.jpg)


When i load a bot which i have made, nothing happen, and screen stay "blank". When i try load bot again, i get "Attempting to load an already active bot!" to terminal.

Should i change some settings manually or what is wrong. I m using Ubuntu 9.04. Thx.





Title: Re: Just blank even when load abot. Help.
Post by: Newby on May 04, 2009, 02:45:35 am
Not completely sure anymore, but I'm pretty sure the JVM packaged with Ubuntu is pretty incompatible with JavaOp2.

Make sure you're using the JVM produced by Sun! http://www.java.com/en/download/index.jsp
Title: Re: Just blank even when load abot. Help.
Post by: iago on May 04, 2009, 10:49:06 am
Can you run it from a console and copy/paste the output here?
Title: Re: Just blank even when load abot. Help.
Post by: ostaja on May 05, 2009, 09:46:05 am
I got it to work. I just had to enable all plugins, and now it work's like charm.

Thx anyways, great java application. : )

Edit: is there any way to put it into tray?
Edit2: And is there utf-8 support, if there is, how to enable it? Its not funny to read text where å ä ö is replaced by square box. : )
Title: Re: Just blank even when load abot. Help.
Post by: Camel on May 05, 2009, 02:30:09 pm
Edit: is there any way to put it into tray?
There's some new APIs in Java 6 for the system tray, but I'm fairly sure JavaOp is compiled against Java 5. I'll send Joe some info on how to trick it in to working if he's interested, but it doesn't work in Gnome IIRC.

Quote
Edit2: And is there utf-8 support, if there is, how to enable it? Its not funny to read text where å ä ö is replaced by square box. : )
This should be implicitly supported for sending text, because java.lang.String.getBytes() uses UTF-8 by default. Some care needs to be taken when building a String to get UTF-8 working (by default, no encoding is used -- even if the developer compensates, some JVMs don't take the hint), so it's unlikely that this is already in there unless someone has already taken the time to add it.
Title: Re: Just blank even when load abot. Help.
Post by: ostaja on May 06, 2009, 03:16:13 am
Its normal that JavaOP2 have huge memory usage? It was open over night, and at morning it used 240mb ram.