On TV.com: BATTLESTAR GALACTICA has fans talking
3 Resources for

classpath

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Sealing your Java jars can solve some of your classpath problems
Read why David Petersheim advocates making sealed jars part of your deployment system. Also, see how sealing your jars may help you solve some classpath problems. The classpath causes many Java-induced headaches. One of the problems with the classpath is that multiple versions of the same class...
Tags: Java, David Petersheim, Programming languages, jar, class loader, classpath, Java Tips Newsletter, Class, Software Development, Software/Web Development
Technical articles 2005-08-12
Tomcat/Jsp Configuration Problem
My system spec/ installed s/w as followsWin2k Prof.(SP-4), Oracle 8i (8.1.6) with D2K(Forms & Report 6), Ms Office 2000, Visual Studio 6.Recently i have installed j2sdk 1.4.2 (10) and Jakarta Apachi Tomcat-5.0.28. I hv the following environment veriable.........JAVA_HOME = C:Javaj2sdk1.4.2_10CATALINA_HOME=C:JavaTomcat 5.0CLASSPATH=c:OracleOra81orbclassesyoj.jar;c:OracleOra81orbclassesshare.zip;%CATALINA_HOME%commonlibservlet-api.jar;%CATALINA_HOME%commonlibjsp-api.jarPATH=c:OraD2Kbin;c:OracleOra81bin;%SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem;c:OracleOra81orbbin;%JAVA_HOME%bin;%CATALINA_HOME%bin;I hv created one simple jsp page in root folder...
Tags: Java, classpath
Q&A 2005-12-10
Setting a path and Classpath for Java
DearAppreciated for your quick answer for my first Question I am Glad.My second question is about setting a classpath in Java.Q)I have installed windows2000 on my D Drive and XP on C drive I installed JSDK 1.5 on D drive I need to setpath and classpath when ever I run...
Tags: Programming languages, Java, D Drive
Q&A 2005-06-09

Additional Resources

