JBuilder2006

Greg xgregx at email.si
Mon Apr 17 18:10:46 UTC 2006


Hi,

I'm new in FreeBSD world and must say I like the concepts very much but got 
stucked with some java(or emulation) problems(I think).

I've been trying to make my JBuilder 2006 Enterprise Edition to work on the 
following configuration:

HW:
Ibm T42, Pentium M 1.8G

SYSTEM:
FreeBSD 6.1-RC
kernel 
config, /boot/loader.conf, /boot/device.hints, /etc/rc.conf, /etc/sysclt.conf 
pkg_info and jbuilder's jdk.conf are attached

Jbuilder that I try to use is originally for linux platform. I managed to 
install it using linux emulation but in time interval of about 5min of using 
the IDE I always get jvm core dump(see attached logs and jdk.conf). I've 
searched google upside down and applyed every possible bit of tweaking I 
found but nothing worked.

I could not install JBuilder with native jdk. Is this possible?

After so much time spent on resolving my problem I'm totally demoralized. 
Could some of you show me the right path. I would be eternally grateful, 
because this IDE(my job) is the only thing that could make me go back to 
linux.

Thanks,

Greg
-------------- next part --------------
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.5 2006/01/23 14:19:36 marius Exp $

machine		i386
#cpu		I486_CPU
#cpu		I586_CPU
cpu		I686_CPU
ident		CYCLOPS

# To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		# Default places to look for devices.

#makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols

options 	SCHED_ULE		# ULE scheduler
#options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	INET6			# IPv6 communications protocols
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
options 	UFS_DIRHASH		# Improve performance on big directories
options 	MD_ROOT			# MD is a potential root device
#options 	NFSCLIENT		# Network Filesystem Client
#options 	NFSSERVER		# Network Filesystem Server
#options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
options 	MSDOSFS			# MSDOS Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_GPT		# GUID Partition Tables.
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
options 	KTRACE			# ktrace(1) support
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
#options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
#options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.


#options		CPU_ENABLE_SSE
options		PQ_CACHESIZE=2048
options		CPU_FASTER_5X86_FPU
options		NO_F00F_HACK


#device		apic			# I/O APIC

# Bus support.
device		isa
device		eisa
device		pci

# Floppy drives
#device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
#device		ataraid		# ATA RAID drives
device		atapicd		# ATAPI CDROM drives
#device		atapifd		# ATAPI floppy drives
#device		atapist		# ATAPI tape drives
options 	ATA_STATIC_ID	# Static device numbering

# SCSI Controllers
#device		ahb		# EISA AHA1742 family
#device		ahc		# AHA2940 and onboard AIC7xxx devices
#device		ahd		# AHA39320/29320 and onboard AIC79xx devices
#device		amd		# AMD 53C974 (Tekram DC-390(T))
#device		isp		# Qlogic family
#device 	ispfw		# Firmware for QLogic HBAs- normally a module
#device		mpt		# LSI-Logic MPT-Fusion
#device		ncr		# NCR/Symbios Logic
#device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
#device		trm		# Tekram DC395U/UW/F DC315U adapters

#device		adv		# Advansys SCSI adapters
#device		adw		# Advansys wide SCSI adapters
#device		aha		# Adaptec 154x SCSI adapters
#device		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
#device		bt		# Buslogic/Mylex MultiMaster SCSI adapters

#device		ncv		# NCR 53C500
#device		nsp		# Workbit Ninja SCSI-3
#device		stg		# TMC 18C30/18C50

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem
#device		amr		# AMI MegaRAID
#device		arcmsr		# Areca SATA II RAID
#device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
#device		ciss		# Compaq Smart RAID 5*
#device		dpt		# DPT Smartcache III, IV - See NOTES for options
#device		hptmv		# Highpoint RocketRAID 182x
#device		iir		# Intel Integrated RAID
#device		ips		# IBM (Adaptec) ServeRAID
#device		mly		# Mylex AcceleRAID/eXtremeRAID
#device		twa		# 3ware 9000 series PATA/SATA RAID

# RAID controllers
#device		aac		# Adaptec FSA RAID
#device		aacp		# SCSI passthrough for aac (requires CAM)
#device		ida		# Compaq Smart RAID
#device		mlx		# Mylex DAC960 family
#device		pst		# Promise Supertrak SX6000
#device		twe		# 3ware ATA RAID

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		vga		# VGA video card driver
options		VESA
device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device		sc
options		SC_PIXEL_MODE

# Enable this for the pcvt (VT220 compatible) console driver
#device		vt
#options 	XSERVER		# support for X server on a vt console
#options 	FAT_CURSOR	# start with block cursor

device		agp		# support several AGP chipsets

