SourceForge.net appears to be back up. For those of you setting up your development environment on your home PC, here are a couple of reminders: Install the...
I'm getting Connection timed out errors. SourceForge has a lot of info on CVS as well. I would look at it more now but I need to leave for class. Here's the...
... * Unzip the program in a new directory: md \cvs copy cvs-[whatever].zip c:\cvs cd \cvs unzip cvs-[whatever].zip * Add the new directory to your PATH...
... I know that at least one student has been able to install using CVS so far. Keep trying. If you cannot get CVS to work after repeated attempts, download...
... so ... I ended up getting it working, I still haven't gotten ANT installed. Considering I haven't looked through the manual yet I won't ask for a tutorial....
Students: I spend a lot of time here on campus. If you want to meet with me sometime in the computer lab to give you some help getting started, just give me a...
Students: I met with three of the students in the Computer Lab and I helped them complete the Compilation Exercise today. If you need one-on-one help, just...
This is a multi-part message in MIME format. ... Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Opening for...
This is a multi-part message in MIME format. ... Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On-Line Game Programmer Full-time...
David, I have installed the Java 2 1.4.2 SDK and runtime environment on my machine. When I go to compile your demo code, I get the following error: ...
... From that error, I'm guessing that Java is not installed properly. Try uninstalling and reinstalling. But before you do that, try compiling and launching...
Students: I'm available Saturday and Sunday to meet with students in the computer lab. If you are having trouble with the initial assignment, give me a ring...
I am building from ant and i assume if i build ant demo, that my environment is working. Now Im having trouble building the AnimationExample. This is what it...
... Did you already update your manifest.txt file to point to the new package and class name? -- David Wallace Croft, President, CroftSoft Inc Author of...
I'm having trouble getting everything set up on my home computer. When I go to build the build.xml file, I get this: J:\>build J:\>call ant -f J:\build.xml ...
... I would guess that you have a typo in your JAVA_HOME environment variable setting. -- David Wallace Croft, President, CroftSoft Inc Author of "Advanced...
I've read the e-mail regarding the 3 files needing to be edited. Where should these files be saved in relation to the all the other files. I'm in class already...
David, I'm trying to run the MultiApplet demo using Ant. I have downloaded the latest zipfile from SourceForge. When running, "ant multiapplet", I get the...
... Since javax.jnlp is an optional package, it is not part of the 1.4 core. You will have to add it to your classpath. If you look at target "multiapplet" in...
... Something like this is good: c:\lordnaga\build.xml c:\lordnaga\src\com\lordnaga\ex1\AnimationExample.java c:\lordnaga\res\ex1\manifest.txt -- David Wallace...
how do you make a .htaccess file? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software ...
... Just create a new file by that name using a plain text editor and insert that one line of code from my slides: AddType application/x-java-jnlp-file .jnlp...
David, This is the exception thrown when running the Java WebStart version of the MultiApplet: java.util.zip.ZipException: invalid END header (bad central...
David, I am able to run the MultiApplet as an applet on my local drive; however, when I post the files to my 'public_html' folder it no longer works. Also,...
I know this is a stupid question but.... I keep getting a "no CVSROOT" error... and I dont know what to do... there is no CVSROOT file on my comp... what am i...
When running the command "ant multiapplet" from the c:\croftsoft directory, this is the error I am getting. Keep in mind, I downloaded and unzipped the latest...