Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 1998 02:19:28 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Johan Larsson <gozer@ludd.luth.se>
Cc:        Luigi Rizzo <luigi@labinfo.iet.unipi.it>, Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>, dwhite@resnet.uoregon.edu, multimedia@FreeBSD.ORG
Subject:   Re: The FreeBSD lounge... 
Message-ID:  <199804021019.CAA12044@rah.star-gate.com>
In-Reply-To: Your message of "Thu, 02 Apr 1998 12:06:30 %2B0200." <Pine.SUN.3.95.980402120522.26532G-100000@sister.ludd.luth.se> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Guys,

As Johan stated a java program does not necessarily need to be an X program 
and
in fact our JDK1.1.5 can run java applications which don't use X and will 
not load the X libraries:

For example:

a java program which does not use X :

{hasty| ktrace java ttest
.....

{hasty} kdump | grep libX

A nice calendar program which uses X:

ktrace java CustomDisplayer
{hasty}       kdump | grep libX
12002 java     NAMI  "/usr/local/jdk1.1.5/javasrc/build/lib/i386/green_threads/
libXm.so.2.0.0"
 12002 java     NAMI  "/usr/local/jdk1.1.5/javasrc/build/lib/i386/green_threads
/libXm.so.2.0.0"
 12002 java     NAMI  "/usr/X11R6/lib/libX11.so.6.1"
 12002 java     NAMI  "/usr/X11R6/lib/libX11.so.6.1"
 12002 java     NAMI  "/usr/X11R6/lib/libX11.so.6.1"
 12002 java     NAMI  "/usr/X11R6/lib/libXt.so.6.0"
 12002 java     NAMI  "/usr/X11R6/lib/libXt.so.6.0"
 12002 java     NAMI  "/usr/X11R6/lib/libXt.so.6.0"
 12002 java     NAMI  "/usr/X11R6/lib/libXext.so.6.3"
 12002 java     NAMI  "/usr/X11R6/lib/libXext.so.6.3"
 12002 java     NAMI  "/usr/X11R6/lib/libXext.so.6.3"

----------

	Have Fun!
	Amancio




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804021019.CAA12044>