# Floating point support - do not disable
device		npx

# Power management support (see NOTES for more options)
#device		apm
# Add suspend/resume support for the i8254.
device		pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device		cbb		# cardbus (yenta) bridge
device		pccard		# PC Card (16-bit) bus
device		cardbus		# CardBus (32-bit) bus

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device		puc

# PCI Ethernet NICs.
#device		de		# DEC/Intel DC21x4x (``Tulip'')
device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
#device		ixgb		# Intel PRO/10GbE Ethernet Card
#device		txp		# 3Com 3cR990 (``Typhoon'')
#device		vx		# 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
#device		bfe		# Broadcom BCM440x 10/100 Ethernet
#device		bge		# Broadcom BCM570xx Gigabit Ethernet
#device		dc		# DEC/Intel 21143 and various workalikes
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
#device		lge		# Level 1 LXT1001 gigabit Ethernet
#device		nge		# NatSemi DP83820 gigabit Ethernet
#device		nve		# nVidia nForce MCP on-board Ethernet Networking
#device		pcn		# AMD Am79C97x PCI 10/100(precedence over 'lnc')
#device		re		# RealTek 8139C+/8169/8169S/8110S
#device		rl		# RealTek 8129/8139
#device		sf		# Adaptec AIC-6915 (``Starfire'')
#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
#device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
#device		ste		# Sundance ST201 (D-Link DFE-550TX)
#device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
#device		tl		# Texas Instruments ThunderLAN
#device		tx		# SMC EtherPower II (83c170 ``EPIC'')
#device		vge		# VIA VT612x gigabit Ethernet
#device		vr		# VIA Rhine, Rhine II
#device		wb		# Winbond W89C840F
#device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# ISA Ethernet NICs.  pccard NICs included.
#device		cs		# Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
#device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
#device		ex		# Intel EtherExpress Pro/10 and Pro/10+
#device		ep		# Etherlink III based cards
#device		fe		# Fujitsu MB8696x based cards
#device		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc.
#device		lnc		# NE2100, NE32-VL Lance Ethernet cards
#device		sn		# SMC's 9000 series of Ethernet chips
#device		xe		# Xircom pccard Ethernet

# Wireless NIC cards
device		wlan		# 802.11 support
device		an		# Aironet 4500/4800 802.11 wireless NICs.
device		awi		# BayStack 660 and others
device		ral		# Ralink Technology RT2500 wireless NICs.
device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device		wl		# Older non 802.11 Wavelan wireless NIC.

# Pseudo devices.
device		loop		# Network loopback
device		random		# Entropy device
device		ether		# Ethernet support
#device		sl		# Kernel SLIP
device		ppp		# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
device		faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		ehci		# EHCI PCI->USB interface (USB 2.0)
device		usb		# USB Bus (required)
#device		udbp		# USB Double Bulk Pipe devices
device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
device		ulpt		# Printer
device		umass		# Disks/Mass storage - Requires scbus and da
device		ums		# Mouse
device		ural		# Ralink Technology RT2500USB wireless NICs
device		urio		# Diamond Rio 500 MP3 player
device		uscanner	# Scanners
# USB Ethernet, requires miibus
device		aue		# ADMtek USB Ethernet
device		axe		# ASIX Electronics USB Ethernet
device		cdce		# Generic USB over Ethernet
device		cue		# CATC USB Ethernet
device		kue		# Kawasaki LSI USB Ethernet
device		rue		# RealTek RTL8150 USB Ethernet

# FireWire support
#device		firewire	# FireWire bus code
#device		sbp		# SCSI over FireWire (Requires scbus and da)
#device		fwe		# Ethernet over FireWire (non-standard!)

