On Sun, May 25, 2008 at 10:11 AM, ronggui <[EMAIL PROTECTED]> 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.
>
> [EMAIL PROTECTED] -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.
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"