Using JDialUp API 1.2
Requirements
- Currently JDialUp API 1.2 provides functionality for Windows operating system family ( Windows 9x, Windows NT 4.0, Windows 200x, Windows XP ).
- Your JRE version must be 1.4 or later.
- Your Windows environment PATH settings must include path to jdialup.dll file, otherwise you should put jdialup.dll file to %JRE_HOME%/bin folder or to your application's start up folder.
- The jdialup.jar file must be added to your -classpath parameters.
- Support: support@jmethod.com
Usage principles
- JDial class contains all methods the user may need to work with Windows RAS, including creating, editing, deleting, renaming, dialing, hanging up, etc. of the specified RAS entries.
- Provide implementation of JDNotification interface in your application if you want to get callback notification about dialing process state, see JDialSample.java.
- When dial up connection is established you can use java.net and javax.net API for instance, to continue your logic flow in traditional way as you've joined the network.