Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Classpath for Java App

Status
Not open for further replies.

taco53

Technical User
Oct 19, 2000
9
0
0
US
How do I determine what is the current Classpath for Win95? I have two Java based apps that need to be installed on Win95 and the Classpath statements seem to be conflicting. Thank you for any information.
 
If you have Internet Explorer 4.0 or higher with the Java Virtual Machine, the classpath is set here:

Microsoft (R) Command-line Loader for Java Version 5.00.3802
Copyright (C) Microsoft Corp 1996-2000. All rights reserved.

Usage: JView [options] <classname> [arguments]

Options:
/? displays usage text
/cp <classpath> set class path
/cp:p <path> prepend path to class path
/cp:a <path> append path to class path
/n <namespace> namespace in which to run
/p pauses before terminating if an error occurs
/v verify all classes
/d:<name>=<value> define system property
/a execute AppletViewer
/vst print verbose stack traces (requires debug classes)
/prof[:eek:ptions] enable profiling (/prof:? for help)

Classname:
.CLASS file to be executed.

Arguments:
command-line arguments to be passed on to the class file

reghakr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top