File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes identifier expected ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "identifier expected ?" Watch "identifier expected ?" New topic
Author

identifier expected ?

harish pathak
Ranch Hand

Joined: Dec 17, 2005
Posts: 51
Hi All,

I am getting an error while compiling my bean class.

in the following line. error is : identifier expected
jdbc-microsoft;sqlserver:localhost,"username","password"

please help ?

please reply soon.

Thanks in advance ..
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12269
    
    1


The compiler is trying to tell you that your Java code is not well formed. It certainly does not look like java code to me either.

There is nothing unique to Tomcat or beans in this problem, its just a basic Java compilation problem.

Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: identifier expected ?
 
Similar Threads
imports
initialization of variable
doubt in final variable
Why this is giving error
Cant seem to get this to run as an applet?