Java application properties  DFC tab

Chapter 1: Java Support

General tab

Java Application


Plug-in Class Name and Class Path Items field entries

When you specify the class that extends the application (Plug-in Class Name) and the path to that class (Class Path Items), your entries fall into one of four categories:

Package, No; JAR, No The class is not part of a package or a JAR file.

Package, No; JAR, Yes The class is not part of a package, but is part of a JAR file.

Package Yes; JAR, No The class is part of a package file, but not part of a JAR file.

Package, Yes; JAR, Yes The class is part of a package and a JAR file.

Java package names consists of a series of alphanumeric characters separated by periods. Java expects one-to-one mapping of the package name and the file system directory structure; that is, put the file in the directory structure that mirrors the package name. For example, the Java classes that belong to the package “scheme” should be in a directory also named “scheme.” D:\working\com\foo\myBob.class, the package name would be com.foo.myBob.





Copyright © 2005. Sybase Inc. All rights reserved. DFC tab

View this book as PDF