Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] problem in building the application


Hello,

Do you have your JRE's tools.jar in the CLASSPATH ? You can verify this in AjBrowser by examining Tools -> Options... and then, on the AjBrowser Options tab, looking at the value of Classpath. If tools.jar is not present, then add it in here and see if it helps.

Best regards,
George
________________________________________
George C. Harley




"adivar" <d_aditya_varma@xxxxxxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

27/10/2004 21:01

Please respond to
aspectj-users@xxxxxxxxxxx

To
<aspectj-users@xxxxxxxxxxxxxxx>
cc
Subject
[aspectj-users] problem in building the application





Hello,
 
        when i build a .lst file with ajbrowser( the example applications shipped with aspectJ1.2 distribution), it says
The type java.lang.object cannot be resolved.It is indirectly referenced from required .class files
 
 could you please sort it out.

Back to the top