View Single Post
  #1 (permalink)  
Old 07-30-2007, 04:02 PM
gabriel gabriel is offline
Member
 
Join Date: Jul 2007
Posts: 41
gabriel is on a distinguished road
Illegal start of expression
I try to execute this code
Code:
public class HelloWorld{ public static void main(String[] args) { public void text(){ sh.text("hello"); } } }
And it gives me an error saying
Code:
Illegal start of expression at public void text(){ sh.text("hello");
any ideas?
Reply With Quote
Sponsored Links