Welcome to NeoOffice developer notes and announcements
NeoOffice
Developer notes and announcements
 
 

This website is an archive and is no longer active
NeoOffice announcements have moved to the NeoOffice News website


Support
· Forums
· NeoOffice Support
· NeoWiki


Announcements
· Twitter @NeoOffice


Downloads
· Download NeoOffice


  
NeoOffice :: View topic - Installation hangup
Installation hangup
 
   NeoOffice Forum Index -> NeoOffice Releases
View previous topic :: View next topic  
Author Message
Denise
Sentinel


Joined: Mar 29, 2008
Posts: 21

PostPosted: Sun Mar 30, 2008 10:27 pm    Post subject: installation hangup

Nothing comes up when I run the Java-version command

I don;t know how to do the "cd" command in the neoWiki article .Not sure how you indicate which drive the folder is on? "cd" to what?

D
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Sun Mar 30, 2008 10:38 pm    Post subject: Re: installation hangup

Denise wrote:
Nothing comes up when I run the Java-version command


No messages get printed in the Terminal window? When you execute "java -version" (note that there is a space between "java" and "-version", you should see something like the following:

Code:
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)


Denise wrote:
I don;t know how to do the "cd" command in the neoWiki article .Not sure how you indicate which drive the folder is on? "cd" to what?


In a Terminal window, you "cd" (change directory) to the folder that you created the Test.java file in. For example, if I use the /Applications/Stickies application copy the text from the NeoWiki article into and save the copied text to a file on my desktop, rename the saved file as "Test.java" (since Stickies wants add .txt to the file name), then the "cd" command that you would type in a Terminal window would be:

Code:
cd ~/Desktop


D[/quote]
Back to top
Denise
Sentinel


Joined: Mar 29, 2008
Posts: 21

PostPosted: Sun Mar 30, 2008 10:47 pm    Post subject:

Nothing comes up when I run the java -version command. It just goes to the next line when I hit enter


I'm trying the other thing
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Sun Mar 30, 2008 10:57 pm    Post subject:

Denise wrote:
Nothing comes up when I run the java -version command. It just goes to the next line when I hit enter


That is not good at all. From the various pieces of output that you have posted, I was getting the sense that there is something corrupted or missing in Mac OS X's Java files on your machine. I suspect that the steps in the NeoWiki article will fail to display a blank window. If that is the case, can you copy the following commands into a Terminal window, press the Enter key, and post the output? The output will tell me if something is wrong or missing with the Mac OS X Java files:

Code:
ls -lR /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
ls -l /usr/bin/java


I will warn you of the bad news now: if any Mac OS X's Java files are corrupted or missing, you may need to reinstall Mac OS X again to fix Java. Sad

Patrick
Back to top
Denise
Sentinel


Joined: Mar 29, 2008
Posts: 21

PostPosted: Sun Mar 30, 2008 11:16 pm    Post subject: installation hangup

Just couldn't do that Neowicki test. Just not clear how to do it in the article

Results of the command I copied in the terminal