device		smb
device		smbus
device		ichsmb
-------------- next part --------------
# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.14 2005/01/14 06:54:59 imp Exp $
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.fd.1.at="fdc0"
hint.fd.1.drive="1"
hint.ata.0.at="isa"
hint.ata.0.port="0x1F0"
hint.ata.0.irq="14"
hint.ata.1.at="isa"
hint.ata.1.port="0x170"
hint.ata.1.irq="15"
hint.adv.0.at="isa"
hint.adv.0.disabled="1"
hint.bt.0.at="isa"
hint.bt.0.disabled="1"
hint.aha.0.at="isa"
hint.aha.0.disabled="1"
hint.aic.0.at="isa"
hint.aic.0.disabled="1"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"
hint.vga.0.at="isa"
hint.sc.0.at="isa"
hint.sc.0.flags="0x100"
hint.vt.0.at="isa"
hint.vt.0.disabled="1"
hint.apm.0.disabled="1"
hint.apm.0.flags="0x20"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"
hint.sio.0.irq="4"
hint.sio.1.at="isa"
hint.sio.1.port="0x2F8"
hint.sio.1.irq="3"
hint.sio.2.at="isa"
hint.sio.2.disabled="1"
hint.sio.2.port="0x3E8"
hint.sio.2.irq="5"
hint.sio.3.at="isa"
hint.sio.3.disabled="1"
hint.sio.3.port="0x2E8"
hint.sio.3.irq="9"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
hint.ed.0.at="isa"
hint.ed.0.disabled="1"
hint.ed.0.port="0x280"
hint.ed.0.irq="10"
hint.ed.0.maddr="0xd8000"
hint.cs.0.at="isa"
hint.cs.0.disabled="1"
hint.cs.0.port="0x300"
hint.sn.0.at="isa"
hint.sn.0.disabled="1"
hint.sn.0.port="0x300"
hint.sn.0.irq="10"
hint.ie.0.at="isa"
hint.ie.0.disabled="1"
hint.ie.0.port="0x300"
hint.ie.0.irq="10"
hint.ie.0.maddr="0xd0000"
hint.fe.0.at="isa"
hint.fe.0.disabled="1"
hint.fe.0.port="0x300"
hint.lnc.0.at="isa"
hint.lnc.0.disabled="1"
hint.lnc.0.port="0x280"
hint.lnc.0.irq="10"
hint.lnc.0.drq="0"
-------------- next part --------------
#apm_load="YES"
cpufreq_load="YES"
acpi_ibm_load="YES"
acpi_video_load="YES"

#acpi_dsdt_load="YES"
#acpi_dsdt_name="/boot/DSDT.aml"
#acpi_dsdt_type="acpi_dsdt"

if_ath_load="YES"

ng_ubt_load="YES"

#Load daemons
#splash_bmp_load="YES"
#bitmap_load="YES"
#bitmap="/boot/shodan.bmp"

