documentation error? or worse?
Hi, The documentation references a file classes.zip, which does not appear to be present anywhere in the download (j2sdk-1.3.0-FCS-linux-.tar.bz2). I can't get any other Java packages to work (my ultimate goal is to use Tomcat for Java servlets), so I think maybe it's a related error? Any advice or suggestions are greatly appreciated. I've been through all the online docs several times and it has been no help. ---documentation clip--- Also note that if you already have a CLASSPATH set, you'll probably want to append .:/usr/local/jdk1.1.6/lib/classes.zip: to that environment variable. This ensures that you have the current working-directory in your class search path, and makes things much easier for you as you test your code. Of course you may want to add these environment commands to your shell's startup script, such as $HOME/.bashrc. Some people may wish to set JAVA_HOME themselves. That way, you can change all commands following setting that to use it instead, such as $ export JAVA_HOME=/usr/local/jdk1.1.6 $ export PATH=$JAVA_HOME/bin:$PATH $ export CLASSPATH=.:$JAVA_HOME/lib/classes.zip - Please advise, thanks! Brent Phillips -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: documentation error? or worse?
Hi! On Fre, 12 Jan 2001 Brent Phillips wrote: > Hi, > > The documentation references a file classes.zip, which does not appear to be > present anywhere in the download (j2sdk-1.3.0-FCS-linux-.tar.bz2). I > can't get any other Java packages to work (my ultimate goal is to use Tomcat > for Java servlets), so I think maybe it's a related error? Any advice or > suggestions are greatly appreciated. I've been through all the online docs > several times and it has been no help. There's a newer archive format called jar. Look for a file called rt.jar . It should contain all the required classes. You shouldn't have to put it into your CLASSPATH anymore (I guess that's since 1.2 ?). Ciao, Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Swing Tree Tutorial, Trace Techniques
Building a customized tree view This step-by-step tutorial shows you how to customize the Java Swing tree implementation to build a tree view that displays magnitude information for a file system. http://www-105.ibm.com/developerworks/education.nsf/java-onlinecourse-bytitle/A2462B908CF16650862569CA005880B2?open&l=jlbd,t-gr,p=Swing-Tree <>-o-<> Techniques for adding trace statements to your Java application A ready-made strategy, complete with code, for tracing bugs in your apps before and after deployment. http://www-106.ibm.com/developerworks/library/j-tracing/?open&l=jlbd,t-gr,p=Trace <>-o-<> IBM WebSphere preview technologies A Java 1.3 Runtime Environment that includes IBM's just-in-time (JIT) compiler, enhanced with a unique Mixed Mode Interpreter. The Runtime Environment is provided with the Developer Kit, as a separate installable package, and as a ZIP file for redistribution. The Java runtime and developer kit are compatible with Sun's Java 2 Platform, Standard Edition (J2SE) Version 1.3. Security components. WebSphere preview technologies includes: -> Java Cryptography Extension (JCE) 1.2.1 -> Certificate Management Protocol (CMP) -> Public Key Cryptography Standards (PKCS) -> Secure Multi-Purpose Internet Mail Extensions (S/MIME) -> Java Secure Sockets Extension (JSSE) -> The Java Authentication and Authorization Service (JAAS) -> A Developer Kit for developing and running applications and applets -> The Java Communications application programming interface (API) -> The Java Plug-in Free WebSphere Download http://www.alphaworks.ibm.com/aw.nsf/html/WebSphere?open&l=jlbd,t-gr,p=WS-Preview <>-o-<> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]