Javac: The exception Privileged instruction, why?

Hi,
I apologize for posting this question twice, I'm brand new to this forum. My question is both relatedto installation and compiling (I must have done a bad installation?).
Here is my problem:
I just installed jdk1.1.6 on my computer.
The examples work fine but I can't compile.
I get 2 different errors:
1) When I try the 1.1 example:
D:\dev\jdk1.1.6\demo\demo\Animator\1.1>d:\dev\jdk1.1.6\bin\javac animator.java
=>
The exception Privileged instruction.
(0x0000096) occured in the application at location 0x00010104
Click Ok to terminate, Cancel to debug.
The debug doesn't help...
2)When I try the 1.0.2 example:
D:\dev\jdk1.1.6\demo\demo\Animator\1.0.2>d:\dev\jdk1.1.6\bin\javac *.java
=>
java.lang.NullPointerException
at java.util.Hashtable.put(Compiled Code)
at java.util.zip.ZipFile.readCEN(Compiled Code)
at java.util.zip.ZipFile.<init>(ZipFile.java:61)
at java.util.zip.ZipFile.<init>(ZipFile.java:71)
at sun.tools.java.ClassPath.<init>(Compiled Code)
at sun.tools.javac.Main.compile(Compiled Code)
at sun.tools.javac.Main.main(Main.java:473)
Here is the config of my computer:
System Information report written at: 12/05/2001 11:06:23 AM
[System Summary]
Item Value
OS Name Microsoft Windows 2000 Advanced Server
Version 5.0.2195 Service Pack 2 Build 2195
OS Manufacturer Microsoft Corporation
System Manufacturer IBM
System Model 684940U
System Type X86-based PC
Processor x86 Family 15 Model 0 Stepping 10 GenuineIntel ~1796 Mhz
BIOS Version 09/27/01
Windows Directory C:\WINNT
System Directory C:\WINNT\System32
Boot Device \Device\Harddisk0\Partition1
Locale United States
Time Zone Pacific Standard Time
Total Physical Memory 261,424 KB
Available Physical Memory 32,368 KB
Total Virtual Memory 893,364 KB
Available Virtual Memory 387,436 KB
Page File Space 631,940 KB
Page File C:\pagefile.sys
Please help !
Thanks :-)
Catherine
[email protected]

I am also getting same error can you please help me in this matter.
java.lang.NullPointerException
at java.util.Hashtable.put(Compiled Code)
at java.util.zip.ZipFile.readCEN(Compiled Code)
at java.util.zip.ZipFile.<init>(ZipFile.java:61)
at java.util.zip.ZipFile.<init>(ZipFile.java:71)
at sun.tools.java.ClassPath.<init>(Compiled Code)
at sun.tools.javac.Main.compile(Compiled Code)
at sun.tools.javac.Main.main(Main.java:465)

