core dumped with java

Christian Zachariasen chrizach at gmail.com
Sun May 25 09:21:39 UTC 2008


On Sun, May 25, 2008 at 10:11 AM, ronggui <ronggui.huang at gmail.com> wrote:

> Dear List,
>
> I upgraded to freebsd 7.0 yesterday.
>
> I have install /usr/ports/java/diablo-jre15/ using ports. Then, I run
> the following command, resulting errors.
>
> [wincent at PC-BSD]java -jar /usr/local/share/java/jabref/jabref.jar
> Segmentation fault: 11 (core dumped)
>
> Anyone know how to solve this problem? Thanks.
>
> --
> HUANG Ronggui, Wincent      http://ronggui.huang.googlepages.com/
> Bachelor of Social Work, Fudan University, China
> Master of sociology, Fudan University, China
> Ph.D. Candidate, CityU of HK.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>

Does it segfault if you just run a class as you normally would? e.g what
happens if you do the following:

vi HelloWorld.java

class HelloWorld {
  public static void main(String[] args) {
    System.out.println("Hello world!");
  }
}


javac HelloWorld.java
java HelloWorld

Christian Zachariasen


More information about the freebsd-questions mailing list