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 Shaun E 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: *

  • Users: prmckee
  • Content: Threads
  • Order by date
  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

    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}"...
  3. 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...
  4. 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...
  5. 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...
  6. 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