How to make Visual Studio 2005 J# work with JDK 6?

R

raven

Does anybody know if it is possible to make JDK 6 work with VS 2005?
I recall something was possible with VS 6. At least you could compile.
 
M

Mike Schilling

raven said:
Does anybody know if it is possible to make JDK 6 work with VS 2005?
I recall something was possible with VS 6. At least you could
compile.

I doubt it, since J# isn't Java in any way except for its syntax and
using a very old version of the java.* hierarchy (e.g. it doesn't
produce Java bytecode.)
 
M

Mike Schilling

rossum said:
You might have better luck with an old J++ version; at least that
compiled to Java bytecode. J# has Java syntax but compiles to .NET IL
rather than Java bytecode. J# was intended for migration from
Java/J++ to C# and .NET and IIRC is now obsolescent and no longer
being maintained.

I hadn't realized that J# was gone, but that seems correct. The .NET 3.0
Class Library has J# examples, and the 3.5 does not.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top