Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~147 People Reached
Favorite Forums
Member Avatar for aaaa

Hi, I'm very new to Java and I have the following problem while compiling a source code: [CODE] g:\Java\Proj\baseline.java:1487: cannot find symbol symbol : constructor a(baseline) location: class baseline.a k.setItemStateListener(new a(this)); ^ [/CODE] I've ran the compiler with the following flags: [CODE] javac -d g:\Java\Proj\compiled\ -classpath g:\Java\WTK2\wtklib\emptyapi g:\Java\Proj\baseline.java [/CODE] The …

Member Avatar for server_crash
0
147