News:

Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?

Main Menu

Upgrading to J2SE 1.5.0 JRE

Started by Matt.M, July 09, 2007, 03:22:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Matt.M

Hi guys.

I'm on a fresh linux installation.  Currently, my java version is:
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)

Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I'm pretty sure that this suffices for running the bot, since I've been able to configure the bot via a shell.  I'm not, however, able to get to the GUI and fully configure the bots.  Double clicking opens the archive manager.  Any tips on what I should do?  I'm a newbie as far as linux goes, picking up stuff here and there, so please don't bite :)

Thanks.

Falcon

cd to the directory JavaOp2.jar is in, then type java -jar JavaOp2.jar

Matt.M

I've done that.  The problem with this is that it doesn't open the GUI, which is what I'd like so I can navigate several bots and configure them all with account names, servers, and cd-keys, etc.

Joe

First, you came to ask a question and used punctuation and capitalization. You're my hero.

Second, GNU Java (gij) doesn't work with JavaOp. I don't know about Debian, but Ubuntu (a derivative) provides sun-java in it's universe repositories for APT. Try asking on Debian's forums, or using a repository search feature, to see if you can find a compatible package.

Java is typically backwards compatible. For a class compiled against 1.4 but run on 1.5, the JRE will fall back and run it against 1.4's class files, causing it to perform exactly the same, ideally. Sometimes, I believe, it doesn't work out that way, but JavaOp should work right.

However, if you can replace GNU Java 1.4.2 with Sun Java 1.4.2, you should be good to go.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


chuck

Follow these instructions to install the real sun java. After that, JavaOp should work fine.
Chucks Blog
JavaOp2 Plugins

Quote
Error, keyboard not connected. Press F1 to continue.