Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tasks apply to both Visual J# Express Edition and Visual J# 2005.
In This Section
- How to: Access Resources from a .properties File
Provides a code example that shows how to share a .properties file between Visual J# and a legacy application.
- How to: Call a Method in a DLL from Visual J#
Provides steps to show how to call both static and dynamic methods from the vjslib.dll library.
- How to: Create a Visual J# Project from Existing J++ Code
Provides the steps necessary to upgrade a Visual J++ project to Visual J#.
- How to: Deploy J# Browser Controls
Describes how to create a simple control, deploy the control to a Web site, and display it on a Web page.
- How to: Implement an Interface in J#
Provides code that shows you how to implement the java.lang.Comparable interface to compare bank transactions.
- How to: Validate User Input in a Console Application
Provides steps for creating a console application that verifies the user entered a first and last name at run time.
- How to: Write a Package Scoped Class
Provides examples that show how to package scoped classes.