Silly ERROR! Help Me Fix Plz

I have just successfully got Jdev 9i working again, and I went to compile my project that I was working on and got the following:
Error: initialization error: oracle.ojc.symtab.LoadError: file java\lang\Object.class not found
I didn't get this last time I tried to compile my project, which was before I rebuilt my machine the day before.
I think it has to do with not being able to find some key jsdk files. I installed J2SDK 1.4.0_01 before unzipping jdev. I assume Jdev uses its own jsdk, is this right?
And the wierd thing is if I go ctrl+F9 it errors on the second last file in the project only, so I thought I'll just delete it (no problem it wasn't needed yet anyway). But then it errored on the file before the one I just deleted. So something is way amiss here.
Plz Help,
Nicholas Orr

This is usually a configuration problem. Make sure that SetJavaHome in jdev\bin\jdev.conf
points to a valid and full JDK (not just a jre).

Similar Messages

  • Help me fix error : cisco aironet 1200

    plz help me fix error:

    are we able t oaccess the AP using console access?? if yes, try assigning the ip address to the BVI interface..
    conf t
    int bvi 1
    ip address
    no shut
    try accessing the AP using browser and see if we could access the GUI..
    If the radio interfaces doesnt come up then.. we are hitting the below bug..
    the AP is hitting the software bug.. to resolve the issue we need to..
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCsc79121
    1-       to upgrade to version 12.3(8)JEA
    2-       or to downgrade to version 12.3(7)JA2
    Upgrade process
    ===============
    >> Get the console access to the AP and then connect the ethernet cable between the AP and the laptop.
    >> Both the AP and the laptop should be in the same subnet..
    >> Donwload the latest image from cisco.com and point the image in the TFTPd32 server
    >> in the console access, issue the command.
    archive download-sw /force-reload /overwrite tftp:///
    Example..
    AP# archive download-sw /overwrite /force-reload tftp://10.X.X.X/c1200-k9w7-tar.123-7.JA1.tar
    if the above is not clear.. then i request you to open up a TAC case..
    Regards
    Surendra

  • Need help in fixing the error

    Hi All,
    could anybody help in fixing the following error.
    C:\bea\weblogic81\server\bin\.\myserver\.wlnotdelete\extract\myserver_SAISTARS_SAISTARS\jsp_servlet\__listproject.java:1071: cannot resolve symbol
    probably occurred due to an error in /listProject.jsp line 221:
    <pg:pager maxIndexPages="<%=10%>" maxPageItems="<%=10%>">
    Thanks and Regards,
    shaik

    Hi abinash,
    Not enough information!
    Check the logs for errors and post the here.
    regards
    Juan

  • Hello, i just downloaded itunes on my acer laptop and its been giving me problems everytime i try to get on to the itunes store.. it gives me a message saying "itunes could not connect to the itunes store. an unknown error occurred. (310).plz help me out.

    hello, i just downloaded itunes on my acer laptop and its been giving me problems everytime i try to get on to the itunes store.. it gives me a message saying "itunes could not connect to the itunes store. an unknown error occurred. (310).plz help me out. i do have the internet on but it keeps giving me the same problems .. thanks..

    Hi Young Prada,
    If you are having issues connecting to the iTunes Store, you may find the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    - Brenden

  • Cube to Cube "Error in data Selection" plz help

    Hi this is Ajay Reddy
    when am sending data from Cube to Cube am getting an error
    "Error in data Selection" plz help

    Hi,
    It needs a Note implementaion. I got similar problem in version BIW 7 and SP 11. We got the solution with on of the note . I am not able to recollect the note number.
    Any way check the notes 920971,155471 may help you or not.
    With rgds,
    Anil Kumar Sharma .P

  • TS1646 I'v tried many times to update my applications however, my account can't do it because security code for my card is incorrect note that I'm sure my card details are correct completely so i need help to fix it as much as you can plz. Thnks

    Hi
    I'v tried many times to update my applications however, my account can't do it because security code for my card is incorrect note that I'm sure my card details are correct completely so i need help to fix it as much as you can plz. Thnks

    Look, I understand I still need a card attached to the account. The problem is, it won't accept my card because I only have 87 cents in my bank account right now.
    If I had known there would be so much trouble with the iTunes card, I would have just put the cash in my bank account in the morning instead of buying an iTunes card (I didn't expect the banks to be open on Thanksgiving of course).
    Apple will only accept cards that have a balance. The balance is so small in my account that it won't accept it as a valid card.
    I'm going to have to contact Apple anyway to reset the security questions. That's obvious. Your answers were not exactly helpful. You didn't tell me anything I don't already know, but thanks for trying to be helpful.

  • The backup disk image "/Volumes/Data/David Witkowski's Mac Pro.sparsebundle" is already in use.  Whenever Time Machine starts to backup to Time Capsuel I get the previous error message. I need some help to fix this.

    The backup disk image “/Volumes/Data/David Witkowski’s Mac Pro.sparsebundle” is already in use.  Whenever Time Machine starts to backup to Time Capsuel I get the previous error message Where can I find this disk image?. I need some help to fix this.
    Thanks,
    David W

    There are multiple answers and solutions if you look just to the right under the heading of More Like This.

  • Please help me fix the error

    I am not done with the program but I get errors that I am not sure how to fix them. I was wondering if anyone can help me solve the problem.
    This program is a quiz program and has to handle 3 subjects. The user is able to select from these 3 categories. The program presents 3 questions and has to provide 4 option for each question. One would be to exit from the quiz. If the user responds to a question correctly, the program displays a positive feedback message. If the user responds incorrectly to the question, the program displays the correct answer. Exiting the questions menu returns the student to the topics menu. At the end of the quiz, the program displays the total number of correct and incorrect answers for each topic. Have a counter to count the correct answers.
    Plese help me fix the problem with the code
    import java.util.Scanner;
    import java.io.*;
    public class Test
    int correctAnswer = 0;
    String str;
    String q;
    Scanner scan = new Scanner (System.in);
    System.out.println("key in m for Math category, s for Science category, a for Art category, or x to exit the test");
    String str = scan.nextLine();
    while (str != 'x')
    if( str == m)
    System.out.println (" What is the area if Triangle? a) l*W b)S^2 c)1/2 b * h");
    q = scan.nextLine();
    if (q == c)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    System.out.println ("What is the premiter? a)The distance of all the sides b)the parallel distance c)The angle of a shape");
    q = scan.nextLine();
    if (q == a)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    System.out.println ("What is a right angle? a)100 degree b)180 degree c)90 degree");
    q = scan.nextLine();
    if (q == c)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    if( str == s)
    System.out.println (" What is Diffusion? a)No movement between Molecules b)Movement of molecules high to low c)Movement of molecules high to low");
    q = scan.nextLine();
    if (q == c)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    System.out.println ("What is the element sign for carbon dioxide? a)CO2 b)CO c)O2");
    q = scan.nextLine();
    if (q == a)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    System.out.println ("What is the normal body temperature? a)98.5 b)99.0 c)102.1");
    q = scan.nextLine();
    if (q == a)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    if( str == a)
    System.out.println ("which artist painted the Monalisa? a)Michael Angelo b)Leonardo De Vinci c)Pablo Picasso ");
    q = scan.nextLine();
    if (q == a)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    System.out.println ("which artist painted the Sister Chapple? a)Michael Angelo b)Leonardo De Vinci c)Pablo Picasso ");
    q = scan.nextLine();
    if (q == a)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    System.out.println ("which artist paint the Monalisa? a)Michael Angelo b)Leonardo De Vinci c)Pablo Picasso");
    q = scan.nextLine();
    if (q == b)
    System.out.println(" your answer is correct");
    correctAnswer = correctAnswer+1
    else System.out.println(" your answer is not correct");
    }}

    Here's a better version, fixing what I mentioned above. I haven't test compiled it, but it should work now. As a note, you might want to look into the ++ operator as well. And when you post code, enclose it in the "code" tags (see the code button above your posting). That makes it easier to read.
    Anyway, here it is:
    import java.util.Scanner;
    import java.io.*;
    public class Test {
         int correctAnswer = 0;
         String str;
         String q;
         Scanner scan = new Scanner (System.in);
         static public void main(String [] args) {
              System.out.println("key in m for Math category, s for Science category, a for Art category, or x to exit the test");
              String str = scan.nextLine();
              while (!str.equals("x")) {
                   if( str.equals("m")) {
                        System.out.println (" What is the area if Triangle? a) l*W b)S^2 c)1/2 b * h");
                        q = scan.nextLine();
                        if (q.equals("c")) {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else {
                              System.out.println(" your answer is not correct");
                        System.out.println ("What is the premiter? a)The distance of all the sides b)the parallel distance c)The angle of a shape");
                        q = scan.nextLine();
                        if (q.equals("a")) {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else {
                              System.out.println(" your answer is not correct");
                        System.out.println ("What is a right angle? a)100 degree b)180 degree c)90 degree");
                        q = scan.nextLine();
                        if (q.equals("c")) {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else { System.out.println(" your answer is not correct");
                   if( str.equals("s")) {
                        System.out.println (" What is Diffusion? a)No movement between Molecules b)Movement of molecules high to low c)Movement of molecules high to low");
                        q = scan.nextLine();
                        if (q.equals("c")) {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else {
                             System.out.println(" your answer is not correct");
                        System.out.println ("What is the element sign for carbon dioxide? a)CO2 b)CO c)O2");
                        q = scan.nextLine();
                        if (q.equals("a") {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else {
                             System.out.println(" your answer is not correct");
                        System.out.println ("What is the normal body temperature? a)98.5 b)99.0 c)102.1");
                        q = scan.nextLine();
                        if (q.equals("a")) {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else {
                             System.out.println(" your answer is not correct");
                   if( str.equals("a")) {
                        System.out.println ("which artist painted the Monalisa? a)Michael Angelo b)Leonardo De Vinci c)Pablo Picasso ");
                        q = scan.nextLine();
                        if (q.equals("a")) {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else {
                             System.out.println(" your answer is not correct");
                        System.out.println ("which artist painted the Sister Chapple? a)Michael Angelo b)Leonardo De Vinci c)Pablo Picasso ");
                        q = scan.nextLine();
                        if (q.equals("a")) {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else {
                              System.out.println(" your answer is not correct");
                        System.out.println ("which artist paint the Monalisa? a)Michael Angelo b)Leonardo De Vinci c)Pablo Picasso");
                        q = scan.nextLine();
                        if (q.equals("b")) {
                             System.out.println(" your answer is correct");
                             correctAnswer = correctAnswer+1;
                        } else {
                             System.out.println(" your answer is not correct");
    }

  • TS3694 Hi, I have a trouble to restore my iphone 3 series but I  always get a error that is 1015. plz help to restore it. thanks

    Hi, I have a trouble to restore my iphone 3 series but I  always get a error that is 1015. plz help to restore it. thanks

    Error 1015 means either you're trying to restore to an earlier iOS version, which is not supported, or you previously hacked the phone - jailbroken or iOS downgrade.  In the later case, you can no longer restore or update.

  • HELP TO FIX ERROR LAUNCHING DREAMWEAVER CC

    PLEASE ANY HELP TO FIX THIS ERROR AFTER LAUNCHING DREAMWEAVER CC:
    Dreamweaver[1011:707] A system font, "LucidaGrande 13.00 pt. P [] (0xb428740) fobj=0xb428760, spc=4.11", is requested to be deallocated. Ignoring...
    THANKS IN ADVANCE...

    This may help http://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache/

  • Not able to download ios 5 it says network error help me plz...

    not able to download ios 5 it says network error help me plz...

    hi,
    Have you try to download in your iTunes putting off your firewall ?
    Be careful with this aunction and put in on after the download.
    Have a nice day

  • I got an error message that said my browser had been hijacked and was given a random number to call. The person told me my browser was hijacked and wanted to help me fix it. Sounds like spam to me, how do i fix it?

    I got an error msg that my browser was compromised.  Was given an 800 # to call and the person told me he could help me fix it.
    He said my browser was hijacked and he wanted to remote into my machine to fix it.  Sounds like spam to me!  How do I protect my
    computer from spam.

    Choose Force Quit from the Apple menu, close Safari, and then launch it with the Shift key held down. If that doesn't work, temporarily disconnect the computer from the Internet.
    (125496)

  • HT4623 After downloading 7.0.4 update it says preparing to install and after several minutes it says an error occured while downloading, plz anyone can help

    After downloading 7.0.4 update it says preparing to install and after several minutes it says an error occured while downloading, plz anyone can help

    Hello EvanClayton,
    Thank you for using the Apple Support Community. Due to the nature of your issue or question you may find more information by using another one of Apple's support resources - https://getsupport.apple.com/GetproductgroupList.action.

  • Could someone please help me fix my Mail Trash?

    I think I did something really stupid. When I'm in my mail, I see a Trash icon, and then below it, two more trash icons. The two lower ones are labeled "On My Mac" and "Jane Smith" (not my real name but the trash icon is labeled with my real name). Thinking it's silly to have so many trash icons, I stupidly deleted the one with my name by it. The icon is still there but if I try to delete anything out of my inbox, I get an error message saying "The destination mailbox “Trash — Jane Smith” does not allow messages to be moved to it." I can only delete by dragging emails over to the "On My Mac" trash icon.
    I'd be very grateful if someone could help me fix this.
    Oh, and my email account is a POP account.
    Thank you.

    Rick_Avlonitis wrote:
    I'm trying to use a string made from the current day/month/year to create a new directory. It makes a directory, but it appears not to initialize to the current date. Here is the output: /home/rick/testDir/Sunday_March_1 (and it appears in my local directory structure). Today's date is Monday_September_2008. How do I get the correct string?
    public void createDir(){
              GregorianCalendar cal = new GregorianCalendar();
              String currentDate = new String();
              cal.setTime(new Date());
              cal.setFirstDayOfWeek(0);
              int day = Calendar.DAY_OF_WEEK;
              int month = Calendar.MONTH;
              int intYear = Calendar.YEAR;
              Integer year = Integer.valueOf(intYear);
              currentDate = "/home/rick/testDir/" + dayToString(day) + '_' + monthToString(month) + '_' + year.toString();
              File f = new File(currentDate);
              f.mkdir();
              System.out.println(currentDate);
    Well, I don't know your day- and monthToString methods...
    But remenber that Calendar.DAY_OF_WEEK etc. are static and will always return the same value.
    Read [http://java.sun.com/j2se/1.4.2/docs/api/java/util/GregorianCalendar.html]

  • Macbook Pro Mid 2009 Processor 2.26 GHz Intel Core 2 Duo, Memory 2 GB 1067 MHz DDR3. iOS 10.10.1 (14B25). My mac is running slow and have ran EtreCheck. Please help me fix my mac. Thanks!

    Macbook Pro Mid 2009 Processor 2.26 GHz Intel Core 2 Duo, Memory 2 GB 1067 MHz DDR3. iOS 10.10.1 (14B25). My mac is running slow and have ran EtreCheck. Please help me fix my mac. Thanks!
    Problem description:
    My mac has been very slow lately. Any suggestions?
    EtreCheck version: 2.1.2 (105)
    Report generated December 14, 2014 at 8:15:29 PM PST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2-core
      2 GB RAM Upgradeable
      BANK 0/DIMM0
      1 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      1 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:54:52
    Disk Information: ℹ️
      Hitachi HTS545016B9SA02 disk0 : (160.04 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      MacHD (disk0s2) / : 159.05 GB (49.15 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Startup Items: ℹ️
      DVD3EnablerService: Path: /Library/StartupItems/DVD3EnablerService
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist [Details]
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.coreservices.appleid.authentication.plist [Details]
      [failed] com.apple.icloud.fmfd.plist [Details]
      [failed] com.apple.secd.plist [Details]
      [failed] com.apple.security.cloudkeychainproxy.plist [Details]
      [failed] com.apple.telephonyutilities.callservicesd.plist [Details]
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.ctkd.plist [Details]
      [failed] com.apple.icloud.findmydeviced.plist [Details]
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist [Details]
      [failed] com.apple.softwareupdate_download_service.plist [Details]
      [failed] com.apple.wdhelper.plist [Details]
      [failed] com.apple.xpc.smd.plist [Details]
    Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] com.oracle.java.Java-Updater.plist [Support]
      [not loaded] com.teamviewer.teamviewer.plist [Support]
      [not loaded] com.teamviewer.teamviewer_desktop.plist [Support]
    Launch Daemons: ℹ️
      [running] com.adobe.ARM.[...].plist [Support]
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [invalid?] com.oracle.java.Helper-Tool.plist [Support]
      [not loaded] com.teamviewer.teamviewer_service.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.nds.pcshow.plist [Support]
      [invalid?] com.nds.pcshow.uninstall.plist [Support]
    User Login Items: ℹ️
      None
    Internet Plug-ins: ℹ️
      WidevineMediaOptimizer: Version: 6.0.0.12757 - SDK 10.7 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      MacHD: Disk size: 159.05 GB Disk used: 109.90 GB
      Destinations:
      KINGSTON [Local]
      Total size: 30.88 GB
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 30.88 GB < (Disk used 109.90 GB X 3)
    Top Processes by CPU: ℹ️
          6% WindowServer
          0% AppleSpell
          0% SystemUIServer
          0% powerd
          0% Google Chrome
    Top Processes by Memory: ℹ️
      131 MB softwareupdated
      112 MB Google Chrome
      41 MB Finder
      34 MB Google Chrome Helper
      32 MB WindowServer
    Virtual Memory Information: ℹ️
      51 MB Free RAM
      587 MB Active RAM
      551 MB Inactive RAM
      350 MB Wired RAM
      10.96 GB Page-ins
      865 MB Page-outs
    Diagnostics Information: ℹ️
      Dec 14, 2014, 07:37:58 PM Install Adobe Flash Player_2014-12-14-193758_[redacted].crash
      Dec 14, 2014, 07:21:27 PM Self test - passed

    Please describe the problem in as much relevant detail as possible. The "etrecheck" fad hasn't made that step any less necessary. The usual results of posting etrecheck output on this site without a full description of the problem are very poor.
    The many "failed" warnings that etrecheck sometimes spews mean nothing. Those warnings are not a reason to reinstall the OS, or to do anything else at all. They should be ignored.
    The better your description of the problem, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? What changes did you make, if any, just before it became slow? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

Maybe you are looking for

  • Reading text file from database server in OA Page

    Hi Guys, I am trying to embed an applet with in an OA Page. The applet is used to mainly for showing Gantt chart. I have to pass my connection details from OA Page to applet, I dont pass directly the connection details to the applet so i am placing a

  • How can I extend a part of my timeline by e.g.  5 secs ?

    Hi, I have a timeline composed of 10 layers, having got keyframes and tweens etc all positioned, I need to make part of it e.g. 5 secs longer. How is this done, I can highlight one column of frames and right click and choose insert frame but doing th

  • Pictures will not rotate when phone is turned sideways??

    Any help would be appreciated.  When I turn my phone sideways, pictures and videos do not follow suit and go full screen, they remain portrait.

  • Project Server 2013 OLAP cube build error

    When I try to build the OLAP cube I receive the below error: [2/26/2014 12:36 PM] Failed to build the OLAP cubes. Error: The attempt to build the OLAP database on server SQL_Server_Name failed, the SQL Server Analysis Services Analysis Management Obj

  • All messages lost from Mail

    My computer lead got caught and crashed my computer. When I re-opened Mail all my messages had disappeared. All settings are still there and I;m able to send and receive email without any problem, but all my archived email and trash mail have gone. I