Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javac shouts: illegal start of exp

Status
Not open for further replies.

chals1

Technical User
Sep 3, 2003
73
ES
Javac shouts:
illegal start of expression
public Complejo lectura() {

This is my code:

import consola.*;
class menu {
bla bla bla...

on each { is correctly closed
 
need more information. <p>Liam Morley<br><A HREF="mailto:"></A><br>&quot;light the deep, and bring silence to the world.<br>light the world, and bring depth to the silence.&quot;
 
I think a
public Complejo lectura() {

you need to close with a };, not with a simple }

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top