View Single Post
Re: ';' expected - Java
Old
  (#6)
Zacker
Project Leader, Lead Level Designer, Waypointer
 
Status: Offline
Posts: 337
Join Date: Mar 2004
Location: Denmark
Default Re: ';' expected - Java - 04-06-2004

You found it Rick, thanks for the quick reply!

MusicMan, nope the capital is not needed. I define the Liv class to be liv here:
Liv liv = new Liv();
1. word is variable type
2. word is variable name
3. word is for a new object
4. word is class name
  
Reply With Quote