Search the web
Sign In
New User? Sign Up
croftsoft-ajgp · Advanced Java Game Programming discuss
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

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

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