Author Message

RedCarDriver

us
Posts: 1211

Location: United States Arizona
Occupation: it's complicated... more complicated than my relationships
Age: 30
V$: 86310
#84252   2015-10-16 17:49          
# 420blazescope : I get this when I debug compile the javas in the menu:


Here is the java in NP++

Your java is named "LS1_crank.java" but your class is declared "LS7_crank" in the file. That's the problem, or at least the most important one.

The game is looking for a class called "LS1_crank" inside "LS1_crank.java", but it isn't seeing it in there, despite expecting it - hence the syntax error.

Fix that and you should be okay.