| Thread | Last Post | Replies |
|
| ZipEntry class - date setting | 31 Jul 2005 16:01 GMT | 2 |
I'm using ZipEntry class in one of my asp.net applications(c# is code behind). I'm able to successfully zip a file, but the date of the zipped file is shown as 1/1/1980. I tried to ZipEntry.setTime(long), but it is also of no use. How to get orignal file date/tiime for the ...
|
| Java API for XML Processing | 27 Jul 2005 15:58 GMT | 1 |
Is it possible to use the JAXP libraries in J#? I have downloaded them from Sun and tried to convert them using Jbimp, but no joy
|
| java.text.DecimalFormat | 21 Jul 2005 19:47 GMT | 1 |
The following piece of code is producing an odd result. Upon execution s1="2199.76" whilst strangely s2="2199.77". java.text.DecimalFormat DF = new java.text.DecimalFormat("#,##0.00", new DecimalFormatSymbols( Locale.US ) );
|
| how to instantiate the inner class. | 17 Jul 2005 16:12 GMT | 5 |
I created a .java code file in Visual J#.Net and converted it into the application by adding the "public static void main(String args[])" function. I have created the two classes one extends from Applet, and the other
|
| java/COM--->j#/COM | 16 Jul 2005 00:04 GMT | 4 |
java/COM--->j#/CO Anyone tried to convert java exposed as COM to j# I'm having a problem and can't compile my project unless I use the old jactivex utility to generate the interfaces that are exposed to COM Here's the steps I take
|
| Microsoft J# Browser Controls Question | 15 Jul 2005 20:36 GMT | 2 |
I have a java applet, that by using JNI, allows u to use a scanner through a c++ built dll with twain. That scanned image is then saved to disk (JAR signed), and in turn, is uploaded to a webservice.
|