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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. prmckee

    userconfig.sh file and Classpaths???

    Can anyone help me in relation to classpaths in Linux (Very novice user). After installing java (or such like), I have been trying to set the class path for same. When I set the class path in a terminal window like this: PATH=”$PATH:/opt/j2sdk1.4.2_04/bin:.” export PATH and now I can access...
  2. prmckee

    build.xml Questions

    I’m no expert on ant, and I’m not sure that I get all that you mean. BUT.. Do you mean the class is to be the starting class when the jar file is executed OR do you mean include the class file with the other class files in the jar all to be included in this build?? Below is one of my tipical...
  3. prmckee

    Ant and javadoc - more then one source dir

    Can you have more then one directory as a source for the javadoc. I have tried the following with no success.... <target name="javadoc" depends="compile" description="Create Javadoc API documentation"> <mkdir dir="${dist.home}/docs/api"/> <javadoc sourcepath="${src.home}"...
  4. prmckee

    Problems finding applet class file after ant build.

    OK I found out the A solution to my own problems of getting an applet and its required resources in the correct place to run using ant. It should be noted that this is ‘A’ solution; but I am not saying that this is necessarily the most correct one. My solution is to create an applet directory...
  5. prmckee

    Problems finding applet class file after ant build.

    Can you help? When I look at the contents of the war file created by ant, it gives me a path . If I use this in my APPLET tag in my html file, and try to load the said apple, I get a: load: class /oplog/WEB-INF/classes/jsp_beans/ReadCodePicker.class not found., jsp_beans, is a package which...
  6. prmckee

    Problems with Applet -&gt; JDBC -&gt; Tomcat -&gt; MySql

    I am having problems accessing a MySql database from an applet running in internet Explorer 4/5 using JDBC. The applet is served by tomcat. When the html (JSP) page loads the applet appears but does not have a connection back to the MySql database (the widgets are not filled with the...
  7. prmckee

    Problems with Applet --&gt; JDBC -&gt; Tomcat -&gt; MySql

    I am having problems accessing a MySql database from an applet running in internet Explorer 4/5 using JDBC. The applet is served by tomcat. When the html (JSP) page loads the applet appears but does not have a connection back to the MySql database (the widgets are not filled with the...
  8. prmckee

    Problems with Applet ? JDBC ? Tomcat ? MySql

    I am having problems accessing a MySql database from an applet running in internet Explorer 4/5 using JDBC. The applet is served by tomcat. When the html (JSP) page loads the applet appears but does not have a connection back to the MySql database (the widgets are not filled with the...

Part and Inventory Search

Back
Top