Author Topic: java op not really working on fedora core 6  (Read 2700 times)

0 Members and 1 Guest are viewing this topic.

Offline DeAd

  • Newbie
  • *
  • Posts: 3
    • View Profile
java op not really working on fedora core 6
« on: May 07, 2007, 04:04:43 am »
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?

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: java op not really working on fedora core 6
« Reply #1 on: May 07, 2007, 10:27:47 am »
Which version of Java are you running?

(run "java -version")

Offline DeAd

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: java op not really working on fedora core 6
« Reply #2 on: May 07, 2007, 01:13:24 pm »
[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

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: java op not really working on fedora core 6
« Reply #3 on: May 07, 2007, 02:35:58 pm »
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.

Offline DeAd

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: java op not really working on fedora core 6
« Reply #4 on: May 08, 2007, 01:16:25 am »
got it working through a console gonna work on it getting it working through non console with gnome but thanks  ;D

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: java op not really working on fedora core 6
« Reply #5 on: May 08, 2007, 04:11:21 pm »
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.
I'd personally do as Joe suggests

You might be right about that, Joe.