Computers |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 (permalink) |
| Software Developer Join Date: Mar 2006 Location: Columbus, OH
Posts: 465
| You can develop J# applications in Visual Studio. As long as you don't reference .Net libraries, you can probably use the JDK to compile the same source code, and thus have a real Java program. |
| | |
| | #4 (permalink) |
| Super Techie Join Date: Sep 2005
Posts: 341
| Due to liscensing issues....no. You cannot access the JDK from "inside" VS 2003. You still have to use the command line.
__________________ The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!! Guns, Guts, and Alcohol made America free. Born American, Die American Ubuntu - it\'s all about the bun\'s baby!!! |
| | |
| | #6 (permalink) |
| Super Techie Join Date: Sep 2005
Posts: 341
| Way back when, and I can't remember when, but it was between VS 6.0 and VS .NET....Sun and Microsoft had a Row over the availability of Java in VS. That's why you can only use J#, not Java. I don't know the details of it, but I wouldn't go so far as to say that Sun doesn't want MS in the java business, as to say that MS can no longer market anything under or with the "Java" name. I would imagine this is in part because IBM has their JVM, and MS was wanting their JVM. IBM was adhering to and communicating with/contributing to the Java community. MS wanted to create their own verison of the JVM, with out Sun in on it.
__________________ The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!! Guns, Guts, and Alcohol made America free. Born American, Die American Ubuntu - it\'s all about the bun\'s baby!!! |
| | |
| | #8 (permalink) |
| Super Techie Join Date: Sep 2005
Posts: 341
| Ya know, I couldn't tell you. On a class-by-class basis, I don't know. I imagine IBM came out with their JVM in part because the were/are the biggest corporate backer in the Eclipse project. It is an ECMA standard, to my recollection. Kinda like Novell and Mono...with C# being an ECMA standard, Novell and a community took some initiative and ported .NET and C# to the *nix platforms (Unix, Linux, Mac OS X, and even Windows) So now with something like 98% compatibility .NET programmers can compile their code to run on Mono too.
__________________ The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!! Guns, Guts, and Alcohol made America free. Born American, Die American Ubuntu - it\'s all about the bun\'s baby!!! |
| | |