Similar Messages

  • Why do I get "The exception Privileged instruction (0xc0000096) occured in the application" error message when exiting LabVIEW 6.1?

    I have created a vi that uses the LV-GPIB and database connectivity vis. The program runs fine and it ends execution by running the "Close Database Connection.vi".
    After closing out my front panel windows and exiting LabVIEW 6.1, I get an error dialog box that reads the message "The exception Privileged instruction (0xc0000096) occured in the application". What does this error mean and how do I resolve it?
    Thanks,
    Taf

    Hi Taf,
    Given the broad scope of your application, it may be best to try and isolate the problem down by taking out parts of your application and simplifying it down as much as possible until you can get a consistent version that throws this exception. I would first try to take out either the GPIB or database connectivity portions of the application to narrow down our problem. This error generally occurs when accessing DLLs and external applications, so I wouldn't be surprised if it's the GPIB or database. Let's try to see exactly which one it is and then we can dig deeper into that part of the code. Thanks for your cooperation!
    Jeremy L.
    National Instruments
    Jeremy L.
    National Instruments

  • The exception Privileged instruction. (0xc0000096)

    Hey All,
    I don't normally post but this problem frustrated me. I'm running Windows 2003 Server (SP1 with most recent patches). Everything was running fine until I installed the newest Itunes version (6.0.5). Got an error message when Quicktime finished it's installation. When I tried to open Itunes, I received this message:
    The exception Privileged instruction. (0xc0000096) occurred in the application at location 0x7ca2af84.
    The problem lies in the new version of Quicktime. Apple support wouldn't help me because win 2k3 server is not a supported OS. So, after reading some posts and playing around with some things, I came across the simple solution. Itunes 6.0.5 requires the same version (or greater) of Quick time as did 6.0.4. So...rollback to the previous version of Quicktime and your problems should be solved. Here are the quick and easy steps:
    1- Install new version of Itunes and Quicktime
    2- Uninstall Quicktime. If the usual Uninstall methods don't work, use the following method (DO NOT UNISTALL ITUNES OR ANY IPOD RELATED FILES) (thanks to b noir in a previous post).
    a- download and install the MS Windows Installer Cleanup util (http://support.microsoft.com/kb/290301/). Remove Quicktime Component.
    b- follow steps in this article to remove the remaining files (http://docs.info.apple.com/article.html?artnum=93976)
    3- download and install Quicktime 7.0.3 (http://appldnld.m7z.net/qtinstall.info.apple.com/tramper/us/win/QuickTimeInstall er.exe)
    Everything should be working from this point forward.
    PC   Other OS   Win 2k3 Server (SP1)

    Excellent - thanks michaeld1313, works a treat!
    PC   Other OS   Win 2k3 Server (SP1)

  • The exception Privileged instruction.

    Hello,
    I builded a dll which communicates with TDC card. But when I call dll from labview. It gives me the error
    The exception Privileged instruction.
    (0xc0000096) occured in the application at location 0x02e6121c.
    I have installed giveio driver.
    I am not getting where am I geeting wrong. Can somebody help me out.
    Regards,
    Maithili

    Maithili,
    It very much sounds like the error is in the DLL that you built. I assume that you have tested it outside of LabVIEW?
    Do you know exactly where the error is happening? You should set a breakpoint on the Call Library Function node and if the error happens before then, then the error is in LabVIEW. If the error happens during the Call Library Function, then the error is in the DLL itself. From there, you can print information from your DLL as you go to see where the crash is happening or use the information in the "Using External Code in LabVIEW" manual that is on your PC in the manuals directory under your LabVIEW directory.
    With no files (and no hardware to test if I had), I cannot offer any more advice. If you can do a little more digging or post a
    more detailed explaination of your issue, then the community can take another look.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://ww.ni.com/ask

  • Javac - exception Privileged instruction

    Hi,
    I just installed jdk1.1.6 on my computer.
    The examples work fine but I can't compile.
    I get 2 different errors:
    1) When I try the 1.1 example:
    D:\dev\jdk1.1.6\demo\demo\Animator\1.1>d:\dev\jdk1.1.6\bin\javac animator.java
    =>
    The exception Privileged instruction.
    (0x0000096) occured in the application at location 0x00010104
    Click Ok to terminate, Cancel to debug.
    The debug doesn't help...
    2)When I try the 1.0.2 example:
    D:\dev\jdk1.1.6\demo\demo\Animator\1.0.2>d:\dev\jdk1.1.6\bin\javac *.java
    =>
    java.lang.NullPointerException
    at java.util.Hashtable.put(Compiled Code)
    at java.util.zip.ZipFile.readCEN(Compiled Code)
    at java.util.zip.ZipFile.<init>(ZipFile.java:61)
    at java.util.zip.ZipFile.<init>(ZipFile.java:71)
    at sun.tools.java.ClassPath.<init>(Compiled Code)
    at sun.tools.javac.Main.compile(Compiled Code)
    at sun.tools.javac.Main.main(Main.java:473)
    Here is the config of my computer:
    System Information report written at: 12/05/2001 11:06:23 AM
    [System Summary]
    Item     Value
    OS Name     Microsoft Windows 2000 Advanced Server
    Version     5.0.2195 Service Pack 2 Build 2195
    OS Manufacturer     Microsoft Corporation
    System Manufacturer     IBM
    System Model     684940U
    System Type     X86-based PC
    Processor     x86 Family 15 Model 0 Stepping 10 GenuineIntel ~1796 Mhz
    BIOS Version     09/27/01
    Windows Directory     C:\WINNT
    System Directory     C:\WINNT\System32
    Boot Device     \Device\Harddisk0\Partition1
    Locale     United States
    Time Zone     Pacific Standard Time
    Total Physical Memory     261,424 KB
    Available Physical Memory     32,368 KB
    Total Virtual Memory     893,364 KB
    Available Virtual Memory     387,436 KB
    Page File Space     631,940 KB
    Page File     C:\pagefile.sys
    Please help !
    Thanks :-)
    Catherine

    You can also reply to me using this address:
    [email protected]
    Thanks !!!!! :-)
    Catherine

  • "privileged instruction" error when starting iTunes 6.0.5

    Greetings.
    After upgrading to iUtnes 6.0.5 on a Windows 2003 Server machine I get a " The execption Privileged instruction..." error message in a windows message box with a title that has garbage characters and "iTunes.exe Applicatin error." iTunes 6.0.5 won't run. After removing iTunes 6.0.5, version 6.0.4 won't run either. Any suggestions on how to fix this would be appreciated.
    Thanks.
    alan

    alan, the Server 2003 problem is usually caused by a conflict between QT and Windows Update KB908531.
    for a bit more information and background on troubleshooting this one, see:
    b noir: Re: Windows XP 64, trouble after install of itunes update
    (it hits QT 7 installs on XP x64 installs too.)
    if you decide to go the "uninstall KB908531" route with this, strongly consider implementing one of the three (last time i checked) workarounds listed in the "vulnerability details" section of the following security bulletin:
    Microsoft Security Bulletin MS06-015: Vulnerability in Windows Explorer Could Allow Remote Code Execution (908531)

  • TS1398 Got the dreaded no wifi on my wife's iPhone 4S. Wifi greyed out and no luck with the reset network instructions. Why isn't Apple addressing this issue? We are a family of Apple product users, 2 ipads, an ipad mini, 4 iPhones but one isn't working!

    Got the dreaded no wifi on my wife's iPhone 4S. Wifi greyed out and no luck with the reset network instructions. Why isn't Apple addressing this issue? We are a family of Apple product users, 2 ipads, an ipad mini, 4 iPhones but one isn't working! Issue began whenwe upgraded the operating system.....
    Come on Apple.....get this issue sorted out!

    Just out of warranty. This is a software issue. everything was ok until the software update. Apple just need to sort it out.

  • I have upgrade ios 6 to ios7 on my iphone 5.  I do NOT like it.  I want to come back to the previosu version.  why is it so complicated.  Why can I not find the instruction strait from apple? This is the worst possible upgrade ever.

    I have upgrade ios 6 to ios7 on my iphone 5.  I do NOT like it at all.   I want to come back to the previous version.  why is it so complicated? Why can I not find the instruction strait from apple? This is the worst possible upgrade ever.  It make me think of when ericsson got sold to Sony....drastic PC change.
    I would like to have simple instruction on how to downgrade.
    It feel like a change that I did not ask for , ok I push the upgrade buttom, but really this is the worst update aver!
    HELP!

    iPhone User Guide (For iOS 7 Software)Sep 20, 2013 - 23 MB

  • Why am I having trouble importing vCards? I follow the Help Center instructions by dragging and dropping, but some don't sync into the cloud. And why can't I drag multiple vCards? I have over 4,000. Please tell me I don't have to do one at a time?

    Why am I having trouble importing vCards? I follow the Help Center instructions by dragging and dropping, but some don't sync into the cloud. And why can't I drag multiple vCards? I have over 4,000. Please tell me I don't have to do one at a time?

    carolinechx wrote:
    i know the description may be a little bit too confusing
    Mostly because you are not using any capital letters or paragraph returns and your post is difficult to read.

  • I just bought my IPhone and am also getting the the Service Apple Mobile Device failed to start. Verify that you have sufficient privileges to start system services.  This is after following the uninstall/reinstall instruction.  This needs to be fixed!!!

    I just bought my IPhone and am also getting the the Service Apple Mobile Device failed to start. Verify that you have sufficient privileges to start system services.  This is after following the uninstall/reinstall instruction.  I am due to travel in 2 days and am very upset about this. This needs to be fixed!!!

    http://support.apple.com/kb/TS1567
    Log in to the Windows with "administrative rights".

  • TS5180 I have no audio from my iPhone 5 except for the ringtone.  Wondering why.  Hellllllllllp!

    I have no audio from my iPhone 5 except for the ringtone.  Wondering why.  Hellllllllllp!

    AIrplay is not supported on 1st gen, I assume you have a 2nd gen (black box). Not all apps are enabled for AirPlay, this would be up to the developers to do

  • I am facing a problem while deploying an Entity bean in iPlanet(sp3).I have attached the exception thrown.Why has this exception occured?

    [04/Dec/2001 10:54:00:2] error: EBFP-marshal_internal: internal exception caught in kcp skeleton, ex
    ception = java.lang.NullPointerException
    [04/Dec/2001 10:54:00:2] error: Exception Stack Trace:
    java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:321)
    at com.netscape.server.ejb.SQLPersistenceManager.<init>(Unknown Source)
    at com.netscape.server.ejb.SQLPersistenceManagerFactory.newInstance(Unknown Source)
    at com.netscape.server.ejb.EntityDelegateManagerImpl.getPersistenceManager(Unknown Source)
    at com.netscape.server.ejb.EntityDelegateManagerImpl.doPersistentFind(Unknown Source)
    at com.netscape.server.ejb.EntityDelegateManagerImpl.find(Unknown Source)
    at com.kivasoft.eb.EBHomeBase.findSingleByParms(Unknown Source)
    at samples.test.ejb.Entity.ejb_home_samples_test_ejb_Entity_TestEntityBean.findByPrimaryKey(
    ejb_home_samples_test_ejb_Entity_TestEntityBean.java:126)
    at samples.test.ejb.Entity.ejb_kcp_skel_TestEntityHome.findByPrimaryKey__samples_test_ejb_En
    tity_TestEntity__int(ejb_kcp_skel_TestEntityHome.java:266)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at samples.test.ejb.Entity.ejb_kcp_stub_TestEntityHome.findByPrimaryKey(ejb_kcp_stub_TestEnt
    ityHome.java:338)
    at samples.test.ejb.Entity.ejb_stub_TestEntityHome.findByPrimaryKey(ejb_stub_TestEntityHome.
    java:85)
    at samples.test.ejb.TestEJB.getGreeting(TestEJB.java:51)

    Hi,
    I think you are trying to test the Hello world EJB example shipped with the product. As a first
    step I would recomend you to go through every line of the document on deploying this application,
    since, I too have experienced many errors while trying to deploy the sample applications, but on
    following the documentation, I subsequently overcame all the errors and have been working with the
    applications. So please follow the steps in documentation and let me know, if you still encounter any
    issues.
    Regards
    Raj
    Sandhya S wrote:
    I am facing a problem while deploying an Entity bean in iPlanet(sp3).I
    have attached the exception thrown.Why has this exception occured?
    [04/Dec/2001 10:54:00:2] error: EBFP-marshal_internal: internal
    exception caught in kcp skeleton, ex
    ception = java.lang.NullPointerException
    [04/Dec/2001 10:54:00:2] error: Exception Stack Trace:
    java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:321)
    at
    com.netscape.server.ejb.SQLPersistenceManager.<init>(Unknown Source)
    at
    com.netscape.server.ejb.SQLPersistenceManagerFactory.newInstance(Unknown
    Source)
    at
    com.netscape.server.ejb.EntityDelegateManagerImpl.getPersistenceManager(Unknown
    Source)
    at
    com.netscape.server.ejb.EntityDelegateManagerImpl.doPersistentFind(Unknown
    Source)
    at
    com.netscape.server.ejb.EntityDelegateManagerImpl.find(Unknown Source)
    at com.kivasoft.eb.EBHomeBase.findSingleByParms(Unknown
    Source)
    at
    samples.test.ejb.Entity.ejb_home_samples_test_ejb_Entity_TestEntityBean.findByPrimaryKey(
    ejb_home_samples_test_ejb_Entity_TestEntityBean.java:126)
    at
    samples.test.ejb.Entity.ejb_kcp_skel_TestEntityHome.findByPrimaryKey__samples_test_ejb_En
    tity_TestEntity__int(ejb_kcp_skel_TestEntityHome.java:266)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    samples.test.ejb.Entity.ejb_kcp_stub_TestEntityHome.findByPrimaryKey(ejb_kcp_stub_TestEnt
    ityHome.java:338)
    at
    samples.test.ejb.Entity.ejb_stub_TestEntityHome.findByPrimaryKey(ejb_stub_TestEntityHome.
    java:85)
    at samples.test.ejb.TestEJB.getGreeting(TestEJB.java:51)
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • My Adobe Acrobat upadte failed w Error 1321 The installer has insufficinet privileges to modify file....  I followed the Adobe online instructions to change the advance settings. Now trying to reinstall my Adobe Acrobat but I do not see the download optio

    My Adobe Acrobat update failed w Error 1321 The installer has insufficient privileges to modify file....  I followed the Adobe online instructions to change the advance settings.
    Now trying to reinstall my Adobe Acrobat but I do not see the download option when I sign in to my Adobe account.  Please help.
    Also want to confirm that I uninstall my Adobe Acrobat before REinstalling.

    error 1321 the installer has insufficient privileges to modify this file c:\program files\adobe\reader 11.0\reader\arh.exe....also i tried reinstall but still receive error message...
    error 1321 the installer has insufficient privileges to modify this file c:\program files\adobe\reader 11.0\reader\arh.exe
    need your help please

  • Why would you allow firefox to update computer web-browsers if you have an idea that it will no longer work after the update? And why would you not include instructions for, how to fix the problem? Help Please! Can I go back to the old one?

    Why would you allow firefox to update computer web-browsers if you have an idea that it will no longer work after the update? And why would you not include instructions for, how to fix the problem? Help Please! Can I go back to the old one?
    Ron Bell
    [email protected]

    Mozilla, like many other software companies, thoroughly test their software before releasing it to the public and I'm sure that no problem you are having is intentional.
    I do not work for Mozilla but I do have experience of releasing software for public usage.
    Firefox has no way of knowing what other software is already on your computer and with millions of combinations it isn't always possible to test for every scenario.
    You can go back to the old version of Firefox but that won't always solve your problem.
    The web site below tells you how:
    https://support.mozilla.com/en-US/kb/Installing%20a%20previous%20version%20of%20Firefox

  • IMessage won't activate my cellphone number. I have tried rebooting and turning the iMessage switches on and off. I still have data bundles and am able to access all social media platforms except iMessage. Why won't it activate my cellphone anymore? Help!

    iMessage won't activate my cellphone number. I have tried rebooting and turning the iMessage switches on and off. I still have data bundles and am able to access all social media platforms except iMessage. Why won't it activate my cellphone anymore? Help! Does anyone know any fixes for this problem ?

    See if this helps: http://support.apple.com/kb/ts4268

