Skip to search.
croftsoft-ajgp · Advanced Java Game Programming discuss

Group Information

  • Members: 29
  • Category: Java
  • Founded: Sep 8, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 198   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1 David Wallace Croft
david_wallac... Offline Send Email
Sep 9, 2003
4:03 am
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...
2 Sammy Munoz
sdmunoz Offline Send Email
Sep 10, 2003
5:11 pm
OK, ive downloaded cvs, and know im stuck. How do you install and config cvs to work. thanks sam ... ...
3 kvilbig Offline Send Email Sep 10, 2003
5:11 pm
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...
4 David Wallace Croft
david_wallac... Offline Send Email
Sep 10, 2003
9:25 pm
... * 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...
5 David Wallace Croft
david_wallac... Offline Send Email
Sep 10, 2003
10:56 pm
... 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...
6 kvilbig Offline Send Email Sep 11, 2003
12:20 am
... 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....
7 David Wallace Croft
david_wallac... Offline Send Email
Sep 11, 2003
2:30 am
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...
8 David Wallace Croft
david_wallac... Offline Send Email
Sep 11, 2003
11:12 pm
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...
9 David Wallace Croft
david_wallac... Offline Send Email
Sep 11, 2003
11:30 pm
This is a multi-part message in MIME format. ... Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Opening for...
10 David Wallace Croft
david_wallac... Offline Send Email
Sep 11, 2003
11:32 pm
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...
11 Chris Bryant
trufun101 Offline Send Email
Sep 12, 2003
5:25 am
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: ...
12 David Wallace Croft
david_wallac... Offline Send Email
Sep 12, 2003
2:47 pm
... 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...
13 David Wallace Croft
david_wallac... Offline Send Email
Sep 12, 2003
10:35 pm
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...
14 Sammy Munoz
sdmunoz Offline Send Email
Sep 13, 2003
4:29 pm
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...
15 David Wallace Croft
david_wallac... Offline Send Email
Sep 13, 2003
4:41 pm
... 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...
16 mallaksavindica Offline Send Email Sep 15, 2003
9:57 pm
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 ...
17 David Wallace Croft
david_wallac... Offline Send Email
Sep 15, 2003
10:03 pm
... I would guess that you have a typo in your JAVA_HOME environment variable setting. -- David Wallace Croft, President, CroftSoft Inc Author of "Advanced...
18 lordnaga Offline Send Email Sep 15, 2003
11:31 pm
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...
19 Chris Bryant
trufun101 Offline Send Email
Sep 16, 2003
3:25 pm
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...
20 David Wallace Croft
david_wallac... Offline Send Email
Sep 16, 2003
3:39 pm
... 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...
21 David Wallace Croft
david_wallac... Offline Send Email
Sep 16, 2003
3:45 pm
... 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...
22 Sammy Munoz
sdmunoz Offline Send Email
Sep 18, 2003
3:10 pm
how do you make a .htaccess file? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software ...
23 David Wallace Croft
david_wallac... Offline Send Email
Sep 18, 2003
3:14 pm
... 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...
24 David Wallace Croft
david_wallac... Offline Send Email
Sep 18, 2003
3:19 pm
Students: I am contagious so I need to cancel all my appointments today. I should be on campus tomorrow....
25 Erica
gecka21 Offline Send Email
Sep 19, 2003
4:17 pm
would you be able to meet in the lab on saturday morning around 11?...
26 Chris Bryant
trufun101 Offline Send Email
Sep 19, 2003
4:17 pm
David, This is the exception thrown when running the Java WebStart version of the MultiApplet: java.util.zip.ZipException: invalid END header (bad central...
27 Chris Bryant
trufun101 Offline Send Email
Sep 19, 2003
4:17 pm
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,...
28 Tania
tanias16 Offline Send Email
Sep 19, 2003
4:18 pm
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...
29 Fultz Jason
jasonfultz Offline Send Email
Sep 19, 2003
4:18 pm
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...
30 David Wallace Croft
david_wallac... Offline Send Email
Sep 19, 2003
4:23 pm
Halfpricecomputerbooks is selling off all their WROX titles for 75% off. Some good deals on Java books there. ...
Messages 1 - 30 of 198   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help