so i got the laster version of java and java op is taking forever to do anything and randomily stopping with handler errors i know this not really narrowed down that much but any suggestions?
Which version of Java are you running?
(run "java -version")
[DeAd@localhost ~]$ java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.1 20070105 (Red Hat 4.1.1-51)
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
It's likely because you're using a 3rd party Java VM. You should probably install the Sun version, unless you want to debug/fix the incompatibilities.
got it working through a console gonna work on it getting it working through non console with gnome but thanks ;D
gij (gcj) doesn't work with anything written in Java, let alone something as massive as JavaOp. If I remember correctly, in the writing process, iago said a few things were sheer luck that Sun Java allowed them to work right, and that it shouldn't have.