ok, i don't know anything of java and somehow managed to DL NetBeans the sun program that creates Java apps... apprently.. (wasn't what i intended to DL but hey :mrgreen: )
A friend wants a card game made, so i searched these forums and found http://www.daniweb.com/techtalkforums/showthread.php?t=68640&highlight=card+game
i took the coding and edits from there and put it into NetBeans and kep coming back with the following errors:
Compiling 3 source files to C:\Documents and Settings\kim\card\build\classes
C:\Documents and Settings\kim\card\src\card\driver.java:24: 'class' or 'interface' expected
package class card;
C:\Documents and Settings\kim\card\src\card\driver.java:24: '{' expected
package class card;
C:\Documents and Settings\kim\card\src\card\driver.java:79: '}' expected
3 errors
at first there were about 20 errors these are the line it says is wrong:
package class card;
I added a { } where it says to, so what does "class" or "interface" expected mean? i see a class...
and if anyone has any other ideas for how to create a card game, in another language or better software i'm all ears :cheesy: