View Single Post
  #8   (View Single Post)  
Old 22nd July 2015
mattthumper mattthumper is offline
Real Name: Matt Morrow
Port Guard
 
Join Date: Jul 2015
Location: Virginia, USA
Posts: 20
Default

Thanks again for the replies.

pkg_info shows a jdk. Just not the one 'needed' by netbeans:
Code:
.
.
.
.iso-codes-3.57      lists of the country, language and currency iso names
iso8879-1986p0      character entity sets from ISO 8879:1986 (SGML)
jasper-1.900.1p2    reference implementation of JPEG-2000
javaPathHelper-0.3p1 helper script for launching java applications
jbig2dec-0.11       decoder for JBIG2 monochrome hi-res image compression format
jdk-1.7.0.71v0      Java2(TM) SE Dev Kit v1.7.0.71
jpeg-9a             IJG's JPEG compression utilities
json-c-0.12         JSON implementation in C
json-glib-1.0.2     JSON parser for GLib-based libraries and applications
kde-dev-scripts-4.14.3 KDE development helper scripts
kde-shared-data-4.14.3 common run-time components for KDE3 and KDE4
kde3-locale-3.5.10p0 K Desktop Environment, locale data files
kde4-kopete-sounds-4.14.3 notification sounds for Kopete
kde4-langlist-4.14.3 list of languages supported by KDE
kde4-locale-en_US-4.14.3 KDE en_US locale data
kdelibs-3.5.10p34   K Desktop Environment, libraries
lame-3.99.5         lame ain't an MP3 encoder
lcms-1.18a          color management library
.
.
.
So I did:
Code:
# ls -lisa /usr/local/jdk-1.7.0
total 44584
25984     4 drwxr-xr-x   9 root  root       512 Jul 21 18:48 .
    2     4 drwxr-xr-x  13 root  root       512 Jul 22 09:28 ..
26222     4 -r--r--r--   1 root  bin       1503 Mar  6 19:42 ASSEMBLY_EXCEPTION
26224    40 -r--r--r--   1 root  bin      19263 Mar  6 19:42 LICENSE
26226   340 -r--r--r--   1 root  bin     172252 Mar  6 19:42 THIRD_PARTY_README
25985     4 drwxr-xr-x   2 root  root      1024 Jul 21 18:48 bin
26025     4 drwxr-xr-x  10 root  root       512 Jul 21 18:48 demo
52265     4 drwxr-xr-x   3 root  root       512 Jul 21 18:48 include
26118     4 drwxr-xr-x   4 root  root       512 Jul 21 18:48 jre
26214     4 drwxr-xr-x   2 root  root       512 Jul 21 18:48 lib
51968     4 drwxr-xr-x   4 root  root       512 Jul 21 18:50 man
26507     4 -r--r--r--   1 root  bin         74 Mar  6 19:43 release
52011     4 drwxr-xr-x   7 root  root       512 Jul 21 18:48 sample
26220 44160 -r--r--r--   1 root  bin   22593504 Mar  6 19:43 src.zip
That's a good starting place!
Thanks again.

Any other pointers or tips will be appreciated.
My head is kinda' sore from banging it against the OpenBSD wall.
; - )

Last edited by ocicat; 22nd July 2015 at 02:22 PM. Reason: Please use [code] & [/code] tags when posting console output.
Reply With Quote