| Thread | Last Post | Replies |
|
| Disappointed at J# | 29 Sep 2005 01:09 GMT | 2 |
First I would like to point out that having used (too) many programming languages over the past 15 years (assembly, visual/basic, pl/1, fortran, pascal, c, c++, java, c# I decided to give J# a try. I am however no Java guru as I have not used the language extensively (I have ...
|
| log4j -> log4net wrapper | 21 Sep 2005 01:40 GMT | 2 |
Hi; Has anyone written a log4j set of classes that just call directly to log4net? I want to use log4net, but I don't want to have to change all of my log calls.
|
| Aero Glass | 20 Sep 2005 22:25 GMT | 3 |
I installed Vista Beta this morning, but the glass look (transparent edges etc. as seen in all beta 1 screentshots) aren't there. My graphics card is an nVidia 6600, and I have a 2.53ghz processor with 512mb of
|
| J# java.util.zip.ZipFile exception | 20 Sep 2005 11:10 GMT | 1 |
I have a unit test that is attempting to extract a compressed file using the java.util.zip.ZipFile object from the visual j# library. When I attempt to create a ZipFile object in the unit test: java.util.zip.ZipFile newZip = new
|
| what instead of javax.mail.*? | 16 Sep 2005 01:23 GMT | 1 |
Hi; I need to be able to send email to a SMTP server. .net 2.0/J# does not appear to support javax.mail.*. Any suggestions on what the closest equivilent is in .net?
|
| junit ported to .net | 16 Sep 2005 01:22 GMT | 1 |
Hi; Has anyone ported junit directly to J#? I know I can use nunit but I have several hundred thousand lines of junit tests for my code so I want to run junit under J#.
|
| Help for C# Interview questions and career decision | 14 Sep 2005 07:04 GMT | 2 |
I am fresh college graduate who has done C and C++ during college times.After that i had done a C# course from one of our local computer institute.The course is BCM which ran for 1 year.But now when i am looking for job the questions asked in interview are really very very
|
| Testing for equality of strings in VJ# | 13 Sep 2005 12:23 GMT | 3 |
I am really puzzled in one piece of code the obvious worked and in another it didn't String s; // a global ....
|
| J# URLConnection does not allow setting cookies | 12 Sep 2005 21:33 GMT | 1 |
I cannot set cookie header with J# URLConnection class method setRequestProperty("Cookie", "cookie_name=cookie_value"). Cookie header is empty as received by the server. I cannot use System.Net.Cookie class since we have a single code base
|
| java.net.Socket doesn't correctly route over VPN tunnel | 08 Sep 2005 18:44 GMT | 1 |
I've traced a problem with a VJ# library to a failure of the CLR to use the correct route to the host. I'm running Windows XP, patched latest, and the .NET framework 1.1. I also have the following NICs:
|
| Xerces and .NET | 07 Sep 2005 08:24 GMT | 2 |
I'm trying to valiadte XML against XSD using org.apache.xerces library. The code resembles the following (working OK on j2ee) ============================================== SAXParserFactory spf = new SAXParserFactoryImpl();
|
| conversion of java code to J# | 01 Sep 2005 17:50 GMT | 1 |
I would like to have a JTextArea with a background white and text should be readonly. The way I tried is something like this: JTextArea text = new JTextArea();
|