Last login: Mon Mar 31 01:04:22 on ttys000
Macintosh:~ denniskatz$ ls -lR /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
total 0
drwxr-xr-x 11 root wheel 374 Feb 14 15:41 Classes
drwxr-xr-x 35 root wheel 1190 Feb 14 15:41 Commands
drwxr-xr-x 13 root wheel 442 Feb 14 15:41 Headers
drwxr-xr-x 6 root wheel 204 Feb 14 15:41 Home
drwxr-xr-x 45 _update_sharing wheel 1530 Feb 14 16:23 Libraries
drwxr-xr-x 25 root wheel 850 Feb 14 15:41 Resources

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes:
total 56784
-rw-r--r-- 1 root wheel 4630797 Nov 2 14:37 charsets.jar
-rw-r--r-- 1 root wheel 22528437 Nov 2 14:43 classes.jar
-rw-r--r-- 1 root wheel 136636 Nov 2 14:43 dt.jar
-rw-r--r-- 1 root wheel 82642 Nov 2 14:26 jce.jar
-rw-r--r-- 1 root wheel 232629 Nov 2 14:38 jconsole.jar
-rw-r--r-- 1 root wheel 278473 Nov 2 14:26 jsse.jar
-rw-r--r-- 1 root wheel 852316 Nov 2 14:52 laf.jar
-rw-r--r-- 1 root wheel 312273 Nov 2 14:45 ui.jar

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands:
total 3712
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:03 appletviewer
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:03 apt
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:03 extcheck
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:03 idlj
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:03 jar
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:03 jarsigner
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:03 java
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:03 javac
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 javadoc
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 javah
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 javap
-rwxr-xr-x 1 root wheel 65120 Nov 2 14:05 javaws
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jconsole
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jdb
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jinfo
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jmap
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jps
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jsadebugd
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jstack
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jstat
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 jstatd
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 keytool
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 native2ascii
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 orbd
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 pack200
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 policytool
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 rmic
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 rmid
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 rmiregistry
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 serialver
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 servertool
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 tnameserv
-rwxr-xr-x 1 root wheel 55264 Dec 2 14:04 unpack200

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Headers:
total 488
-rw-r--r-- 1 root wheel 472 Nov 2 14:43 AWTCocoaComponent.h
-rw-r--r-- 1 root wheel 1701 Nov 2 14:43 JDWP.h
-rw-r--r-- 1 root wheel 10052 Nov 2 14:43 JDWPCommands.h
-rw-r--r-- 1 root wheel 8498 Nov 2 14:43 jawt.h
-rw-r--r-- 1 root wheel 490 Nov 2 14:43 jawt_md.h
-rw-r--r-- 1 root wheel 5926 Nov 2 14:43 jdwpTransport.h
-rw-r--r-- 1 root wheel 68529 Nov 2 14:43 jni.h
-rw-r--r-- 1 root wheel 468 Nov 2 14:43 jni_md.h
-rw-r--r-- 1 root wheel 39354 Nov 2 14:43 jvmdi.h
-rw-r--r-- 1 root wheel 22210 Nov 2 14:43 jvmpi.h
-rw-r--r-- 1 root wheel 64940 Nov 2 14:43 jvmti.h

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home:
total 8
drwxr-xr-x 35 root wheel 1190 Feb 14 15:41 bin
lrwxr-xr-x 1 root wheel 10 Feb 14 15:41 include -> ../Headers
drwxr-xr-x 39 _update_sharing wheel 1326 Feb 14 16:23 lib
drwxr-xr-x 35 root wheel 1190 Feb 14 15:41 man

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin:
total 264
lrwxr-xr-x 1 root wheel 27 Feb 14 15:41 appletviewer -> ../../Commands/appletviewer
lrwxr-xr-x 1 root wheel 18 Feb 14 15:41 apt -> ../../Commands/apt
lrwxr-xr-x 1 root wheel 23 Feb 14 15:41 extcheck -> ../../Commands/extcheck
lrwxr-xr-x 1 root wheel 19 Feb 14 15:41 idlj -> ../../Commands/idlj
lrwxr-xr-x 1 root wheel 18 Feb 14 15:41 jar -> ../../Commands/jar
lrwxr-xr-x 1 root wheel 24 Feb 14 15:41 jarsigner -> ../../Commands/jarsigner
lrwxr-xr-x 1 root wheel 19 Feb 14 15:41 java -> ../../Commands/java
lrwxr-xr-x 1 root wheel 20 Feb 14 15:41 javac -> ../../Commands/javac
lrwxr-xr-x 1 root wheel 22 Feb 14 15:41 javadoc -> ../../Commands/javadoc
lrwxr-xr-x 1 root wheel 20 Feb 14 15:41 javah -> ../../Commands/javah
lrwxr-xr-x 1 root wheel 20 Feb 14 15:41 javap -> ../../Commands/javap
lrwxr-xr-x 1 root wheel 21 Feb 14 15:41 javaws -> ../../Commands/javaws
lrwxr-xr-x 1 root wheel 23 Feb 14 15:41 jconsole -> ../../Commands/jconsole
lrwxr-xr-x 1 root wheel 18 Feb 14 15:41 jdb -> ../../Commands/jdb
lrwxr-xr-x 1 root wheel 20 Feb 14 15:41 jinfo -> ../../Commands/jinfo
lrwxr-xr-x 1 root wheel 19 Feb 14 15:41 jmap -> ../../Commands/jmap
lrwxr-xr-x 1 root wheel 18 Feb 14 15:41 jps -> ../../Commands/jps
lrwxr-xr-x 1 root wheel 24 Feb 14 15:41 jsadebugd -> ../../Commands/jsadebugd
lrwxr-xr-x 1 root wheel 21 Feb 14 15:41 jstack -> ../../Commands/jstack
lrwxr-xr-x 1 root wheel 20 Feb 14 15:41 jstat -> ../../Commands/jstat
lrwxr-xr-x 1 root wheel 21 Feb 14 15:41 jstatd -> ../../Commands/jstatd
lrwxr-xr-x 1 root wheel 22 Feb 14 15:41 keytool -> ../../Commands/keytool
lrwxr-xr-x 1 root wheel 27 Feb 14 15:41 native2ascii -> ../../Commands/native2ascii
lrwxr-xr-x 1 root wheel 19 Feb 14 15:41 orbd -> ../../Commands/orbd
lrwxr-xr-x 1 root wheel 22 Feb 14 15:41 pack200 -> ../../Commands/pack200
lrwxr-xr-x 1 root wheel 25 Feb 14 15:41 policytool -> ../../Commands/policytool
lrwxr-xr-x 1 root wheel 19 Feb 14 15:41 rmic -> ../../Commands/rmic
lrwxr-xr-x 1 root wheel 19 Feb 14 15:41 rmid -> ../../Commands/rmid
lrwxr-xr-x 1 root wheel 26 Feb 14 15:41 rmiregistry -> ../../Commands/rmiregistry
lrwxr-xr-x 1 root wheel 24 Feb 14 15:41 serialver -> ../../Commands/serialver
lrwxr-xr-x 1 root wheel 25 Feb 14 15:41 servertool -> ../../Commands/servertool
lrwxr-xr-x 1 root wheel 24 Feb 14 15:41 tnameserv -> ../../Commands/tnameserv
lrwxr-xr-x 1 root wheel 24 Feb 14 15:41 unpack200 -> ../../Commands/unpack200

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib:
total 7720
-rw-r--r-- 1 root wheel 49172 Sep 24 2007 WebStart.icns
-rw-r--r-- 1 root wheel 1570 Sep 29 2007 Xusage.txt
drwxr-xr-x 3 root wheel 102 Feb 14 15:41 audio
-rw-r--r-- 1 root wheel 69885 Nov 2 14:26 classlist
-rw-r--r-- 1 root wheel 668 Sep 29 2007 client_jvm.cfg
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 cmm
-rw-r--r-- 1 root wheel 5874 Nov 2 14:33 content-types.properties
drwxr-xr-x 5 root wheel 170 Sep 24 2007 deploy
-rw-r--r-- 1 root wheel 1047873 Sep 24 2007 deploy.jar
lrwxr-xr-x 1 root wheel 20 Feb 14 15:41 dt.jar -> ../../Classes/dt.jar
drwxr-xr-x 2 root wheel 68 Aug 18 2006 endorsed
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 ext
-rw-r--r-- 1 root wheel 3600 Nov 2 14:29 flavormap.properties
-rw-r--r-- 1 root wheel 3058 Nov 2 14:34 fontconfig.bfc
-rw-r--r-- 1 root wheel 8003 Nov 2 14:34 fontconfig.properties.src
drwxr-xr-x 10 root wheel 340 Feb 14 15:41 fonts
drwxr-xr-x 4 root wheel 136 Feb 14 15:41 im
drwxr-xr-x 3 root wheel 102 Aug 18 2006 images
-rw-r--r-- 1 root wheel 18381 Nov 2 14:32 ir.idl
-rw-r--r-- 1 root wheel 519977 Sep 24 2007 javaws.jar
lrwxr-xr-x 1 root wheel 21 Feb 14 15:41 jce.jar -> ../../Classes/jce.jar
-rw-r--r-- 1 root wheel 668 Feb 14 16:23 jvm.cfg
-rw-r--r-- 1 root wheel 2808 Nov 2 14:29 jvm.hprof.txt
-rw-r--r-- 1 root wheel 2245 Nov 2 14:30 logging.properties
drwxr-xr-x 6 root wheel 204 Feb 14 15:41 management
-rw-r--r-- 1 root wheel 3016 Nov 2 14:29 net.properties
-rw-r--r-- 1 root wheel 429 Nov 2 14:32 orb.idl
-rw-r--r-- 1 root wheel 533993 Sep 24 2007 plugin.jar
-rw-r--r-- 1 root wheel 3070 Nov 2 14:30 psfont.properties.ja
-rw-r--r-- 1 root wheel 10669 Nov 2 14:30 psfontj2d.properties
-rw-r--r-- 1 root wheel 1589688 Sep 29 2007 sa-jdi.jar
drwxr-xr-x 8 root wheel 272 Feb 14 15:41 security
-rw-r--r-- 1 root wheel 668 Sep 29 2007 server_jvm.cfg
-rw-r--r-- 1 root wheel 1210 Nov 2 14:31 sound.properties
-rw-r--r-- 1 root wheel 43 Nov 2 14:52 swing.properties
-rw-r--r-- 1 root wheel 13742 Nov 2 14:27 tzmappings
drwxr-xr-x 26 root wheel 884 Feb 14 15:41 zi

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/audio:
total 2256
-rw-r--r-- 1 root wheel 1154250 Nov 2 14:31 soundbank-mid.gm

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/cmm:
total 960
-rw-r--r-- 1 root wheel 51236 Nov 2 14:36 CIEXYZ.pf
-rw-r--r-- 1 root wheel 632 Nov 2 14:36 GRAY.pf
-rw-r--r-- 1 root wheel 1044 Nov 2 14:36 LINEAR_RGB.pf
-rw-r--r-- 1 root wheel 274474 Nov 2 14:36 PYCC.pf
-rw-r--r-- 1 root wheel 150368 Nov 2 14:36 sRGB.pf

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/deploy:
total 80
-rw-r--r-- 1 root wheel 25214 Sep 24 2007 Java1.5.ico
-rw-r--r-- 1 root wheel 1751 Sep 24 2007 messages.properties
-rw-r--r-- 1 root wheel 5076 Sep 24 2007 miniSplash.jpg

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed:

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext:
total 2088
-rw-r--r-- 1 root wheel 44286 Nov 2 14:53 apple_provider.jar
-rw-r--r-- 1 root wheel 8151 Nov 2 14:33 dnsns.jar
-rw-r--r-- 1 root wheel 446806 Nov 2 14:37 localedata.jar
-rw-r--r-- 1 root wheel 158417 Nov 2 14:26 sunjce_provider.jar
-rw-r--r-- 1 root wheel 404089 Nov 2 14:53 sunpkcs11.jar

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/fonts:
total 4080
-rw-r--r-- 1 root wheel 75144 Nov 2 14:26 LucidaBrightDemiBold.ttf
-rw-r--r-- 1 root wheel 75124 Nov 2 14:26 LucidaBrightDemiItalic.ttf
-rw-r--r-- 1 root wheel 80856 Nov 2 14:26 LucidaBrightItalic.ttf
-rw-r--r-- 1 root wheel 344908 Nov 2 14:26 LucidaBrightRegular.ttf
-rw-r--r-- 1 root wheel 317896 Nov 2 14:26 LucidaSansDemiBold.ttf
-rw-r--r-- 1 root wheel 698236 Nov 2 14:26 LucidaSansRegular.ttf
-rw-r--r-- 1 root wheel 234068 Nov 2 14:26 LucidaTypewriterBold.ttf
-rw-r--r-- 1 root wheel 242700 Nov 2 14:26 LucidaTypewriterRegular.ttf

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/im:
total 40
-rw-r--r-- 1 root wheel 10206 Nov 2 14:40 indicim.jar
-rw-r--r-- 1 root wheel 7934 Nov 2 14:40 thaiim.jar

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/images:
total 0
drwxr-xr-x 10 root wheel 340 Feb 14 15:41 cursors

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/images/cursors:
total 64
-rw-r--r-- 1 root wheel 1312 Nov 2 14:29 cursors.properties
-rw-r--r-- 1 root wheel 153 Nov 2 14:29 invalid32x32.gif
-rw-r--r-- 1 root wheel 158 Nov 2 14:29 motif_CopyDrop32x32.gif
-rw-r--r-- 1 root wheel 153 Nov 2 14:29 motif_CopyNoDrop32x32.gif
-rw-r--r-- 1 root wheel 162 Nov 2 14:29 motif_LinkDrop32x32.gif
-rw-r--r-- 1 root wheel 153 Nov 2 14:29 motif_LinkNoDrop32x32.gif
-rw-r--r-- 1 root wheel 141 Nov 2 14:29 motif_MoveDrop32x32.gif
-rw-r--r-- 1 root wheel 153 Nov 2 14:29 motif_MoveNoDrop32x32.gif

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/management:
total 48
-rw-r--r-- 1 root wheel 2351 Nov 2 14:37 jmxremote.access
-rw-r--r-- 1 root wheel 2856 Nov 2 14:37 jmxremote.password.template
-rw-r--r-- 1 root wheel 10903 Nov 2 14:37 management.properties
-rw-r--r-- 1 root wheel 3376 Nov 2 14:37 snmp.acl.template

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/security:
total 296
-rw-r--r-- 1 root wheel 2465 Nov 2 14:26 US_export_policy.jar
-rw-r--r-- 1 root wheel 120282 Nov 2 14:29 cacerts
-rw-r--r-- 1 root wheel 3311 Nov 2 14:29 java.policy
-rw-r--r-- 1 root wheel 10309 Nov 2 14:29 java.security
-rw-r--r-- 1 root wheel 237 Sep 24 2007 javaws.policy
-rw-r--r-- 1 root wheel 2935 Nov 2 14:26 local_policy.jar

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi:
total 128
drwxr-xr-x 53 root wheel 1802 Feb 14 15:41 Africa
drwxr-xr-x 116 root wheel 3944 Feb 14 15:41 America
drwxr-xr-x 11 root wheel 374 Feb 14 15:41 Antarctica
drwxr-xr-x 80 root wheel 2720 Feb 14 15:41 Asia
drwxr-xr-x 12 root wheel 408 Feb 14 15:41 Atlantic
drwxr-xr-x 14 root wheel 476 Feb 14 15:41 Australia
-rw-r--r-- 1 root wheel 1168 Nov 2 14:33 CET
-rw-r--r-- 1 root wheel 1272 Nov 2 14:33 CST6CDT
-rw-r--r-- 1 root wheel 1072 Nov 2 14:33 EET
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 EST
-rw-r--r-- 1 root wheel 1272 Nov 2 14:33 EST5EDT
drwxr-xr-x 31 root wheel 1054 Feb 14 15:41 Etc
drwxr-xr-x 45 root wheel 1530 Feb 14 15:41 Europe
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 HST
drwxr-xr-x 13 root wheel 442 Feb 14 15:41 Indian
-rw-r--r-- 1 root wheel 1168 Nov 2 14:33 MET
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 MST
-rw-r--r-- 1 root wheel 1272 Nov 2 14:33 MST7MDT
-rw-r--r-- 1 root wheel 1272 Nov 2 14:33 PST8PDT
drwxr-xr-x 40 root wheel 1360 Feb 14 15:41 Pacific
drwxr-xr-x 15 root wheel 510 Feb 14 15:41 SystemV
-rw-r--r-- 1 root wheel 1068 Nov 2 14:33 WET
-rw-r--r-- 1 root wheel 13889 Nov 2 14:33 ZoneInfoMappings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Africa:
total 408
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Abidjan
-rw-r--r-- 1 root wheel 181 Nov 2 14:33 Accra
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Addis_Ababa
-rw-r--r-- 1 root wheel 333 Nov 2 14:33 Algiers
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Asmara
-rw-r--r-- 1 root wheel 85 Nov 2 14:33 Bamako
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Bangui
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Banjul
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Bissau
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Blantyre
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Brazzaville
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 Bujumbura
-rw-r--r-- 1 root wheel 1500 Nov 2 14:33 Cairo
-rw-r--r-- 1 root wheel 213 Nov 2 14:33 Casablanca
-rw-r--r-- 1 root wheel 1112 Nov 2 14:33 Ceuta
-rw-r--r-- 1 root wheel 85 Nov 2 14:33 Conakry
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Dakar
-rw-r--r-- 1 root wheel 85 Nov 2 14:33 Dar_es_Salaam
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Djibouti
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Douala
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 El_Aaiun
-rw-r--r-- 1 root wheel 313 Nov 2 14:33 Freetown
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Gaborone
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Harare
-rw-r--r-- 1 root wheel 105 Nov 2 14:33 Johannesburg
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Kampala
-rw-r--r-- 1 root wheel 337 Nov 2 14:33 Khartoum
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Kigali
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 Kinshasa
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Lagos
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Libreville
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 Lome
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Luanda
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 Lubumbashi
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Lusaka
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Malabo
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Maputo
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Maseru
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Mbabane
-rw-r--r-- 1 root wheel 73 Nov 2 14:33 Mogadishu
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Monrovia
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Nairobi
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Ndjamena
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Niamey
-rw-r--r-- 1 root wheel 85 Nov 2 14:33 Nouakchott
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Ouagadougou
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Porto-Novo
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Sao_Tome
-rw-r--r-- 1 root wheel 293 Nov 2 14:33 Tripoli
-rw-r--r-- 1 root wheel 828 Nov 2 14:33 Tunis
-rw-r--r-- 1 root wheel 824 Nov 2 14:33 Windhoek

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/America:
total 880
-rw-r--r-- 1 root wheel 1224 Nov 2 14:33 Adak
-rw-r--r-- 1 root wheel 1224 Nov 2 14:33 Anchorage
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Anguilla
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Antigua
-rw-r--r-- 1 root wheel 457 Nov 2 14:33 Araguaina
drwxr-xr-x 12 root wheel 408 Feb 14 15:41 Argentina
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Aruba
-rw-r--r-- 1 root wheel 1116 Nov 2 14:33 Asuncion
-rw-r--r-- 1 root wheel 93 Nov 2 14:33 Atikokan
-rw-r--r-- 1 root wheel 537 Nov 2 14:33 Bahia
-rw-r--r-- 1 root wheel 137 Nov 2 14:33 Barbados
-rw-r--r-- 1 root wheel 297 Nov 2 14:33 Belem
-rw-r--r-- 1 root wheel 513 Nov 2 14:33 Belize
-rw-r--r-- 1 root wheel 93 Nov 2 14:33 Blanc-Sablon
-rw-r--r-- 1 root wheel 329 Nov 2 14:33 Boa_Vista
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Bogota
-rw-r--r-- 1 root wheel 1284 Nov 2 14:33 Boise
-rw-r--r-- 1 root wheel 1076 Nov 2 14:33 Cambridge_Bay
-rw-r--r-- 1 root wheel 1116 Nov 2 14:33 Campo_Grande
-rw-r--r-- 1 root wheel 792 Nov 2 14:33 Cancun
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Caracas
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Cayenne
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Cayman
-rw-r--r-- 1 root wheel 1960 Nov 2 14:33 Chicago
-rw-r--r-- 1 root wheel 816 Nov 2 14:33 Chihuahua
-rw-r--r-- 1 root wheel 137 Nov 2 14:33 Costa_Rica
-rw-r--r-- 1 root wheel 1100 Nov 2 14:33 Cuiaba
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Curacao
-rw-r--r-- 1 root wheel 341 Nov 2 14:33 Danmarkshavn
-rw-r--r-- 1 root wheel 1108 Nov 2 14:33 Dawson
-rw-r--r-- 1 root wheel 509 Nov 2 14:33 Dawson_Creek
-rw-r--r-- 1 root wheel 1336 Nov 2 14:33 Denver
-rw-r--r-- 1 root wheel 1200 Nov 2 14:33 Detroit
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Dominica
-rw-r--r-- 1 root wheel 1316 Nov 2 14:33 Edmonton
-rw-r--r-- 1 root wheel 313 Nov 2 14:33 Eirunepe
-rw-r--r-- 1 root wheel 105 Nov 2 14:33 El_Salvador
-rw-r--r-- 1 root wheel 377 Nov 2 14:33 Fortaleza
-rw-r--r-- 1 root wheel 1204 Nov 2 14:33 Glace_Bay
-rw-r--r-- 1 root wheel 1036 Nov 2 14:33 Godthab
-rw-r--r-- 1 root wheel 1728 Nov 2 14:33 Goose_Bay
-rw-r--r-- 1 root wheel 1044 Nov 2 14:33 Grand_Turk
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Grenada
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Guadeloupe
-rw-r--r-- 1 root wheel 137 Nov 2 14:33 Guatemala
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Guayaquil
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Guyana
-rw-r--r-- 1 root wheel 1908 Nov 2 14:33 Halifax
-rw-r--r-- 1 root wheel 1340 Nov 2 14:33 Havana
-rw-r--r-- 1 root wheel 189 Nov 2 14:33 Hermosillo
drwxr-xr-x 10 root wheel 340 Feb 14 15:41 Indiana
-rw-r--r-- 1 root wheel 1060 Nov 2 14:33 Inuvik
-rw-r--r-- 1 root wheel 1064 Nov 2 14:33 Iqaluit
-rw-r--r-- 1 root wheel 233 Nov 2 14:33 Jamaica
-rw-r--r-- 1 root wheel 1224 Nov 2 14:33 Juneau
drwxr-xr-x 4 root wheel 136 Feb 14 15:41 Kentucky
-rw-r--r-- 1 root wheel 81 Nov 2 14:33 La_Paz
-rw-r--r-- 1 root wheel 185 Nov 2 14:33 Lima
-rw-r--r-- 1 root wheel 1560 Nov 2 14:33 Los_Angeles
-rw-r--r-- 1 root wheel 393 Nov 2 14:33 Maceio
-rw-r--r-- 1 root wheel 185 Nov 2 14:33 Managua
-rw-r--r-- 1 root wheel 313 Nov 2 14:33 Manaus
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Martinique
-rw-r--r-- 1 root wheel 840 Nov 2 14:33 Mazatlan
-rw-r--r-- 1 root wheel 1216 Nov 2 14:33 Menominee
-rw-r--r-- 1 root wheel 788 Nov 2 14:33 Merida
-rw-r--r-- 1 root wheel 880 Nov 2 14:33 Mexico_City
-rw-r--r-- 1 root wheel 928 Nov 2 14:33 Miquelon
-rw-r--r-- 1 root wheel 1732 Nov 2 14:33 Moncton
-rw-r--r-- 1 root wheel 788 Nov 2 14:33 Monterrey
-rw-r--r-- 1 root wheel 1152 Nov 2 14:33 Montevideo
-rw-r--r-- 1 root wheel 1928 Nov 2 14:33 Montreal
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Montserrat
-rw-r--r-- 1 root wheel 1284 Nov 2 14:33 Nassau
-rw-r--r-- 1 root wheel 1960 Nov 2 14:33 New_York
-rw-r--r-- 1 root wheel 1144 Nov 2 14:33 Nipigon
-rw-r--r-- 1 root wheel 1228 Nov 2 14:33 Nome
-rw-r--r-- 1 root wheel 377 Nov 2 14:33 Noronha
drwxr-xr-x 4 root wheel 136 Feb 14 15:41 North_Dakota
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Panama
-rw-r--r-- 1 root wheel 1076 Nov 2 14:33 Pangnirtung
-rw-r--r-- 1 root wheel 101 Nov 2 14:33 Paramaribo
-rw-r--r-- 1 root wheel 141 Nov 2 14:33 Phoenix
-rw-r--r-- 1 root wheel 345 Nov 2 14:33 Port-au-Prince
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Port_of_Spain
-rw-r--r-- 1 root wheel 297 Nov 2 14:33 Porto_Velho
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Puerto_Rico
-rw-r--r-- 1 root wheel 1144 Nov 2 14:33 Rainy_River
-rw-r--r-- 1 root wheel 1052 Nov 2 14:33 Rankin_Inlet
-rw-r--r-- 1 root wheel 377 Nov 2 14:33 Recife
-rw-r--r-- 1 root wheel 481 Nov 2 14:33 Regina
-rw-r--r-- 1 root wheel 529 Nov 2 14:33 Resolute
-rw-r--r-- 1 root wheel 297 Nov 2 14:33 Rio_Branco
-rw-r--r-- 1 root wheel 1368 Nov 2 14:33 Santiago
-rw-r--r-- 1 root wheel 201 Nov 2 14:33 Santo_Domingo
-rw-r--r-- 1 root wheel 1116 Nov 2 14:33 Sao_Paulo
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Scoresbysund
-rw-r--r-- 1 root wheel 2000 Nov 2 14:33 St_Johns
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 St_Kitts
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 St_Lucia
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 St_Thomas
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 St_Vincent
-rw-r--r-- 1 root wheel 241 Nov 2 14:33 Swift_Current
-rw-r--r-- 1 root wheel 121 Nov 2 14:33 Tegucigalpa
-rw-r--r-- 1 root wheel 852 Nov 2 14:33 Thule
-rw-r--r-- 1 root wheel 1188 Nov 2 14:33 Thunder_Bay
-rw-r--r-- 1 root wheel 1276 Nov 2 14:33 Tijuana
-rw-r--r-- 1 root wheel 1928 Nov 2 14:33 Toronto
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Tortola
-rw-r--r-- 1 root wheel 1592 Nov 2 14:33 Vancouver
-rw-r--r-- 1 root wheel 1108 Nov 2 14:33 Whitehorse
-rw-r--r-- 1 root wheel 1560 Nov 2 14:33 Winnipeg
-rw-r--r-- 1 root wheel 1220 Nov 2 14:33 Yakutat
-rw-r--r-- 1 root wheel 1068 Nov 2 14:33 Yellowknife

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/America/Argentina:
total 80
-rw-r--r-- 1 root wheel 517 Nov 2 14:33 Buenos_Aires
-rw-r--r-- 1 root wheel 533 Nov 2 14:33 Catamarca
-rw-r--r-- 1 root wheel 517 Nov 2 14:33 Cordoba
-rw-r--r-- 1 root wheel 517 Nov 2 14:33 Jujuy
-rw-r--r-- 1 root wheel 541 Nov 2 14:33 La_Rioja
-rw-r--r-- 1 root wheel 533 Nov 2 14:33 Mendoza
-rw-r--r-- 1 root wheel 533 Nov 2 14:33 Rio_Gallegos
-rw-r--r-- 1 root wheel 541 Nov 2 14:33 San_Juan
-rw-r--r-- 1 root wheel 533 Nov 2 14:33 Tucuman
-rw-r--r-- 1 root wheel 533 Nov 2 14:33 Ushuaia

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/America/Indiana:
total 64
-rw-r--r-- 1 root wheel 868 Nov 2 14:33 Indianapolis
-rw-r--r-- 1 root wheel 1304 Nov 2 14:33 Knox
-rw-r--r-- 1 root wheel 900 Nov 2 14:33 Marengo
-rw-r--r-- 1 root wheel 1008 Nov 2 14:33 Petersburg
-rw-r--r-- 1 root wheel 884 Nov 2 14:33 Tell_City
-rw-r--r-- 1 root wheel 724 Nov 2 14:33 Vevay
-rw-r--r-- 1 root wheel 888 Nov 2 14:33 Vincennes
-rw-r--r-- 1 root wheel 932 Nov 2 14:33 Winamac

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/America/Kentucky:
total 16
-rw-r--r-- 1 root wheel 1500 Nov 2 14:33 Louisville
-rw-r--r-- 1 root wheel 1260 Nov 2 14:33 Monticello

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/America/North_Dakota:
total 16
-rw-r--r-- 1 root wheel 1276 Nov 2 14:33 Center
-rw-r--r-- 1 root wheel 1276 Nov 2 14:33 New_Salem

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Antarctica:
total 72
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Casey
-rw-r--r-- 1 root wheel 81 Nov 2 14:33 Davis
-rw-r--r-- 1 root wheel 81 Nov 2 14:33 DumontDUrville
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Mawson
-rw-r--r-- 1 root wheel 1124 Nov 2 14:33 McMurdo
-rw-r--r-- 1 root wheel 1104 Nov 2 14:33 Palmer
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Rothera
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Syowa
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Vostok

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Asia:
total 648
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Aden
-rw-r--r-- 1 root wheel 453 Nov 2 14:33 Almaty
-rw-r--r-- 1 root wheel 1052 Nov 2 14:33 Amman
-rw-r--r-- 1 root wheel 1044 Nov 2 14:33 Anadyr
-rw-r--r-- 1 root wheel 453 Nov 2 14:33 Aqtau
-rw-r--r-- 1 root wheel 453 Nov 2 14:33 Aqtobe
-rw-r--r-- 1 root wheel 269 Nov 2 14:33 Ashgabat
-rw-r--r-- 1 root wheel 1004 Nov 2 14:33 Baghdad
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Bahrain
-rw-r--r-- 1 root wheel 976 Nov 2 14:33 Baku
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Bangkok
-rw-r--r-- 1 root wheel 1208 Nov 2 14:33 Beirut
-rw-r--r-- 1 root wheel 485 Nov 2 14:33 Bishkek
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Brunei
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Calcutta
-rw-r--r-- 1 root wheel 441 Nov 2 14:33 Choibalsan
-rw-r--r-- 1 root wheel 181 Nov 2 14:33 Chongqing
-rw-r--r-- 1 root wheel 129 Nov 2 14:33 Colombo
-rw-r--r-- 1 root wheel 1300 Nov 2 14:33 Damascus
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Dhaka
-rw-r--r-- 1 root wheel 93 Nov 2 14:33 Dili
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Dubai
-rw-r--r-- 1 root wheel 261 Nov 2 14:33 Dushanbe
-rw-r--r-- 1 root wheel 1236 Nov 2 14:33 Gaza
-rw-r--r-- 1 root wheel 205 Nov 2 14:33 Harbin
-rw-r--r-- 1 root wheel 617 Nov 2 14:33 Hong_Kong
-rw-r--r-- 1 root wheel 437 Nov 2 14:33 Hovd
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Irkutsk
-rw-r--r-- 1 root wheel 129 Nov 2 14:33 Jakarta
-rw-r--r-- 1 root wheel 85 Nov 2 14:33 Jayapura
-rw-r--r-- 1 root wheel 1236 Nov 2 14:33 Jerusalem
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Kabul
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Kamchatka
-rw-r--r-- 1 root wheel 121 Nov 2 14:33 Karachi
-rw-r--r-- 1 root wheel 193 Nov 2 14:33 Kashgar
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Katmandu
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Krasnoyarsk
-rw-r--r-- 1 root wheel 145 Nov 2 14:33 Kuala_Lumpur
-rw-r--r-- 1 root wheel 217 Nov 2 14:33 Kuching
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Kuwait
-rw-r--r-- 1 root wheel 393 Nov 2 14:33 Macau
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Magadan
-rw-r--r-- 1 root wheel 85 Nov 2 14:33 Makassar
-rw-r--r-- 1 root wheel 125 Nov 2 14:33 Manila
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Muscat
-rw-r--r-- 1 root wheel 1116 Nov 2 14:33 Nicosia
-rw-r--r-- 1 root wheel 1048 Nov 2 14:33 Novosibirsk
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Omsk
-rw-r--r-- 1 root wheel 461 Nov 2 14:33 Oral
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Phnom_Penh
-rw-r--r-- 1 root wheel 125 Nov 2 14:33 Pontianak
-rw-r--r-- 1 root wheel 101 Nov 2 14:33 Pyongyang
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Qatar
-rw-r--r-- 1 root wheel 465 Nov 2 14:33 Qyzylorda
-rw-r--r-- 1 root wheel 85 Nov 2 14:33 Rangoon
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Riyadh
-rw-r--r-- 1 root wheel 4821 Nov 2 14:33 Riyadh87
-rw-r--r-- 1 root wheel 4733 Nov 2 14:33 Riyadh88
-rw-r--r-- 1 root wheel 4765 Nov 2 14:33 Riyadh89
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Saigon
-rw-r--r-- 1 root wheel 1044 Nov 2 14:33 Sakhalin
-rw-r--r-- 1 root wheel 261 Nov 2 14:33 Samarkand
-rw-r--r-- 1 root wheel 165 Nov 2 14:33 Seoul
-rw-r--r-- 1 root wheel 201 Nov 2 14:33 Shanghai
-rw-r--r-- 1 root wheel 133 Nov 2 14:33 Singapore
-rw-r--r-- 1 root wheel 381 Nov 2 14:33 Taipei
-rw-r--r-- 1 root wheel 261 Nov 2 14:33 Tashkent
-rw-r--r-- 1 root wheel 469 Nov 2 14:33 Tbilisi
-rw-r--r-- 1 root wheel 385 Nov 2 14:33 Tehran
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Thimphu
-rw-r--r-- 1 root wheel 125 Nov 2 14:33 Tokyo
-rw-r--r-- 1 root wheel 437 Nov 2 14:33 Ulaanbaatar
-rw-r--r-- 1 root wheel 181 Nov 2 14:33 Urumqi
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Vientiane
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Vladivostok
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Yakutsk
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Yekaterinburg
-rw-r--r-- 1 root wheel 1016 Nov 2 14:33 Yerevan

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Atlantic:
total 80
-rw-r--r-- 1 root wheel 1868 Nov 2 14:33 Azores
-rw-r--r-- 1 root wheel 1124 Nov 2 14:33 Bermuda
-rw-r--r-- 1 root wheel 1044 Nov 2 14:33 Canary
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Cape_Verde
-rw-r--r-- 1 root wheel 1016 Nov 2 14:33 Faroe
-rw-r--r-- 1 root wheel 1864 Nov 2 14:33 Madeira
-rw-r--r-- 1 root wheel 577 Nov 2 14:33 Reykjavik
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 South_Georgia
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 St_Helena
-rw-r--r-- 1 root wheel 1080 Nov 2 14:33 Stanley

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Australia:
total 96
-rw-r--r-- 1 root wheel 1224 Nov 2 14:33 Adelaide
-rw-r--r-- 1 root wheel 189 Nov 2 14:33 Brisbane
-rw-r--r-- 1 root wheel 1224 Nov 2 14:33 Broken_Hill
-rw-r--r-- 1 root wheel 1224 Nov 2 14:33 Currie
-rw-r--r-- 1 root wheel 125 Nov 2 14:33 Darwin
-rw-r--r-- 1 root wheel 205 Nov 2 14:33 Eucla
-rw-r--r-- 1 root wheel 1288 Nov 2 14:33 Hobart
-rw-r--r-- 1 root wheel 221 Nov 2 14:33 Lindeman
-rw-r--r-- 1 root wheel 1012 Nov 2 14:33 Lord_Howe
-rw-r--r-- 1 root wheel 1224 Nov 2 14:33 Melbourne
-rw-r--r-- 1 root wheel 205 Nov 2 14:33 Perth
-rw-r--r-- 1 root wheel 1224 Nov 2 14:33 Sydney

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Etc:
total 232
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+1
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+10
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+11
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+12
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+2
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+3
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+4
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+5
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+6
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+7
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+8
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT+9
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-1
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-10
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-11
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-12
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-13
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-14
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-2
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-3
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-4
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-5
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-6
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-7
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-8
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 GMT-9
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 UCT
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 UTC

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Europe:
total 344
-rw-r--r-- 1 root wheel 1544 Nov 2 14:33 Amsterdam
-rw-r--r-- 1 root wheel 968 Nov 2 14:33 Andorra
-rw-r--r-- 1 root wheel 1196 Nov 2 14:33 Athens
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Belgrade
-rw-r--r-- 1 root wheel 1236 Nov 2 14:33 Berlin
-rw-r--r-- 1 root wheel 1564 Nov 2 14:33 Brussels
-rw-r--r-- 1 root wheel 1180 Nov 2 14:33 Bucharest
-rw-r--r-- 1 root wheel 1312 Nov 2 14:33 Budapest
-rw-r--r-- 1 root wheel 1212 Nov 2 14:33 Chisinau
-rw-r--r-- 1 root wheel 1152 Nov 2 14:33 Copenhagen
-rw-r--r-- 1 root wheel 1916 Nov 2 14:33 Dublin
-rw-r--r-- 1 root wheel 1676 Nov 2 14:33 Gibraltar
-rw-r--r-- 1 root wheel 1036 Nov 2 14:33 Helsinki
-rw-r--r-- 1 root wheel 1464 Nov 2 14:33 Istanbul
-rw-r--r-- 1 root wheel 1140 Nov 2 14:33 Kaliningrad
-rw-r--r-- 1 root wheel 1048 Nov 2 14:33 Kiev
-rw-r--r-- 1 root wheel 1868 Nov 2 14:33 Lisbon
-rw-r--r-- 1 root wheel 2024 Nov 2 14:33 London
-rw-r--r-- 1 root wheel 1568 Nov 2 14:33 Luxembourg
-rw-r--r-- 1 root wheel 1416 Nov 2 14:33 Madrid
-rw-r--r-- 1 root wheel 1440 Nov 2 14:33 Malta
-rw-r--r-- 1 root wheel 1064 Nov 2 14:33 Minsk
-rw-r--r-- 1 root wheel 1576 Nov 2 14:33 Monaco
-rw-r--r-- 1 root wheel 1152 Nov 2 14:33 Moscow
-rw-r--r-- 1 root wheel 1216 Nov 2 14:33 Oslo
-rw-r--r-- 1 root wheel 1568 Nov 2 14:33 Paris
-rw-r--r-- 1 root wheel 1216 Nov 2 14:33 Prague
-rw-r--r-- 1 root wheel 1108 Nov 2 14:33 Riga
-rw-r--r-- 1 root wheel 1440 Nov 2 14:33 Rome
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Samara
-rw-r--r-- 1 root wheel 1064 Nov 2 14:33 Simferopol
-rw-r--r-- 1 root wheel 1088 Nov 2 14:33 Sofia
-rw-r--r-- 1 root wheel 1040 Nov 2 14:33 Stockholm
-rw-r--r-- 1 root wheel 1080 Nov 2 14:33 Tallinn
-rw-r--r-- 1 root wheel 1164 Nov 2 14:33 Tirane
-rw-r--r-- 1 root wheel 1052 Nov 2 14:33 Uzhgorod
-rw-r--r-- 1 root wheel 1008 Nov 2 14:33 Vaduz
-rw-r--r-- 1 root wheel 1200 Nov 2 14:33 Vienna
-rw-r--r-- 1 root wheel 1060 Nov 2 14:33 Vilnius
-rw-r--r-- 1 root wheel 1024 Nov 2 14:33 Volgograd
-rw-r--r-- 1 root wheel 1416 Nov 2 14:33 Warsaw
-rw-r--r-- 1 root wheel 1072 Nov 2 14:33 Zaporozhye
-rw-r--r-- 1 root wheel 1056 Nov 2 14:33 Zurich

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Indian:
total 88
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Antananarivo
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Chagos
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 Christmas
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 Cocos
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Comoro
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Kerguelen
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Mahe
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Maldives
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Mauritius
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Mayotte
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Reunion

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/Pacific:
total 304
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Apia
-rw-r--r-- 1 root wheel 1348 Nov 2 14:33 Auckland
-rw-r--r-- 1 root wheel 1124 Nov 2 14:33 Chatham
-rw-r--r-- 1 root wheel 1248 Nov 2 14:33 Easter
-rw-r--r-- 1 root wheel 233 Nov 2 14:33 Efate
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Enderbury
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Fakaofo
-rw-r--r-- 1 root wheel 105 Nov 2 14:33 Fiji
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Funafuti
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Galapagos
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Gambier
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Guadalcanal
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Guam
-rw-r--r-- 1 root wheel 117 Nov 2 14:33 Honolulu
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 Johnston
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Kiritimati
-rw-r--r-- 1 root wheel 85 Nov 2 14:33 Kosrae
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Kwajalein
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Majuro
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Marquesas
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Midway
-rw-r--r-- 1 root wheel 97 Nov 2 14:33 Nauru
-rw-r--r-- 1 root wheel 89 Nov 2 14:33 Niue
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Norfolk
-rw-r--r-- 1 root wheel 121 Nov 2 14:33 Noumea
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Pago_Pago
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Palau
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Pitcairn
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Ponape
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 Port_Moresby
-rw-r--r-- 1 root wheel 285 Nov 2 14:33 Rarotonga
-rw-r--r-- 1 root wheel 77 Nov 2 14:33 Saipan
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Tahiti
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Tarawa
-rw-r--r-- 1 root wheel 133 Nov 2 14:33 Tongatapu
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Truk
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Wake
-rw-r--r-- 1 root wheel 65 Nov 2 14:33 Wallis

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/zi/SystemV:
total 104
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 AST4
-rw-r--r-- 1 root wheel 2288 Nov 2 14:33 AST4ADT
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 CST6
-rw-r--r-- 1 root wheel 2288 Nov 2 14:33 CST6CDT
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 EST5
-rw-r--r-- 1 root wheel 2288 Nov 2 14:33 EST5EDT
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 HST10
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 MST7
-rw-r--r-- 1 root wheel 2288 Nov 2 14:33 MST7MDT
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 PST8
-rw-r--r-- 1 root wheel 2288 Nov 2 14:33 PST8PDT
-rw-r--r-- 1 root wheel 27 Nov 2 14:33 YST9
-rw-r--r-- 1 root wheel 2288 Nov 2 14:33 YST9YDT

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/man:
total 1024
-rw-r--r-- 1 root wheel 1846 Dec 11 2006 appletviewer.1
-rw-r--r-- 1 root wheel 3251 Dec 11 2006 apt.1
-rw-r--r-- 1 root wheel 2141 Dec 11 2006 extcheck.1
-rw-r--r-- 1 root wheel 15701 Dec 11 2006 idlj.1
-rw-r--r-- 1 root wheel 16451 Dec 11 2006 jar.1
-rw-r--r-- 1 root wheel 35858 Dec 11 2006 jarsigner.1
-rw-r--r-- 1 root wheel 15900 Dec 11 2006 java.1
-rw-r--r-- 1 root wheel 20320 Dec 11 2006 javac.1
-rw-r--r-- 1 root wheel 135917 Dec 11 2006 javadoc.1
-rw-r--r-- 1 root wheel 4785 Dec 11 2006 javah.1
-rw-r--r-- 1 root wheel 3914 Dec 11 2006 javap.1
-rw-r--r-- 1 root wheel 4407 Sep 24 2007 javaws.1
-rw-r--r-- 1 root wheel 1502 Dec 11 2006 jconsole.1
-rw-r--r-- 1 root wheel 9972 Dec 11 2006 jdb.1
-rw-r--r-- 1 root wheel 2085 Dec 11 2006 jinfo.1
-rw-r--r-- 1 root wheel 2631 Dec 11 2006 jmap.1
-rw-r--r-- 1 root wheel 7098 Dec 11 2006 jps.1
-rw-r--r-- 1 root wheel 2037 Dec 11 2006 jsadebugd.1
-rw-r--r-- 1 root wheel 2328 Dec 11 2006 jstack.1
-rw-r--r-- 1 root wheel 18853 Dec 11 2006 jstat.1
-rw-r--r-- 1 root wheel 6688 Dec 11 2006 jstatd.1
-rw-r--r-- 1 root wheel 70776 Dec 11 2006 keytool.1
-rw-r--r-- 1 root wheel 2161 Dec 11 2006 native2ascii.1
-rw-r--r-- 1 root wheel 9847 Dec 11 2006 orbd.1
-rw-r--r-- 1 root wheel 9190 Dec 11 2006 pack200.1
-rw-r--r-- 1 root wheel 8090 Dec 11 2006 policytool.1
-rw-r--r-- 1 root wheel 9659 Dec 11 2006 rmic.1
-rw-r--r-- 1 root wheel 13128 Dec 11 2006 rmid.1
-rw-r--r-- 1 root wheel 2435 Dec 11 2006 rmiregistry.1
-rw-r--r-- 1 root wheel 1881 Dec 11 2006 serialver.1
-rw-r--r-- 1 root wheel 5727 Dec 11 2006 servertool.1
-rw-r--r-- 1 root wheel 8698 Dec 11 2006 tnameserv.1
-rw-r--r-- 1 root wheel 2401 Dec 11 2006 unpack200.1

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries:
total 117824
-rw-r--r-- 1 _update_sharing wheel 11571200 Feb 14 16:23 classes.jsa
-rw-r--r-- 1 root wheel 65435 Feb 14 16:23 classlist
-rw-r--r-- 1 root wheel 65435 Sep 29 2007 client_classlist
-rwxr-xr-x 1 root wheel 6557824 Nov 2 14:52 libawt.jnilib
-rwxr-xr-x 1 root wheel 15183520 Sep 29 2007 libclient.dylib
-rwxr-xr-x 1 root wheel 54608 Nov 2 14:53 libcmm.jnilib
-rwxr-xr-x 1 root wheel 80944 Nov 2 14:53 libcolorsync.jnilib
-rwxr-xr-x 1 root wheel 520096 Nov 2 14:43 libdcpr.jnilib
-rwxr-xr-x 1 root wheel 143296 Sep 24 2007 libdeploy.jnilib
-rwxr-xr-x 1 root wheel 76544 Nov 2 14:43 libdt_local.jnilib
-rwxr-xr-x 1 root wheel 76544 Nov 2 14:43 libdt_socket.jnilib
-rwxr-xr-x 1 root wheel 1537472 Nov 2 14:52 libfontmanager.jnilib
-rwxr-xr-x 1 root wheel 56672 Nov 2 14:53 libframeembedding.jnilib
-rwxr-xr-x 1 root wheel 180032 Nov 2 14:52 libgpipelines.jnilib
-rwxr-xr-x 1 root wheel 71712 Nov 2 14:43 libgssapi.jnilib
lrwxr-xr-x 1 root wheel 15 Feb 14 15:41 libhotspot.dylib -> libclient.dylib
-rwxr-xr-x 1 root wheel 422976 Nov 2 14:43 libhprof.jnilib
-rwxr-xr-x 1 root wheel 76944 Sep 29 2007 libhsdbd.jnilib
-rwxr-xr-x 1 root wheel 187344 Nov 2 14:43 libinstrument.jnilib
-rwxr-xr-x 1 root wheel 82992 Nov 2 14:43 libioser12.jnilib
-rwxr-xr-x 1 root wheel 268608 Nov 2 14:53 libj2pkcs11.jnilib
-rwxr-xr-x 1 root wheel 54720 Nov 2 14:43 libjaas_unix.jnilib
-rwxr-xr-x 1 root wheel 529728 Nov 2 14:43 libjava.jnilib
-rwxr-xr-x 1 root wheel 91888 Nov 2 14:43 libjava_crw_demo.jnilib
-rwxr-xr-x 1 root wheel 72096 Nov 2 14:52 libjawt.dylib
-rwxr-xr-x 1 root wheel 609056 Nov 2 14:43 libjdwp.jnilib
-rwxr-xr-x 1 root wheel 517792 Nov 2 14:43 libjpeg.jnilib
-rwxr-xr-x 1 root wheel 658224 Nov 2 14:43 libjsound.jnilib
lrwxr-xr-x 1 root wheel 15 Feb 14 15:41 libjvm.dylib -> libclient.dylib
-rwxr-xr-x 1 root wheel 54704 Sep 29 2007 libjvm_compat.dylib
-rwxr-xr-x 1 root wheel 118944 Nov 2 14:53 libkeychain.jnilib
-rwxr-xr-x 1 root wheel 340416 Nov 2 14:52 liblaf.jnilib
-rwxr-xr-x 1 root wheel 187424 Sep 24 2007 libmacjavaws.jnilib
-rwxr-xr-x 1 root wheel 110608 Nov 2 14:43 libmanagement.jnilib
-rwxr-xr-x 1 root wheel 217936 Nov 2 14:43 libnet.jnilib
-rwxr-xr-x 1 root wheel 118416 Nov 2 14:43 libnio.jnilib
-rwxr-xr-x 1 root wheel 54528 Nov 2 14:43 librmi.jnilib
-rwxr-xr-x 1 root wheel 17600160 Sep 29 2007 libserver.dylib
-rwxr-xr-x 1 root wheel 985264 Nov 2 14:43 libsuncmm.jnilib
-rwxr-xr-x 1 root wheel 237056 Nov 2 14:43 libunpack.jnilib
-rwxr-xr-x 1 root wheel 159248 Nov 2 14:43 libverify.dylib
-rwxr-xr-x 1 root wheel 227408 Nov 2 14:43 libzip.jnilib
-rw-r--r-- 1 root wheel 21948 Sep 29 2007 server_classlist

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources:
total 320
-rw-r--r-- 1 root wheel 9174 Nov 2 14:52 AppletBadge.pdf
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 Dutch.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 English.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 French.lproj
-rw-r--r-- 1 root wheel 142652 Nov 2 14:52 GenericApp.icns
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 German.lproj
-rw-r--r-- 1 root wheel 770 Nov 2 14:52 Info.plist
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 Italian.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 Japanese.lproj
drwxr-xr-x 3 root wheel 102 Aug 18 2006 JavaPluginCocoa.bundle
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 Spanish.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 da.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 fi.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 ko.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 no.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 pl.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 pt.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 pt_PT.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 ru.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 sv.lproj
-rw-r--r-- 1 root wheel 455 Nov 2 14:53 version.plist
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 zh_CN.lproj
drwxr-xr-x 7 root wheel 238 Feb 14 15:41 zh_TW.lproj

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Dutch.lproj:
total 200
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 168 Jul 19 2007 Menu.strings
-rw-r--r-- 1 root wheel 1414 Jul 21 2007 aqua.properties
-rw-r--r-- 1 root wheel 83044 Sep 28 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5670 Jul 22 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Dutch.lproj/DefaultApp.nib:
total 16
-rw-r--r-- 1 root wheel 5793 Jul 31 2007 keyedobjects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/English.lproj:
total 184
drwxr-xr-x 5 root wheel 170 Feb 14 15:41 DefaultApp.nib
-rw-r--r-- 1 root wheel 168 Nov 2 14:52 Menu.strings
-rw-r--r-- 1 root wheel 1411 Nov 2 14:52 aqua.properties
-rw-r--r-- 1 root wheel 76548 Sep 24 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5484 Nov 2 14:45 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/English.lproj/DefaultApp.nib:
total 24
-rw-r--r-- 1 root wheel 110 Nov 2 14:52 classes.nib
-rw-r--r-- 1 root wheel 656 Nov 2 14:52 info.nib
-rw-r--r-- 1 root wheel 1781 Nov 2 14:52 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/French.lproj:
total 232
drwxr-xr-x 3 root wheel 102 Aug 10 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 168 Mar 29 2007 Menu.strings
-rw-r--r-- 1 root wheel 1547 Jul 24 2007 aqua.properties
-rw-r--r-- 1 root wheel 100544 Sep 13 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 6079 Jul 24 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/French.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1809 Mar 29 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/German.lproj:
total 208
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 172 Mar 7 2007 Menu.strings
-rw-r--r-- 1 root wheel 1444 Jul 23 2007 aqua.properties
-rw-r--r-- 1 root wheel 88893 Sep 11 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5766 Jul 23 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/German.lproj/DefaultApp.nib:
total 16
-rw-r--r-- 1 root wheel 5861 Jul 31 2007 keyedobjects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Italian.lproj:
total 200
drwxr-xr-x 3 root wheel 102 Aug 2 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 172 Mar 28 2007 Menu.strings
-rw-r--r-- 1 root wheel 1517 Jul 20 2007 aqua.properties
-rw-r--r-- 1 root wheel 85052 Sep 12 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5646 Jul 20 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Italian.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1792 Mar 28 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Japanese.lproj:
total 344
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 164 Mar 7 2007 Menu.strings
-rw-r--r-- 1 root wheel 1946 Jul 23 2007 aqua.properties
-rw-r--r-- 1 root wheel 155091 Aug 16 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 8471 Jul 23 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Japanese.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1814 Dec 7 2006 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle:
total 0
drwxr-xr-x 8 root wheel 272 Feb 14 15:41 Contents

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents:
total 32
-rw-r--r-- 1 root wheel 1726 Sep 24 2007 CodeResources
-rw-r--r-- 1 root wheel 3570 Sep 24 2007 Info.plist
drwxr-xr-x 3 root wheel 102 Feb 14 15:41 MacOS
-rw-r--r-- 1 root wheel 8 Sep 24 2007 PkgInfo
drwxr-xr-x 22 root wheel 748 Feb 14 15:41 Resources
-rw-r--r-- 1 root wheel 456 Sep 24 2007 version.plist

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/MacOS:
total 584
-rwxr-xr-x 1 root wheel 297424 Sep 24 2007 JavaPluginCocoa

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources:
total 72
-rw-r--r-- 1 root wheel 22182 Sep 24 2007 CoffeeCup.tiff
-rw-r--r-- 1 root wheel 8770 Sep 24 2007 CoffeeCupError.tiff
drwxr-xr-x 3 root wheel 102 Jul 25 2007 Dutch.lproj
drwxr-xr-x 3 root wheel 102 Feb 14 15:41 English.lproj
drwxr-xr-x 3 root wheel 102 Feb 14 15:41 French.lproj
drwxr-xr-x 3 root wheel 102 Feb 14 15:41 German.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 Italian.lproj
drwxr-xr-x 3 root wheel 102 Feb 14 15:41 Japanese.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 Spanish.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 da.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 fi.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 ko.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 no.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 pl.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 pt.lproj
drwxr-xr-x 3 root wheel 102 Sep 14 2007 pt_PT.lproj
drwxr-xr-x 3 root wheel 102 Jul 24 2007 ru.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 sv.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 zh_CN.lproj
drwxr-xr-x 3 root wheel 102 Jul 25 2007 zh_TW.lproj

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/Dutch.lproj:
total 8
-rw-r--r-- 1 root wheel 382 Dec 11 2006 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/English.lproj:
total 8
-rw-r--r-- 1 root wheel 372 Sep 24 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/French.lproj:
total 8
-rw-r--r-- 1 root wheel 374 Dec 22 2006 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/German.lproj:
total 8
-rw-r--r-- 1 root wheel 378 Feb 27 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/Italian.lproj:
total 8
-rw-r--r-- 1 root wheel 384 Feb 27 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/Japanese.lproj:
total 8
-rw-r--r-- 1 root wheel 372 Feb 27 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/Spanish.lproj:
total 8
-rw-r--r-- 1 root wheel 392 Feb 27 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/da.lproj:
total 8
-rw-r--r-- 1 root wheel 388 Jan 14 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/fi.lproj:
total 8
-rw-r--r-- 1 root wheel 384 Jan 22 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/ko.lproj:
total 8
-rw-r--r-- 1 root wheel 350 Feb 27 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/no.lproj:
total 8
-rw-r--r-- 1 root wheel 388 Jan 14 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/pl.lproj:
total 8
-rw-r--r-- 1 root wheel 372 Jan 21 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/pt.lproj:
total 8
-rw-r--r-- 1 root wheel 372 Jan 18 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/pt_PT.lproj:
total 8
-rw-r--r-- 1 root wheel 388 Aug 17 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/ru.lproj:
total 8
-rw-r--r-- 1 root wheel 374 Jan 10 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/sv.lproj:
total 8
-rw-r--r-- 1 root wheel 386 Feb 27 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/zh_CN.lproj:
total 8
-rw-r--r-- 1 root wheel 344 Jun 3 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPluginCocoa.bundle/Contents/Resources/zh_TW.lproj:
total 8
-rw-r--r-- 1 root wheel 344 Feb 27 2007 InfoPlist.strings

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Spanish.lproj:
total 216
drwxr-xr-x 3 root wheel 102 Aug 6 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 172 Aug 6 2007 Menu.strings
-rw-r--r-- 1 root wheel 1538 Aug 6 2007 aqua.properties
-rw-r--r-- 1 root wheel 90696 Sep 28 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5873 Aug 6 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Spanish.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1782 Aug 6 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/da.lproj:
total 192
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 180 Mar 7 2007 Menu.strings
-rw-r--r-- 1 root wheel 1412 Jul 25 2007 aqua.properties
-rw-r--r-- 1 root wheel 81912 Oct 1 05:03 deploystrings.properties
-rw-r--r-- 1 root wheel 5533 Jul 25 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/da.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1762 Feb 24 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/fi.lproj:
total 208
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 176 Apr 13 2007 Menu.strings
-rw-r--r-- 1 root wheel 1452 Jul 24 2007 aqua.properties
-rw-r--r-- 1 root wheel 89260 Jul 21 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5795 Jul 24 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/fi.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1765 Jul 23 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/ko.lproj:
total 288
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 164 Mar 7 2007 Menu.strings
-rw-r--r-- 1 root wheel 1697 Jul 25 2007 aqua.properties
-rw-r--r-- 1 root wheel 130393 Jul 25 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 6876 Jul 25 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/ko.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1807 Feb 24 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/no.lproj:
total 192
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 172 Apr 13 2007 Menu.strings
-rw-r--r-- 1 root wheel 1414 Jul 25 2007 aqua.properties
-rw-r--r-- 1 root wheel 81613 Oct 1 06:54 deploystrings.properties
-rw-r--r-- 1 root wheel 5636 Jul 25 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/no.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1751 Apr 13 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/pl.lproj:
total 216
drwxr-xr-x 3 root wheel 102 Aug 2 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 172 Mar 25 2007 Menu.strings
-rw-r--r-- 1 root wheel 1503 Jul 20 2007 aqua.properties
-rw-r--r-- 1 root wheel 90186 Jul 25 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5832 Jul 20 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/pl.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1784 Mar 25 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/pt.lproj:
total 216
drwxr-xr-x 3 root wheel 102 Aug 2 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 172 Apr 16 2007 Menu.strings
-rw-r--r-- 1 root wheel 1492 Jul 21 2007 aqua.properties
-rw-r--r-- 1 root wheel 90696 Oct 1 03:56 deploystrings.properties
-rw-r--r-- 1 root wheel 5907 Jul 21 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/pt.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1785 Apr 16 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/pt_PT.lproj:
total 216
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 172 Mar 7 2007 Menu.strings
-rw-r--r-- 1 root wheel 1480 Jul 21 2007 aqua.properties
-rw-r--r-- 1 root wheel 92550 Sep 13 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5901 Jul 21 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/pt_PT.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1803 Mar 22 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/ru.lproj:
total 560
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 180 Mar 7 2007 Menu.strings
-rw-r--r-- 1 root wheel 2449 Jul 23 2007 aqua.properties
-rw-r--r-- 1 root wheel 264015 Jul 24 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 11328 Jul 23 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/ru.lproj/DefaultApp.nib:
total 16
-rw-r--r-- 1 root wheel 6167 Jul 31 2007 keyedobjects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/sv.lproj:
total 200
drwxr-xr-x 3 root wheel 102 Aug 2 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 172 Mar 29 2007 Menu.strings
-rw-r--r-- 1 root wheel 1440 Jul 20 2007 aqua.properties
-rw-r--r-- 1 root wheel 85792 Sep 27 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 5666 Jul 20 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/sv.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1770 Mar 29 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/zh_CN.lproj:
total 240
drwxr-xr-x 3 root wheel 102 Jul 31 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 160 Mar 19 2007 Menu.strings
-rw-r--r-- 1 root wheel 1718 Jul 25 2007 aqua.properties
-rw-r--r-- 1 root wheel 104567 Jul 25 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 6573 Jul 25 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/zh_CN.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1779 Feb 24 2007 objects.nib

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/zh_TW.lproj:
total 248
drwxr-xr-x 3 root wheel 102 Aug 2 2007 DefaultApp.nib
-rw-r--r-- 1 root wheel 166 Mar 29 2007 Menu.strings
-rw-r--r-- 1 root wheel 1706 Jul 23 2007 aqua.properties
-rw-r--r-- 1 root wheel 106606 Jul 25 2007 deploystrings.properties
-rw-r--r-- 1 root wheel 6785 Jul 23 2007 serviceui.properties

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/zh_TW.lproj/DefaultApp.nib:
total 8
-rw-r--r-- 1 root wheel 1790 Mar 29 2007 objects.nib
Macintosh:~ denniskatz$ ls -l /usr/bin/java
lrwxr-xr-x 1 root wheel 74 Feb 14 15:41 /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
Macintosh:~ denniskatz$
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Sun Mar 30, 2008 11:45 pm    Post subject:

OK. I did a comparison of every single file in your Java installation to mine (I am running Mac OS X 10.5.2 like you and I did the comparison before and after the latest system update).

The bad news is literally dozens of Java files on your machine are different than mine. So clearly something is not right with the Mac OS X Java files.

Before you reinstall Mac OS X, a simpler (but slow) approach to try is to reinstall Apple's 10.5.2 system update and then, after rebooting, select the Apple :: Software Update menu and install any system updates.

The 10.5.2 system update can be downloaded from here:

http://www.apple.com/support/downloads/macosx1052comboupdate.html

Does NeoOffice start after doing that?

Patrick
Back to top
ovvldc
Captain Naiobi


Joined: Sep 13, 2004
Posts: 2352
Location: Zürich, CH

PostPosted: Mon Mar 31, 2008 9:31 am    Post subject:

Perhaps run the latest Java updates as well?

-Oz

_________________
"What do you think of Western Civilization?"
"I think it would be a good idea!"
- Mohandas Karamchand Gandhi
Back to top
Samwise
Captain Naiobi


Joined: Apr 25, 2006
Posts: 2315
Location: Montpellier, France

PostPosted: Mon Mar 31, 2008 9:48 am    Post subject:

ovvldc wrote:
Perhaps run the latest Java updates as well?