j2ee
I already have j2dk installed , now I want to use j2ee classes like servlets ... what should I do ?! do I have to copy past the doc or the src files !?If you installed j2ee tou should have servlet.jar in libyou need to add it in your classpath,...
Tags: elnaaz@..., J2EE, programming, servlet
Q&A 2005-07-12
JAdaptiveMenu (zip)
JAdaptiveMenu is an intelligent and adaptive extension for JPopupMenu. Rarely used menu items are hidden, like in Microsoft Office. JAdaptiveMenu comes as single jar file. Just add this library to your classpath and use the new "JAMPopupMenu" instead of the Java default "JPopupMenu". This version is the first release on...
Tags: JAdaptiveMenu, Programming Languages, Java, Microsoft Office, Software Development, Software/Web Development, Office Suites, Software
Software downloads 2008-01-14
The Java Extension Mechanism
The Java extension mechanism offers an easy-to-use infrastructure for providing optional packages. Packages can be used by all Java programs without the need to modify the user class path. Instead of requiring the user to work with the -classpath option, please consider taking advantage of the extension mechanism. However, the...
Tags: Sun Microsystems Inc., Extension Mechanism, Programming Languages, Java, Software Development, Software/Web Development
White papers 2005-04-26
JExeWrapper (exe)
If you are a Java programmer then it is very likely you had to play around with batch files to make your programs run on Windows systems. And it is safe to say you ran into problems such as the need to set the classpath, making sure java was on...
Tags: Java Application, JExeWrapper, Programming Languages, Java, Microsoft Windows, Software Development, Software/Web Development, Operating Systems, Software
Software downloads 2005-09-13
Creating Extensible Applications With the Java Platform
An extensible application is one that the user can extend easily without modifying its original code base. One can enhance its functionality with new plug-ins or modules. Developers, software vendors, and even customers can add new functionality or Application Programming Interfaces APIs by simply adding a new Java Archive JAR...
Tags: Java Platform, Application, Java, Programming Languages, Software Development, Software/Web Development
White papers 2007-09-01
Simple applet won't run - please help
Simple applet won't run - please helpHi all,I am an experienced programmer trying to learn Java. I have a very simple applet that I cannot get to run for some reason. Please see the code below:import java.applet.*;import java.awt.*;public class BLinkJVerCheck extends Applet{ private Label m_labVersionVendor; public void init {Color colFrameBackground...
Tags: applet, Java, KeeBored, programming
Q&A 2005-04-15
Migrating From Sun Java Studio Enterprise 7 to Sun Java Studio Enterprise 8
Sun Java Studio Enterprise 8 (henceforth, Java Studio Enterprise 8) Integrated Development Environment IDE is a major step forward in the life of the Java Studio Enterprise product. The introduction of the new Ant-based projects system provides tighter classpath management, more versatile build and run options, and the tightest integration...
Tags: IDE, Environment, Sun Microsystems Inc., Sun Java, Development Environment, Programming Languages, Development Tools, Java, Software Development, Software/Web Development
White papers 2005-08-08
ColdFusion's Java connection
Macromedia calls CFML "a scripting layer for J2EE." The ability to integrate Java into ColdFusion provides all sorts of opportunities, including access to freely and commercially available Java libraries; features in the standard Java and J2EE libraries; and your own Java code. In some cases, this can mean access to...
Tags: Programming languages, Development tools, Andrew Grant, Java, SimpleMath, Allaire ColdFusion, addNumbers, createObject
Technical articles 2004-04-07
Is WebSphere Application Developer ready for prime time?
Say good-bye to VisualAge and hello to WebSphere Application Developer, IBM's latest Java IDE. Find out where it excels and where it still falls a little short.WebSphere Studio Application Developer WSAD is the successor to the VisualAge Development environment. Those who hated VisualAge will find that WSAD takes a step...
Tags: Application servers, Java development tools, Enterprise software, Middleware, IBM WebSphere Studio Application Developer, IBM WebSphere Studio, IBM WebSphere
Technical articles 2002-05-07
Get your feet wet with Sun's tiny Java DB
Java DB is a lightweight database management system DBMS that is written completely in Java. It only needs 2 MB of memory, and it makes it very easy to embed a fully functional database directly into your application. Java DB is also standards-based, supports SQL and the JDBC API, and...
Tags: Application, Distribution, Sun Microsystems Inc., Network Server, Framework, JavaDB, Apache Derby, Ij, Dblook, Sysinfo, Doc, Lib, propertyList, Storage, Databases, Hardware, Enterprise Software, Software, Data Management, Peter Mikhalenko
Blog posts 2008-01-16
Building Web applications with JDK 1.4.2
JDK 1.4.2, introduced in July, offers a package bundled with NetBeans IDE 3.5, a popular open source project backed by Sun Microsystems. NetBeans provides a sophisticated GUI environment to develop Java applications, including tools for project management, version control, and debugging.Another important feature, different from typical code editors and the...
Tags: Java development tools, Application servers, Middleware, OPEN SOURCE, Wai Tik Chan, Sun NetBeans, Apache Tomcat, servlet container, servlet, JDK
Technical articles 2003-11-21
Transitioning into OOP: Connecting clients to RMI servers
Previously we explored how remote method invocation RMI is used to establish remote interaction, allowing programmers to concentrate on other issues besides the communications infrastructure. In this article, we'll take a look at how we implement client programs to connect with RMI servers and how we generate the runtime deployment...
Tags: Java, server, Jeff Hanson, object-oriented programming, lookup method, Java RMI, remote object
Technical articles 2003-11-17
Capturing Java Packets in Windows OS using JPCap
I am trying to capture packet in LAN using code provide in the articleURL - http://techrepublic.com.com/5100-3513_11-5815384.html?tag=searchArticleCapture network packets in Java with Jpcapby David Petersheim | More from David Petersheim | Published: 8/10/05 Keywords: Mobile platforms | Java | Programming languages | Protocols and...
Tags: Java, Jpcap, ktjrajesh@..., lan, Microsoft Windows, Mini, Mini Projects\Packet Capture\Sample Program, networking, operating system, windows
Discussion threads 2005-08-27
java & oracle
how to connect java with oracle databaseTry starting here:http://www.orafaq.com/faqjdbc.htm-- RLimport java.sql.*;public class MyConnection { /** * You need the oracle's driver jar (classes12.jar) */ public static void main(String args[]) { try { //Attempts to establish a...
Tags: Java, Databases, Programming languages, database, JDBC, Connection
Q&A 2006-06-19
Capture network packets in Java with Jpcap
Capturing Java Packets in Windows OS using JPCapHai EverybodyI am learing things related to JPCap. For that at the first step i want to capture packet in the Intranet. So i tried the following code. Its Compiling but while executing i am getting an exception. Can any one provide the...
Tags: Java, Jpcap, JpcapTip Exception, ktjrajesh@..., lan, Microsoft Windows, Mini, Mini Projects\Packet Capture\Sample Program, network, programming, windows
Discussion threads 2005-08-27
10 tips for PHP scripts: Integrate with existing Java applications
By Julie Meloni(2/6/01)Another fancy bit of PHP functionality is its ability to invoke methods of existing Java objects, letting you integrate PHP into existing Java-based applications. This ability is pretty snazzy if you're pushing PHP in your workplace and the answer you get is, "But everything's Java here."To utilize this...
Tags: Programming languages, Scripting languages, Julie Meloni, Java application, Java, PHP
Technical articles 2003-10-06
Running tomcat through eclipse IDE.
I am trying to run the tomcat from the eclipse IDE. I am not able to run it inspite of setting all classpath and path env variables. the error iam getting is Starting service Tomcat-StandaloneApache Tomcat/4.1.3029 Dec 2004 13:14:38 - org.apache.slide.common.Domain - INFO - Auto-Initializing Domain29 Dec 2004 13:14:38 -...
Tags: Dec 2004, Domain, Digital Equipment Corp.
Discussion threads 2004-12-29
  • << Previous
  • page 1 of 1
  • Next >>


Outlook 2000/2002/2003: Tips for Road Warriors
Working efficiently with Microsoft Outlook is a real challenge for users who are traveling or working off-site. This guide describes a dozen ways that mobile users can maximize productivity when using Microsoft Outlook outside the office.
Buy Now
IT Hardware and Software Purchasing Policy
Your IT Budget is tight. You want to get the most bang for your IT buck. That's where the IT Hardware and Software Purchasing Policy can help. This policy's purpose is to help properly set the boundaries for purchasing new hardware and software.
Buy Now