Date: Sun, 25 May 2008 11:21:38 +0200 From: "Christian Zachariasen" <chrizach@gmail.com> To: ronggui <ronggui.huang@gmail.com>, "FreeBSD Mailing Lists" <freebsd-questions@freebsd.org> Subject: Re: core dumped with java Message-ID: <4a89d1190805250221m65344017r9ff2ba4af2dd704d@mail.gmail.com> In-Reply-To: <38b9f0350805250111p50369e5ax2e5604500fd20f78@mail.gmail.com> References: <38b9f0350805250111p50369e5ax2e5604500fd20f78@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 25, 2008 at 10:11 AM, ronggui <ronggui.huang@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@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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a89d1190805250221m65344017r9ff2ba4af2dd704d>