Sorry... Newbie need help... Win XP Javac not working

Hello....I am pretty new at Java programming, and from wut I have heard...I can run Java applications out of Dos... I learn the codes are Javac and appletviewer. but it doesnt seem to work with win XP professional.... it said that the codes are not internal or external command or something like that....can someone please show me the right way...thanks

I'm assuming you put the path in the Environmental Variables on the Advanced tab in the System settings. You need to put in the path to java bin folder. Make sure you put the right path in - for example on my XP the path I added is c:\j2sdk1.4.0\bin
You can do a search for a file named javac.exe if you aren't sure where it is installed. Also, reboot after setting.

Similar Messages

  • Need help my iterator is not working

    Hi, I am working on a program that deals with three keithley Multimeters and a GW instek power supply. I am currently having trouble getting my power supply to increment up and down. I have the correct formulas to complete this as they have worked before but after having this program totally redone the same code is not working. It would seem there is an error somewhere in the incrementing. The block I am talking about is in the lower right hand corner of the take reading state.
    If you see anything please let me know. Thanks
    Kenneth
    North Dakota State University
    Center for Nanoscale Science and Engineering
    Attachments:
    Thermo power 5-25-11 PM.vi ‏243 KB

    Are you saying the the indicator called '1' is not incrementing?  It pretty much has to if your loop is running. 
    If the indicator IS incrementing and you expect it to actually do something, then you have a problem because it doesn't appear to be wired to anything except in the wait state.   It's not connected to any part of your Instek code so it's not going increment any voltages.  Did you mean to connect it to the Voltage control perhaps?
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • Re: Sorry but need help. Muse does not publish !

    Hi,
    can't continue my job. Muse is blocking the upload to publish the site under businesscatalyst.
    Who can help me to fix that problem?
    last upload of this file can be found under: http://iseki-neu.businesscatalyst.com/
    Tks and regards
    Siggi
    The only available messeges are the following screen-shoots.
    P.S. I wrote about the same problem already 7 hours ago.

    Hi Steve, Thank you for your reply. I have Adobe Reader XI and Adobe Technical Communication Suite 5 installed. But based on your reply, I found these instructions for enabling the Adobe Acrobat or Reader PDF viewer for Firefox and Chrome. Here is the link: https://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html
    The instructions work, so I am marking this question as resolved.

  • Need help please swf html not working right

    Hello everyone,
    I created a game in keynote for my HS kids with links to the right slide according to whether or not they are the correct answer.
    I exported it to flash. I got two files xxx.swf when I click on this on my desktop it opens in safari with a black background and it plays.
    the second file is xxx.html when I click on this on my desktop it opens in safari and plays in a smaller frame with a white background.
    So I uploaded my swf to idisk and I copied the content of the HTML in a snippet. I thought it would work. It does not.
    I could not care less about the background I just want one or the other to work but I can figure it out.
    Thank you in advance for your help
    Mireille

    Upload the SWF and the HTML file to your website folder in Finder/Go/iDisk/My iDisk/Web/Sites.
    Create a link on any web page to the HTML file....
    http://web.mac.com/username/WebsiteName/xxx.html
    ... and select "open in a new window" if you want.
    Clicking the link should then open your movie to play in a new window.

  • Need help with SQL*Loader not working

    Hi all,
    I am trying to run SQL*Loader on Oracle 10g UNIX platform (Red Hat Linux) with below command:
    sqlldr userid='ldm/password' control=issue.ctl bad=issue.bad discard=issue.txt direct=true log=issue.log
    And get below errors:
    SQL*Loader-128: unable to begin a session
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Can anyone help me out with this problem that I am having with SQL*Loader? Thanks!
    Ben Prusinski

    Hi Frank,
    More progress, I exported the ORACLE_SID and tried again but now have new errors! We are trying to load an Excel CSV file into a new table on our Oracle 10g database. I created the new table in Oracle and loaded with SQL*Loader with below problems.
    $ export ORACLE_SID=PROD
    $ sqlldr 'ldm/password@PROD' control=prod.ctl log=issue.log bad=bad.log discard=discard.log
    SQL*Loader: Release 10.2.0.1.0 - Production on Tue May 23 11:04:28 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader: Release 10.2.0.1.0 - Production on Tue May 23 11:04:28 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: prod.ctl
    Data File: prod.csv
    Bad File: bad.log
    Discard File: discard.log
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table TESTLD, loaded from every logical record.
    Insert option in effect for this table: REPLACE
    Column Name Position Len Term Encl Datatype
    ISSUE_KEY FIRST * , CHARACTER
    TIME_DIM_KEY NEXT * , CHARACTER
    PRODUCT_CATEGORY_KEY NEXT * , CHARACTER
    PRODUCT_KEY NEXT * , CHARACTER
    SALES_CHANNEL_DIM_KEY NEXT * , CHARACTER
    TIME_OF_DAY_DIM_KEY NEXT * , CHARACTER
    ACCOUNT_DIM_KEY NEXT * , CHARACTER
    ESN_KEY NEXT * , CHARACTER
    DISCOUNT_DIM_KEY NEXT * , CHARACTER
    INVOICE_NUMBER NEXT * , CHARACTER
    ISSUE_QTY NEXT * , CHARACTER
    GROSS_PRICE NEXT * , CHARACTER
    DISCOUNT_AMT NEXT * , CHARACTER
    NET_PRICE NEXT * , CHARACTER
    COST NEXT * , CHARACTER
    SALES_GEOGRAPHY_DIM_KEY NEXT * , CHARACTER
    value used for ROWS parameter changed from 64 to 62
    Record 1: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 2: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 3: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 4: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 5: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 6: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 7: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 8: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 9: Rejected - Error on table ISSUE_FACT_TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 10: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 11: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 12: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 13: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 14: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 15: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 16: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 17: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 18: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 19: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 20: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 21: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 22: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 23: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 24: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Record 39: Rejected - Error on table TESTLD, column DISCOUNT_AMT.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    MAXIMUM ERROR COUNT EXCEEDED - Above statistics reflect partial run.
    Table TESTLD:
    0 Rows successfully loaded.
    51 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 255936 bytes(62 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records read: 51
    Total logical records rejected: 51
    Total logical records discarded: 0
    Run began on Tue May 23 11:04:28 2006
    Run ended on Tue May 23 11:04:28 2006
    Elapsed time was: 00:00:00.14
    CPU time was: 00:00:00.01
    [oracle@casanbdb11 sql_loader]$
    Here is the control file:
    LOAD DATA
    INFILE issue_fact.csv
    REPLACE
    INTO TABLE TESTLD
    FIELDS TERMINATED BY ','
    ISSUE_KEY,
    TIME_DIM_KEY,
    PRODUCT_CATEGORY_KEY,
    PRODUCT_KEY,
    SALES_CHANNEL_DIM_KEY,
    TIME_OF_DAY_DIM_KEY,
    ACCOUNT_DIM_KEY,
    ESN_KEY,
    DISCOUNT_DIM_KEY,
    INVOICE_NUMBER,
    ISSUE_QTY,
    GROSS_PRICE,
    DISCOUNT_AMT,
    NET_PRICE,
    COST,
    SALES_GEOGRAPHY_DIM_KEY
    )

  • Need Help! Ospprearm.exe not working with Windows 8 and Micorsoft Office 2013

    I am running 64 bit win 8 and office 2013.  I searched in my whole PC and I found Ospprearm.exe in this location C:\Program Files (x86)\Microsoft Office\Office15
    That was the only place I found ospprearm.exe.  When I opened it I got this error
    There was an error when trying to rearm Office. You can try passing the SKU Id as a parameter. Passing the SKU ID is necessary if you are relying on activation to permit an additional rearm. Error: 0xc004f025
    On a computer running Microsoft non-core edition, run 'slui.exe 0x2a 0xc004f025' to display the error text
    I haven't rearmed Microsoft Office before with this technique before.  
    I really Don't know what happend.
    <marquee>Please Reply</marquee><marquee>Please Reply</marquee><marquee>Please
    Reply</marquee><marquee>Please Reply</marquee><marquee>Please Reply</marquee>

    Hello Ethan
    I am a bit worried since using Ospprearm.exe for office in my 64-bit version of Windows
    8 original version apparently changes my CMID will it affect my Windows Profile adversely as well or only office? I am told this rearms 
    does "the following tasks:
    Resets the grace timer to 30 days.
    Freezes the grace timer until either an Office application is run, or the ospp.vbs script is run.
    Resets the client computer ID (CMID). This is important because the KMS host uses the CMID to determine the number of unique clients. To check the CMID, use the command ospp.vbs
    /dcmid. For more information about ospp.vbs, see The ospp.vbs script.
    Note: If you run this command on either Windows 8 or Windows Server 2012, it only returns to CMID for Windows,
    not Office. To see the CMID for Office 2013, look for event 12288 in the Application Event log..."
    Your clarification will be deeply appreciated thanks!!!
    Wacef

  • I Need Help - 5800 XM (GPS not working)

    Hi
    i have a problem with my 5800 Xpressmusic i can't find 
    Assisted GPS
    Intregrated GPS
    option just i see one option Bluetooth GPS
    please help me
    SW: 31.0

    What country are you in? Phones for certain countries where GPS on phones is outlawed (China I think is one) have no GPS built in, or functionality removed.
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • Large Post House needs help. OMF -AAF NOT working in PP 8.1 beta or 8.0 Please anyone experiencing this same issue recently?

    We are getting ready to start our dev into PP CC. We know that there are real issues trading audio with the audio post teams, working in Pro Tools. Since PP CC is new to us, I (the Audio Post Manager) is trying to get a handle on what the issues are and how the overall community is coping...advise anyone?
    Video Software: PP CC 8.1 beta (and 8.0 public)
    Audio: Pro Tools 11.2.1
    All NLE's running on Mac Platform,
    Video suites are currently running 10.6.8
    Audio is running 10.8.5
    Thanks,
    Brucema12

    We are getting ready to start our dev into PP CC. We know that there are real issues trading audio with the audio post teams, working in Pro Tools. Since PP CC is new to us, I (the Audio Post Manager) is trying to get a handle on what the issues are and how the overall community is coping...advise anyone?
    Video Software: PP CC 8.1 beta (and 8.0 public)
    Audio: Pro Tools 11.2.1
    All NLE's running on Mac Platform,
    Video suites are currently running 10.6.8
    Audio is running 10.8.5
    Thanks,
    Brucema12

  • Need help my iTunes is not working

    Wan I click on iTunes music it go and that 1sec it take me right off. So do u know what going on ??

    Wan I click on iTunes music it go and that 1sec it take me right off. So do u know what going on ??

  • MacBook - Newbie: Need help on printing wirelessly to XP shared printer

    MacBook - Newbie: Need help on printing to XP shared printer
    Bear with me please. I read tons of articles on this but somehow as a newbie to MAC (girlfriends sick daughter), I am missing something. 10.5.2
    Currently, she can print directly if we plug in the HP Deskjet printer directly via USB to the MACBook. No problem.
    When we first got the MACBOOK I tried setting up the MACBOOK wirelessly to recognize the workgroup where the printer was attached via USB to the Windows XP PC. However it printed out garbage since I did not know there was a difference between XP printing and MAC (Gutenberg/gimp printing/drivers).
    Now I know there is a difference.
    But in reading various instructions, I no longer can find how to connect the MAC to the Windows workgroup. Note we do have a printer set up currently as USB-HP Deskjet on the Macbook (not sure I need to delete it yet).
    I went to System Preferences on MACBOOK and clicked on printers, more printers. In the drop down box was CANON, APPLETALK, IP HP printing and Firewire. There was no WINDOWS selection as I saw in other online web instructions.
    So not sure how to proceed to find a way to:
    1. Connect to Windows workgroup (click on what exactly), step by step please!!
    2. Add correct HP Deskjet 5490 printer (perhaps there is one with Gutenberg or perhaps I need Gutenprint-really not sure what I am talking about)
    Thanks so much in advance. Fiancé's kid has had her cancer recur in a different place and someone was nice enough to buy her a MACBOOK as a gift.
    Sincerely
    Peter

    ccarbery wrote:
    OK...I figured it out...no need to reply.  I noticed that there was another Protocol to use to set up the printer on the Mac, I was using LPD, so I switched it to HP Jet Direct-socket, and it prints fine...thanks.  I am curious as to why LPD wouldn't work; if anyone has that answer I would like to know...thanks
    Any chance of posting the Protocol you used to connect to your printer with your laptop?  I'm have the exact same problem printing from my MB.  Same error message "..is busy".

  • Hi, I need help my computer is not starting up at all, nothing happening when I press the button on/off. The battery charger is working as using it for another laptop. Not sure what to do. Anyone have any idea? many thanks

    Hi, I need help my computer is not starting up at all, nothing happening when I press the button on/off. The battery charger is working as using it for another laptop. Not sure what to do. Anyone have any idea? many thanks

    You could try a SMC reset:
    http://support.apple.com/kb/HT3964
    If no change, do what Allan advises.
    Caio.

  • I have updated my iphone this evening and is has asked me to connect my phone to itunes, I connected it to a computer with itunes and it says it needs restoring? and all my images etcwill be earsed I need help as I have not backed my iphone up previously

    I have updated my iphone this evening and is has asked me to connect my phone to itunes, I connected it to a computer with itunes and it says it needs restoring? and all my images etcwill be earsed I need help as I have not backed my iphone up previously please help?

    YOur phone is in recovery mode, any data that was on there is already gone, you will have to restore your phone and use whatever backup you to restore to.

  • Hi I need help ..I do not know how to edit a pdf file that I scanned in,

    Hi I need help ..I do not know how to edit a pdf file that I scanned in, will someone please tell me what I should do PLEASE HELP

    What program are you using?  If it is just Adobe Reader you can not edit.
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • HT201272 I need a refund on my books I purchased from itunes because my ipod will not support them. I was on the apple chat last night and they tried to help but it did not work and they told me my ipod was to old to support them. I was wondering how do I

    I need a refund on my books I purchased from itunes because my ipod will not support them. I was on the apple chat last night and they tried to help but it did not work and they told me my ipod was to old to support them. I was wondering how do I get the refund on them?

    Try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • I can buy my needs from the game says I tell customers to help please help me Visa card not working in any Itemes games

    I can buy my needs from the game says I tell customers to help please help me Visa card not working in any Itemes
    games

    If you mean that you have been instructed to contact iTunes support, then will need to do what it says, contact iTunes Support. These are user-to-user support forums, if you thought you were contacting Apple by posting here. Go here:
    http://www.apple.com/emea/support/itunes/contact.html
    to contact the iTunes Store.
    If that does not answer your question, try posting in your native language, or find a friend with a better command of English to help you ask your question here.
    Regards.

Maybe you are looking for

  • Windows 8.1 will not install WSUS Updates

    Hi, I have an issue with Windows 8.1 clients using WSUS. I have had a GPO set up to apply to All my computers in my domain, majority of them are Win 7 and WSUS is working perfectly, updates are downloaded and installed automatically and when user shu

  • JMS Adapter setting the header data of MQ message

    Hi All, I need to set the properties in JMS adapter for setting the header data of MQ message. JMS_IBM_MQMD_Format = MQFMT_NONE. Thanks in advance Ravijeet

  • Podcast doesn't play in iTunes

    Hello guys, I have made a video podcast page. This is what I did: - clicked File>New Page, then I did choose Podcast page template from iWeb library - changed text - dragged and dropped my own video clip (.m4v QT which is supported format for apple T

  • SBS2008 WSUS Update Issues

    I'm trying to find out what the hell is going on with our WSUS. My desktop and laptop are the trial children for the issue and both were attached to the server the same way, both have the same errors when attempting to update (800B0001 or on install

  • Possible to highlight a row in text area which in turn would fire an event?

    I'm making a GUI of which the main portion consists of a large text area. The text area would list problems that our company is experiencing - each row would represent a problem. Each row would give a problem ID and a description of the problem. I wa