| Thread | Last Post | Replies |
|
| J# or C# which when ? | 29 Mar 2006 20:12 GMT | 1 |
Someone wrote "J# is for migrating away from Java. It's not a good tool for building new .NET applications. " Does the community agree with this ? Should I offer Visual J# as an alternative IDE in a first Java Course ???
|
| "Interface implemented twice" compiler bug? | 29 Mar 2006 16:49 GMT | 1 |
Given this file (Stuff.js): public class MyClass { public static interface MyInterface
|
| Folders view NOT showing up in Windows Explorer bar! | 29 Mar 2006 03:34 GMT | 1 |
I can't view the folders in the Explorer bar of Windows Explorer- when it opens up, the side bar is simply grey. When I click on View>Explorer Bar>Folders, it toggles the sidebar on and off, and other views in the Explorer bar work, but . As I use that view A LOT, it has become ...
|
| hotmail password crisis | 27 Mar 2006 17:18 GMT | 1 |
Is there any way Microsoft can reset a Hotmail password for me? I've been locked-out of my account (someone using my username has apparently reset my password), and I can't get back in. I've tried EVERYTHING, but I can't receive instructions on resetting my
|
| J#, Java or C#? | 19 Mar 2006 18:48 GMT | 2 |
Hello sirs., First of all, sorry for my English, I'm brazilian. I am a PHP programmer from about 6 years and last year I founded a company (Auriumsoft LTDA - [url]www.auriumsoft.com.br[/url]) focused to
|
| Which IDE to create VJ# sites with ASP.NET 2.0? | 19 Mar 2006 18:38 GMT | 1 |
At htis time I use Visual Studio .NET 2003 for creating my ASP.NET 1.1 Websites with the VJ# language. Is there a free IDE to create ASP.NET 2.0 sites with VJ#? Kind greetings, Christian.
|
| create text file | 19 Mar 2006 18:35 GMT | 1 |
I am unable to use the creatNewFile function of the java.io.file package. It seems not to be supported in visual j#. How do you create a file and save it to the hard drive? (in visual j#)
|
| DecimalFormat ignoring exponent? | 19 Mar 2006 18:30 GMT | 3 |
I use java.text.DecimalFormat returned from NumberFormat.getInstance to parse numbers like 9E03 and 9.1E03. But it seems to ignore the exponent and returns me 9 and 9.1, respectively. This is inconsistant with Java. Is this a known problem? Is there a workaround?
|
| Displaying a value stored in a variable | 19 Mar 2006 18:19 GMT | 2 |
I am just starting to learn how to use microsoft visual j#, and I wonder if anyone could help me with this problem, I am trying to display a number stored in a varible into a message Box.show but I keep getting the Error below:
|
| serial port usage | 19 Mar 2006 18:13 GMT | 1 |
What do you import to read data from the com or serial port of a computer using visual j# windows xp?
|
| java.lang.ref.SoftReference missing? | 11 Mar 2006 15:32 GMT | 1 |
I'm trying to compile a Java project in Visual Studio however it would seem that J# doesn't have an implementation of the java.lang.ref.SoftReference class (which I imagine would be a simple wrapper over the top of a System.WeakReference).
|
| Can J# accept Sun's Java only? | 01 Mar 2006 05:10 GMT | 1 |
Hi, I'm in crisis for my final task. First, can J# accept/filter only Sun's Java code? I mean, J# has delegate, events, blablabla, while Java can't. Can J# filter those?
|