Maybe you are looking for

  • The Design Tool is not appearing in webdynpro(ECC 6.0)?

    hi friends, when i tried to create a webdynpro, the design tool bar not appearing when i choose Window .I wat to create like LABEL, TEXTFELD, BUTTON. Is i have to change any settings to appear design tool. Regards, shankar.

  • Query using field MWSKZ without using BSEG

    Hi, I'm trying to create an Infoset (t-code SQ02) that will contain the field MWSKZ (Tax on sales/purchases code). This field is located in the table BSEG and I get the message: «Table BSEG cannot be used in a join» when I try to create an infoset us

  • 5800 xpress music issues....!!!!!!

    Hi All My 5800 xpress music doesn't run videos (movies , format: MP4 & others). It gives the below msg & runs only audio. Unable to perform audio or video ..., what could be the reason. My file size is 800 MB, which was in memory card. and also every

  • How can I get my original timeline clip appearance back?

    Hello to all! Feel sheepish to ask this. Was poking ignorantly into the features of the project library of a project I had on the timeline. Something I did made the project on the timeline to change in appearance to this: Can anyone teach me what I h

  • IMP.:  Solaris 8 can't mount Cdrom automatically

    i have Sun V880 server. before when i put any cd in the CDROM, system can automatically mount the CD-ROM. but from today suddenly, system can't mount CD-ROM. System is solaris 8 . so what the problem and how to resolve it?