-Oz


No Java updates have been released for Leopard.
Back to top
Denise
Sentinel


Joined: Mar 29, 2008
Posts: 21

PostPosted: Mon Mar 31, 2008 11:14 am    Post subject: installation hangup

Sorry for not getting back sooner but had to work

When trying to run the 10.5.2 update I got the message that my mac drive doesen't meet the requirements for this update and wouldn't let me go any further
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Mar 31, 2008 11:23 am    Post subject: Re: installation hangup

Denise wrote:
Sorry for not getting back sooner but had to work

When trying to run the 10.5.2 update I got the message that my mac drive doesen't meet the requirements for this update and wouldn't let me go any further


Now that really points to something being corrupted or missing in your Mac OS X installation. I am afraid that reinstalling Mac OS X may be the only realistic option.

If you choose to reinstall Mac OS X Leopard from the CDs, I would recommend that reinstall with the the "Archive and Install" option as recommended by Apple.

Patrick
Back to top
Lorinda
Captain Mifune


Joined: Jun 20, 2006
Posts: 2051
Location: Midwest, USA

PostPosted: Mon Mar 31, 2008 11:58 am    Post subject:

If at all possible, make a backup before proceeding. If you have used iWeb at all, you need to be absolutely certain you have a backup of your domain file (which is not the same as your published site) before proceeding. That's not a NeoOffice related issue, but I can't tell you the number of posts I've seen over at Apple Discussions from folks who lost access to their websites after reinstalling OS X.

