Create applications in Java with the possibility to run in .NET Framework.
Within the
free tool pack to
generate desktop and web applications, known as Visual Studio 2005 Express Editions, we will find the latest version of Visual J#.
Visual J# 2005 Express Edition is a programing environment that offers students and non-professional programmers the possibility to
create application and services in .NET Framework using the Java language syntax.
The new
features included in
Visual J# 2005 are:
-
Checks compatibility with CLS (
Common Language Specification).
- Compatibility with internal exceptions.
- Run partial trusted code (
applets), thanks to the inclusion of the
AllowPartiallyTrustedCallers attribute in the Visual J# library.
- Improved compatibility when working
simultaneously with different versions of
Common Language Runtime.
-
Changes the exception control model to allows that the catch clauses that detect
java.lang.Throwable exceptions con detect .NET exceptions inherited from
System.Exception.
- Compatibility with the
Java Bean style properties, with type conversation by means of CodeDOM and with the document commentaries.
Even though Visual J# isn't admitted in Visual Studio 2008 or later versions, you can still enjoy it in Visual Studio 2005.
Requirements: This
download is an installer that connects to Internet once launched to
download the the files that are required for the installation of
Visual J# 2005 Express Edition.