I have recently had my system replaced. This involved a new OS, hard drive, the works. So I had to reinstall all of my applications, including JDeveloper. My primary function in this capacity is developing JSP web apps, in Java, against an Oracle db.
Up to today, that's not been a problem. Today, I checked out some code from the repository and attempted to compile it, as is. All of the JSP files came back with errors that they were unable to find the class for the bean defined. I opened the .java source file and it's there. So I checked the package definition against reality, and it's good. Then I checked the configuration .xml files for the project, and they're all good. So, I got a co-worker involved and he got the same code from the repository and it compiled just fine for him. At this point, the only two variables are the code and the IDE/ environment - and we'd just eliminated the code. We've gone through many/most of the configuration of the IDE and verified all the paths for the java install, the libraries, the output location, etc. and have found nothing that is out of line. I went back to the .java source file and, although it shows no errors in JDev, it does show, on the first line where the package is defined, that there is an error. The error message is "Type 'java.lang.Class' not found". This makes no sense to either of us so I'm looking for some help. If anyone has seen this previously, or knows where I can find some direction on this, I'd appreciate it. Many thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JAVA_J2ME_JNI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.co.in/group/JAVA_J2ME_JNI?hl=en -~----------~----~----~----~------~----~------~--~---