Since the Apple Discussions site appears to be malfunctioning at the moment, just send me a private message here (click the pm button at the bottom of my post) if you need more info on backing up iWeb files.

Lorinda
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Mar 31, 2008 12:15 pm    Post subject:

Lorinda wrote:
If at all possible, make a backup before proceeding. If you have used iWeb at all, you need to be absolutely certain you have a backup of your domain file (which is not the same as your published site) before proceeding. That's not a NeoOffice related issue, but I can't tell you the number of posts I've seen over at Apple Discussions from folks who lost access to their websites after reinstalling OS X.


Also, this is why I recommend using the Archive and Install option as that will ensure that the Mac OS X reinstall does not delete your existing installation and merely moves them into a new "Previous System" folder on your main volume.

Patrick
Back to top
Denise
Sentinel


Joined: Mar 29, 2008
Posts: 21

PostPosted: Mon Mar 31, 2008 1:33 pm    Post subject:

I have reinstalled the operating system.

Neooffice loads and works fine. Thanks Patrick and everyone for your help and suggestions.

Denise Very Happy
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Mar 31, 2008 1:39 pm    Post subject:

Denise wrote:
I have reinstalled the operating system.

Neooffice loads and works fine. Thanks Patrick and everyone for your help and suggestions.

Denise Very Happy


So were you able to also install Patch 1 without hanging?

Patrick
Back to top
Denise
Sentinel


Joined: Mar 29, 2008
Posts: 21

PostPosted: Mon Mar 31, 2008 4:56 pm    Post subject: installation

No problem installing the patch.

I wonder what caused my Java files to be so messsed up

Thanks again, Patrick

Denise
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> NeoOffice Releases All times are GMT - 7 Hours
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.