Hello there!
I have stumbled upon the jar tool always printing nominally the same date and
time for a JarEntry, regardless of the timezone set. Confused by this, I dug
into the code only to find out that the zip file format does neither store
timezone information nor timestamps in UTC. This ba
Hello there!
I have added pl localization to the JAR tool. More tools are coming! ;-)
Regards,
Jacob
diff -r bb808c61d677 src/share/classes/sun/tools/jar/resources/jar_pl.properties
--- /dev/null
+++ b/src/share/classes/sun/tools/jar/resources/jar_pl.properties
@@ -0,0 +1,73 @@
+#
+# Copyright
Hello there!
I have added de and pl localizations to the native2ascii tool. And, I have
migrated the other existing localizations to property file resource bundles,
just like in the other tools.
Regards,
Jacob
diff -r bb808c61d677 src/share/classes/sun/tools/native2ascii/Main.java
--- a/src/