snd_ich_load="YES"
-------------- next part --------------
ImageMagick-6.2.5.5_3 Image processing tools
LPRng-3.8.28        An Enhanced Printer Spooler
ORBit2-2.12.5_2     High-performance CORBA ORB with support for the C language
OpenEXR-1.2.2_1     A high dynamic-range (HDR) image file format
aMule-2.1.1         The all-platform eMule p2p client
aalib-1.4.r5_2      An ascii art library
adns-1.1            Easy to use, asynchronous-capable DNS client library and ut
akode-2.0,1         Default KDE audio backend
akode-plugins-mpc-2.0,1 Musepack decoder plugin for akode
akode-plugins-mpeg-2.0,1 MPEG audio decoder plugin for akode
akode-plugins-oss-2.0,1 OSS output plugin for akode
akode-plugins-resampler-2.0,1 Resampler plugin for akode
akode-plugins-xiph-2.0,1 FLAC/Speex/Vorbis decoder plugin for akode
amspsfnt-1.0_3      AMSFonts PostScript Fonts (Adobe Type 1 format)
apache-2.2.0_7      Version 2.2 of Apache web server with prefork MPM.
apache-ant-1.6.5_1  Java- and XML-based build tool, conceptually similar to mak
apr-db4-1.2.2_3     The Apache Group's Portability Library
arts-1.5.1_1,1      Audio system for the KDE integrated X11 desktop
artswrapper-1.2.2   Setuid wrapper for arts
aspell-0.60.4_3     Spelling checker with better suggestion logic than ispell
atk-1.10.3_1        A GNOME accessibility toolkit (ATK)
autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms 
autoconf-2.53_3     Automatically configure source code on many Un*x platforms 
autoconf-2.59_2     Automatically configure source code on many Un*x platforms 
automake-1.4.6_2    GNU Standards-compliant Makefile generator (1.4)
automake-1.9.6      GNU Standards-compliant Makefile generator (1.9)
bash-3.1.10_1       The GNU Project's Bourne Again SHell
bison-2.1_2         A parser generator from FSF, (mostly) compatible with Yacc
bitstream-vera-1.10_2 Bitstream Vera TrueType font collection
boost-python-1.33.1 Free peer-reviewed portable C++ source libraries
bsd-airtools-0.3    BSD Wireless Scanning Tools
cairo-1.0.4         Vector graphics library with cross-device output support
cdparanoia-3.9.8_8  A CDDA extraction tool (also known as ripper)
cdrdao-1.2.1        Record CD-R[W]s in disk-at-once mode
cdrtools-2.01_4     CD/CD-R[W] and ISO-9660 image creation and extraction tools
cmpsfont-1.0_4      Computer Modern PostScript Fonts (Adobe Type 1 format)
compat5x-i386-5.4.0.8_5 A convenience package to install the compat5x libraries
coreutils-5.2.1     The Free Software Foundation's core utilities
curl-7.15.3         Non-interactive tool to get files from FTP, GOPHER, HTTP(S)
cvsup-without-gui-16.1h_2 General network file distribution system optimized for CVS 
cyrus-sasl-2.1.21_2 RFC 2222 SASL (Simple Authentication and Security Layer)
db4-4.0.14_1,1      The Berkeley DB package, revision 4
db42-4.2.52_4       The Berkeley DB package, revision 4.2
desktop-file-utils-0.10_4 A couple of command line utilities for working with desktop
dirmngr-0.9.3_2     A client for managing and downloading certificate revocatio
djbfft-0.76_2       An extremely fast library for floating-point convolution
docbook-xml-4.2_1   XML version of the DocBook DTD
docbook-xsl-1.69.1_1 XSL DocBook stylesheets
dri-6.4.1,2         OpenGL hardware acceleration drivers for the DRI
dsniff-2.3_1        Various sniffing utilities for penetration testing
esvn-0.6.11         GUI frontend for the Subversion revision system
ethereal-0.10.14_1  A powerful network analyzer/capture tool
expat-2.0.0_1       XML 1.0 parser written in C
ezm3-1.2            Easier, more portable Modula-3 distribution for building CV
ffmpeg-0.4.9.p1_5   Hyper fast realtime audio/video encoder/converter, streamin
fftw3-3.0.1_5       Fast C routines to compute the Discrete Fourier Transform
flac-1.1.2_1        Free lossless audio codec
fontconfig-2.3.2_3,1 An XML-based font configuration API for X Windows
freetype2-2.1.10_3  A free and portable TrueType font rendering engine
fribidi-0.10.4_2    A Free Implementation of the Unicode Bidirectional Algorith
gamin-0.1.7_2       A file and directory monitoring system
gcc-ooo-3.4.1_2     GNU Compiler Collection for OpenOffice.org
gconf2-2.12.1_1     A configuration database system for GNOME
gd-2.0.33_4,1       A graphics library for fast creation of images
gdbm-1.8.3_2        The GNU database manager
gettext-0.14.5_2    GNU gettext package
ghostscript-afpl-8.53_2,1 AFPL Postscript interpreter
glib-1.2.10_12      Some useful routines of C programming (previous stable vers
glib-2.8.6_1        Some useful routines of C programming (current stable versi
glitz-0.4.4_1       OpenGL image compositing library
gmake-3.80_2        GNU version of 'make' utility
gnomehier-2.0_7     A utility port that creates the GNOME directory tree
gnomemimedata-2.4.2 A MIME and Application database for GNOME
gnomevfs2-2.12.2_2  GNOME Virtual File System
gnu-autoconf-2.59   Automatically configure source code on many Un*x platforms 
gnu-automake-1.9.6  GNU Standards-compliant Makefile generator (GNU unmodified)
gnu-libtool-1.5.20  Generic shared library support script (GNU unmodified)
gnupg-1.4.2.2       The GNU Privacy Guard
gnupg-devel-1.9.20_1 Prerelease package of GnuPG extensions for GnuPG 2.0
gpgme-1.0.3_1       A library to make access to GnuPG easier
gsfonts-8.11_2      Fonts used by GNU Ghostscript (or X)
gstreamer-0.8.11_2  Development framework for creating media applications
gstreamer-plugins-0.8.11_2 GStreamer written collection of plugins handling several me
gtar-1.15.1_2       GNU version of the traditional tar archiver
gtk-1.2.10_15       Gimp Toolkit for X11 GUI (previous stable version)
gtk-2.8.16          Gimp Toolkit for X11 GUI (current stable version)
help2man-1.36.3     Automatically generating simple manual pages from program o
hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project
howl-1.0.0_1        Zeroconf/Bonjour(tm) implementation
icu-3.4             International Components for Unicode (from IBM)
imake-6.9.0         Imake and other utilities from X.Org
imlib-1.9.15_3      A graphic library for enlightenment package
intltool-0.34.2     Tools to internationalize various kinds of data files
jackit-0.100.0_2    A low-latency audio server
jad-1.5.8c          Jad, a Java decompiler
jai-1.1.2_1         High performance image processing libraries for Java
jasper-1.701.0_1    An implementation of the codec specified in the JPEG-2000 s
javavmwrapper-2.0_6 Wrapper script for various Java Virtual Machines
jbigkit-1.6         Lossless compression for bi-level images such as scanned pa
jboss-4.0.3.s1,1    Open-source J2EE application server (4.x family)
jdk-1.5.0p2_6       Java Development Kit 1.5.0
jpeg-6b_4           IJG's jpeg compression utilities
k3b-0.12.14         A CD/DVD recording GUI for KDE
kde-3.5.1           The "meta-port" for KDE
kdeaccessibility-3.5.1_1 Accessibility applications for KDE
kdeaddons-3.5.1     Additional plugins and scripts for some KDE applications
kdeaddons-atlantikdesigner-3.5.1 Editor for Atlantik
kdeaddons-kaddressbook-plugins-3.5.1 Plugins for KAdressbook
kdeaddons-kate-plugins-3.5.1 Additonal plugins and features for kate
kdeaddons-kfile-plugins-3.5.1 Plugins for Konqueror (in filemanager mode)
kdeaddons-kicker-applets-3.5.1 Additional applets for Kicker
kdeaddons-knewsticker-scripts-3.5.1 Utilityscripts for KNewsTicker
kdeaddons-konq-plugins-3.5.1 Additonal plugins and features for Konqueror
kdeaddons-ksig-3.5.1 Signature randomiser, available standalone or as a plugin w
kdeaddons-noatun-plugins-3.5.1 Various plugins for Noatun
kdeaddons-renamedlg-plugins-3.5.1 Plugins for Konqueror's rename dialog
kdeadmin-3.5.1_1    KDE applications related to system administration
kdeartwork-3.5.1_1  Additional themes, sounds, wallpapers and window styles for
kdebase-3.5.1_2     Basic applications for the KDE system
kdebase-kompmgr-3.5.1 Utility needed to enable XComposite support in KDE
kdeedu-3.5.1        Collection of entertaining, educational programs for KDE
kdegames-3.5.1_1    Games for the KDE integrated X11 desktop
kdegraphics-3.5.1_2 Graphics utilities for the KDE3 integrated X11 desktop
kdegraphics-kuickshow-3.5.1_1 KDE image viewer
kdehier-1.0_9       Utility port which installs a hierarchy of shared KDE direc
kdelibs-nocups-3.5.1_1 Base set of libraries needed by KDE programs
kdemultimedia-3.5.1_1 Multimedia utilities for the KDE integrated X11 desktop
kdemultimedia-mpeglib_artsplug-3.5.1_1 Legacy KDE audio backend
kdemultimedia-xine_artsplugin-3.5.1_1 Xine-based multimedia backend for KDE
kdenetwork-3.5.1    Network-related programs and modules for KDE
kdepim-3.5.1_2      Personal Information Management tools for KDE
kdesdk-3.5.1_1      KDE Software Development Kit
kdetoys-3.5.1_1     Small applications for KDE
kdeutils-3.5.1_1    Utilities for the KDE integrated X11 desktop
kdeutils-klaptopdaemon-3.5.1_1 APM monitor for KDE
kdevelop-3.3.1_1    IDE for a wide variety of programming tasks
kdewebdev-3.5.1_1,2 Comprehensive html/website development environment
kismet-200508.r1_1  802.11 layer2 wireless network detector, sniffer, and IDS
knemo-0.3.1_4       Network monitor for KDE
koffice-1.4.2_3,1   Office Suite for KDE3
kplayer-0.5.3       Movie player based on mplayer
lame-3.96.1         ISO code based fast MP3 encoder kit
lcms-1.14_1,1       Light Color Management System -- a color management library
libIDL-0.8.6_2      A library for creating trees of CORBA Interface Definition 
libXft-2.1.7_1      A client-sided font API for X applications
liba52-0.7.4_1      A free library for decoding ATSC A/52 streams, aka AC-3
libao-0.8.5_2       Portable audio output library
libart_lgpl2-2.3.17_1 Library for high-performance 2D graphics
libassuan-0.6.10    IPC library used by GnuPG and gpgme
libaudiofile-0.2.6  A sound library for SGI audio file
libbonobo-2.10.1_3  A component and compound document system for GNOME2
libcddb-1.2.1_1     A library to access data on a CDDB server
libcdio-0.76_1      Compact Disc Input and Control Library
libdrm-2.0_1        Userspace interface to kernel Direct Rendering Module servi
libdts-0.0.2        Free DTS Coherent Acoustics decoder
libdvbpsi-0.1.5_1   A library for MPEG TS and DVB PSI tables decoding and gener
libdvdcss-1.2.9_2   Portable abstraction library for DVD decryption
libdvdnav-0.1.10_1  The library for the xine-dvdnav plugin
libdvdread-0.9.4_1  This is needed by ogle, which is a DVD player that supports
libebml-0.7.6       EBML (Extensible Binary Meta Language), sort of binary vers
libfame-0.9.1_2     A video encoding library
libfpx-1.2.0.12     Library routines for working with Flashpix images
libgcrypt-1.2.2     "General purpose crypto library based on code used in GnuPG
libglut-6.4.1       A graphics library similar to SGI's OpenGL
libgmp-4.1.4_2      A free library for arbitrary precision arithmetic
libgpg-error-1.1    Common error values for all GnuPG components
libgsf-1.13.3_1     An extensible i/o abstraction for dealing with structured f
libiconv-1.9.2_2    A character set conversion library
libid3tag-0.15.1b   ID3 tags library (part of MAD project)
libidn-0.6.3        Internationalized Domain Names command line tool
libksba-0.9.13      KSBA is an X.509 Library
libltdl-1.5.22      System independent dlopen wrapper
libmad-0.15.1b_2    Libmad library (part of MAD project)
libmal-0.40         A library encapsulating malsync
libmatroska-0.8.0   Extensible Multimedia Container Format
libmng-1.0.9        Multiple-image Network Graphics (MNG) reference library
libmodplug-0.7_1    ModPlug mod-like music shared libraries
libmpcdec-1.2_1     High quality audio compression format
libmpeg2-0.4.0b_2   A free library for decoding mpeg-2 and mpeg-1 video streams
libmspack-0.0.20040308_3 A library for Microsoft compression formats
libmusicbrainz-2.1.2_2 2nd generation incarnation of the CD Index - audio metadata
libnet10-1.0.2a_1,1 A C library for creating IP packets
libnids-1.20_1      Network monitoring library with TCP/IP reassembly
libogg-1.1.3,3      Ogg bitstream library
libpaper-1.1.14.3   A library providing routines for paper size management
libsamplerate-0.1.2_1 Secret Rabbit Code: a Sample Rate Converter for audio
libsndfile-1.0.15   Reading and writing files containing sampled sound (like WA
libtheora-1.0.a4_1  Theora video codec for the Ogg multimedia streaming system
libtool-1.5.22_2    Generic shared library support script
libungif-4.1.4_1    Tools and library routines for working with GIF images
libusb-0.1.12       Library giving userland programs access to USB devices
libvorbis-1.1.2,3   Audio compression codec library
libwpd-0.8.4_1      Tools for importing and exporting WordPerfect(tm) documents
libwww-5.4.0_2      The W3C Reference Library
libxine-1.1.1_2     Libraries for xine multimedia player
libxml2-2.6.23_1    XML parser library for GNOME
libxslt-1.1.15_1    The XSLT C library for GNOME
linc-1.0.3_5        A library for writing networked servers & clients
linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary
linux-aspell-0.50.4.1_1 Spelling checker with better logic than ispell (linux versi
linux-atk-1.8.0_1   Accessibility Toolkit, Linux/i386 binary
linux-expat-1.95.7  Linux/i386 binary port of Expat XML-parsing library
linux-firefox-1.5.0.1 Web browser based on the browser portion of Mozilla
linux-flashplugin-7.0r63 The official Macromedia Flash Player for Linux Mozilla and 
linux-fontconfig-2.2.3_2 Linux/i386 binary of Fontconfig
linux-glib2-2.4.8_1 Version 2.X Linux/i386 binary port of GLib
linux-gtk2-2.4.14_3 GTK+ library, version 2.X, Linux binary
linux-hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project
linux-jpeg-6b.33    RPM of the JPEG lib
linux-openmotif-2.2.4_2 Motif toolkit Linux libraries
linux-opera-8.52.20060201 A blazingly fast, full-featured, standards-compliant browse
linux-pango-1.6.0_1 Linux pango binary
linux-png-1.2.8     RPM of the PNG lib
linux-sun-jdk-1.4.2.10 Sun Java Development Kit 1.4 for Linux
linux-sun-jdk-1.5.0.06,2 Sun Java Development Kit 1.5 for Linux
linux-tiff-3.6.1_5  TIFF library, Linux/i386 binary
linux_base-8-8.0_14 Base set of packages needed in Linux mode (for i386/amd64)
linux_dri-4.4.0     Binary Linux DRI libraries for 3D hardware acceleration of 
linuxpluginwrapper-20051113 A wrapper allowing use of linux-plugins with native applica
liveMedia-2006.03.17,1 LIVE.COM Streaming Media
localedata-5.4      Legacy locale data for FreeBSD 6+
lsof-4.76.2         Lists information about open files (similar to fstat(1))
lua-5.0.2_1         Small, compilable scripting language providing easy access 
m4-1.4.4            GNU m4
mDNSResponder-107.1_2 "Apple's mDNSResponder"
mozilla-1.7.12_5,2  The open source, standards compliant web browser
mpeg2codec-1.2_1    An MPEG-2 Encoder and Decoder
mplayer-gtk-0.99.7_11 High performance media player/encoder supporting many forma
mplayer-skins-1.1.2_1 Skins for MPlayer's Graphical User Interface (GUI)
mysql-client-4.1.18_1 Multithreaded SQL database (client)
nas-1.7b            Network Audio System
nasm-0.98.39,1      General-purpose multi-platform x86 assembler
neon-0.25.4_1       An HTTP and WebDAV client library for Unix systems
net-snmp-5.2.2_1    An extendable SNMP implementation
netbeans-5.0        A full-featured integrated environment for Java
nmap-4.01_1         Port scanning utility for large networks
nspr-4.6.1          A platform-neutral API for system level and libc like funct
nss-3.11_1          Libraries to support development of security-enabled applic
obexapp-1.4.4       Obex application to transfer objects to mobile equipment
open-motif-2.2.3_2  Motif X11 Toolkit (industry standard GUI (IEEE 1295))
openldap-client-2.2.30 Open source LDAP client implementation
openobex-1.0.1_1    Open source implementation of the OBEX protocol
openslp-1.2.1_2     Open-source implementation of the Service Location Protocol
p5-Archive-Zip-1.16 Perl module to create, manipulate, read, and write Zip arch
p5-Compress-Zlib-1.41 Perl5 interface to zlib compression library
p5-File-Temp-0.16_4 Perl5 module to generate temporary files or directories saf
p5-PathTools-3.17   A Perl module for portably manipulating file specifications
p5-Scalar-List-Utils-1.18,1 Perl subroutines that would be nice to have in the perl cor
p5-Test-Harness-2.56 Run perl standard test scripts with statistics
p5-Test-Simple-0.62 Basic utilities for writing tests in perl
p5-XML-Parser-2.34_2 Perl extension interface to James Clark's XML parser, expat
p5-gettext-1.05_1   Message handling functions
p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window Sy
pango-1.10.4        An open-source framework for the layout and rendering of i1
patch-2.5.4         GNU patch utility
pccts-1.33.33       The Purdue Compiler Construction Tool Set
pcre-6.6_1          Perl Compatible Regular Expressions library
perl-5.8.8          Practical Extraction and Report Language
pgadmin3-1.4.1      PostgreSQL database design and management system
pilot-link-0.11.8_4,1 PalmPilot communications utilities (backup/restore/install/
pkgconfig-0.20      A utility to retrieve information about installed libraries
png-1.2.8_3         Library for manipulating PNG images
popt-1.7_1          A getopt(3) like library with a number of enhancements, fro
portaudio-18.1_2    Portable cross-platform Audio API
portaudit-0.5.10    Checks installed ports against a list of security vulnerabi
portupgrade-2.0.1_1,1 FreeBSD ports/packages administration and management tool s
postgresql-client-8.1.3 PostgreSQL database (client)
postgresql-contrib-8.1.3 The contrib utilities from the PostgreSQL distribution
postgresql-jdbc-8.1.404 The Java JDBC implementation for PostgreSQL
postgresql-libpqxx-2.5.5 A new C++ interface for PostgreSQL
postgresql-server-8.1.3 The most advanced open-source database available anywhere
pth-2.0.6           GNU Portable Threads
python-2.4.2        An interpreted object-oriented programming language
qca-tls-1.0_1       SSL/TLS plugin for Qt
qmake-3.3.6         The build utility of the Qt project
qt-3.3.6_2          Multiplatform C++ application framework
rapidsvn-0.9.0_1    Cross-platform GUI front-end for the Subversion revision sy
rar-3.51,1          File archiver (binary port)
rpm-3.0.6_13        The Red Hat Package Manager
ruby-1.8.4_4,1      An object-oriented interpreted scripting language
ruby18-bdb4-0.5.7   Ruby interface to Sleepycat's Berkeley DB revision 2 or lat
samba-libsmbclient-3.0.21b Shared libs from the samba package
sdl-1.2.9_2,2       Cross-platform multi-media development API
sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD
shared-mime-info-0.17_1 A MIME type database from the FreeDesktop project
skype-1.2.0.18      P2P VoIP software
speex-1.0.5_1,1     An open-source patent-free voice codec
subversion-1.3.0_4  Version control system
sudo-1.6.8.12_1     Allow others to run commands as root
sun-wtk-2.2         Sun J2ME Wireless Toolkit
svgalib-1.4.3_5     A low level console graphics library
t1lib-5.1.0_1,1     A Type 1 Rasterizer Library for UNIX/X11
taglib-1.4_2        Library for manipulating ID3 tags and Ogg comments
teTeX-base-3.0_7    Thomas Esser's distribution of TeX & friends (binaries)
teTeX-texmf-3.0_3   Thomas Esser's distribution of TeX & friends (texmf tree)
tex-texmflocal-1.9  Meta-port that creates a site-local $TEXMF directory
texi2html-1.76_1,1  Texinfo to HTML converter
tidy-20000804_2     Fixes and tidies up HTML files
tiff-3.8.1          Tools and library routines for working with TIFF images
unrar-3.54,3        Extract, view & test RAR archives
unzip-5.52_2        List, test and extract compressed files in a ZIP archive
urwfonts-1.0_1      Another font package for X
vcdimager-0.7.23_2  "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Rippin
vim+ruby-6.4.6_4    Vi IMproved version 6 with embedded Ruby interpreter
vlc-0.8.4a_2        Multimedia streaming server and player for various audio/vi
wakeonlan-0.41      Sends magic packets to WOL enabled NIC to switch on the cal
wget-1.10.2         Retrieve files from the Net via HTTP and FTP
wgetpro-0.1.3       Wget with "PRO" features
win32-codecs-3.1.0.p7_1,1 Huge compilation of Win32 binary video codecs
wistumbler2-2.00_6  Network Stumbler for WaveLAN/IEEE Wireless
wv2-0.2.2_2         A library providing routines to access Microsoft Word files
wxgtk2-2.6.2_3      The wxWidgets GUI toolkit with GTK+ bindings
wxgtk2-common-2.6.2_2 The wxWidgets GUI toolkit (common files)
wxgtk2-contrib-common-2.6.2_2 The wxWidgets GUI toolkit contributed libraries (common fil
wxgtk2-unicode-2.6.2_2 The wxWidgets GUI toolkit (Unicode)
wxgtk2-unicode-contrib-2.6.2_2 The wxWidgets GUI toolkit contributed libraries (Unicode)
xdialog-2.2.0_1     A drop in replacement for the "dialog" or "cdialog" program
xmlcatmgr-2.2       SGML and XML catalog manager
xorg-6.9.0          X.Org distribution metaport
xorg-clients-6.9.0_2 X client programs and related files from X.Org
xorg-documents-6.9.0 Documentation of X11 protocol and libraries from X.Org
xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap fonts
xorg-fonts-encodings-6.9.0_1 X.Org font encoding files
xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-6.9.0 X.Org TrueType fonts
xorg-fonts-type1-6.9.0 X.Org Type1 fonts
xorg-fontserver-6.9.0_1 X font server from X.Org
xorg-libraries-6.9.0 X11 libraries and headers from X.Org
xorg-manpages-6.9.0 X.Org library manual pages
xorg-nestserver-6.9.0 Nesting X server from X.Org
xorg-printserver-6.9.0 X Print server from X.Org
xorg-server-6.9.0_1 X.Org X server and related programs
xorg-vfbserver-6.9.0 X virtual framebuffer server from X.Org
xpdf-3.01_3         Display PDF files, and convert them to other formats
xterm-211           Terminal emulator for the X Window System
zip-2.31            Create/update ZIP files compatible with pkzip
-------------- next part --------------
# +-----------------------------------------------------+
# |                                                     |
# |  This is the shared configuration file for the      |
# |               Linux and Solaris JDK                 |
# |                                                     |
# |   Do NOT make modifications without maintaining a   |
# |      backup copy.  See config_readme.txt for a      |
# |      description of the recognized directives.      |
# |                                                     |
# +-----------------------------------------------------+

# Use the embedded JDK provided with JBuilder and
# override the default heap growth / shrinkage rates
#javahome ../jdk1.5
javahome /usr/local/linux-sun-jdk1.5.0
vmparam -Xminf0.2
vmparam -Xmaxf0.2

# Add the "tools" JAR to the path since the JDK doesn't
# do so automatically
#addpath /home/gso/installs/Borland/JBuilder2006/jdk1.5/lib/tools.jar
addpath /usr/local/linux-sun-jdk1.5.0/lib/tools.jar

# Force standard VM settings for all applications
vmparam -Xverify:none

vmparam -Dsun.java2d.ddoffscreen=false
vmparam -Dsun.java2d.noddraw
vmparam -Dsun.java2d.d3d=false
vmparam -Dawt.toolkit=sun.awt.X11.XToolkit

# +-----------------------------------------------------+
# |                                                     |
# |    Uncomment the following line if you are having   |
# |  problems with your default file encoding.  This    |
# |    problem is evident in some locales               |
# |                                                     |
# +-----------------------------------------------------+
#vmparam -Dfile.encoding=ISO8859_1


More information about the freebsd-java mailing list