Javac what in the wierd

Hi all
I have setup the jdk 1.5_04 to the following location c:\Program Files\Java\jdk1.5_05 and I have setup the system environment variable to contain the following path
c:\Program Files\Java\jdk1.5_05\bin
when I run the javac program, a error is returned saying that the javac program is not a recognized program. But I can most certainly run java.exe no problems. I am running win xp home and I am losing my hair over this
Thanks in advance
Danny

I set the CLASSPATH to C:\Program
Files\Java\JDK1.5.0_04\bin\ and I set that under the
system variable sectionYou need to include that in the PATH, not the CLASSPATH.

Similar Messages

  • CDHDR date/time fields vs. changenr field - what's the proper order ?

    I have an application where I need to keep track of all the changes on sales orders.  Got it working pretty well, but in production it has the nasty habit of missing some changes ( it runs every 15 minutes and keeps track of the last date/time of an item it picked up ).  What's worse is that if I do a full run from scratch, the missing stuff appears.
    I think my algolrithim is flawed because of the missing things plus I found two entries who's entries look like the following (all in VERKBELEG) - yes, this is REAL data from my production system:
    changenr          udate     utime
    0004520883     2/27/2007     19:20:24
    0004522894     2/27/2007     19:16:31
    Apologies for the formatting - anyways, as you can see - which entry happened first?  Is the changenr field the authority on that or is the date/time fields ?  I have to think it's changenr because of the following:
    1 - changenr is part of the primary key - date and/or time is not
    2 - my program is missing changes
    What's even wierder is that the above two changes were made by the same person - and I have no idea which one they did first.
    bottom line - what determines order of changes ? - field changenr or date/time fields (which are udate and utime respectively).  I thought when I designed this the first time that it would been entry #2 above, but now I'm thinking it's entry #1.

    Tom;
    Thank you very much for the information - I did run transaction SNRO and I see on my dev box that it's buffered ( 10 numbers ).  This then leads to my next set of questions:
    1 - If you have multiple app servers and it's bufferered, where does it buffer ?
    2 - Are the change numbers still in order of the changes ( see #4 below ) ?
    3 - When a change number is buffered - does that mean the entire change is buffered or does that mean that only the number is buffered ?
    4 - If you have multiple app servers with multiple changes - do the changes appear in the database in order of the change numbers or out of order ?  Here's a simple example:
        change 1 - done by app server 1
        change 2 - done by app server 2
        change 3 - done by app server 1
        change 4 - done by app server 1
        change 5 - done by app server 2
    At any point, would I see any change number in the database which has a higher change number than one that doesn't yet exist in a commited form in the database ?  In order words, if I did the read just right, would I see changes 1,3,4 on one read and then 15 minutes later 1,2,3,4,5 ?  The reason I'm asking is because if you want to remember where you last left off, if a change number "appears" later and not in order, tracking the change numbers won't help either.

  • What are the components used when I click on a Menu

    I was wondering when you click on a Menu, the menu pulls down and display its menu items.
    My question is: what is the component (with a null name) that surrond the menu items?
    This wierd component seems to appear in my log I give/retreive the focus to a menu or
    when my mouse goes outside menuitems when the meny is pulled down my log says
    Mouse entered in a component with name=null
    Anyone heard about that wierd component of Swing?
    any clue is much appreciated

    If you can ask it for a name, try doing component.getClass() on it.

  • The good, the neutral, and the wierd - 1.1.1 changes

    Being one of the first yesterday to receive the update, I have noticed the following:
    The Good:
    Caplock now works - no need to continually click the cap button
    iTunes wifi - cool feature that could come in handy every so often
    TV out - great so I can share pics/vids with friends and family
    Home button dbl click - great feature - maybe they will extend what you can set this to in the future but I am happy with the favorites/itunes choice right now
    Spacebar dbl click - good feature
    The neutral
    Rearranging stocks and weather - nice but this should have been extended to phone favorites, et al - not really a necessary feature for me but maybe for some...
    Volume for me seems unchanged - but I never had problems with the volume levels...
    SMS alerts - ok a few more choices but why not be able to assign any of the sounds on your phone to the sms alerts - seems a bit illogical but does not affect me either way
    Landscape mode for email attachments - not sure why this was not extended to creating emails, notes, etc... neutral
    The wierd / not so good
    Ok so i had so Ringtones on their using the iphoneringtonemaker for windows - that are no longer in my ringtone list BUT still work for the contacts that have the ringtones assigned (I do not see the actual ringtone but when specific people call the old ringtone still rings through) - wierd
    Before the update, after you watched a movie you were prompted to delete to save space - no longer it just plays and the goes back to the video list - not so good
    Overall I am pleased to see apple continue to develop new features for the iPhone. I just hope this becomes a regular phenomenon - ie regular updates for all the other stuff people have posted feedback for (MMS, Exchange, ToDo list sync, etc...)
    Mickman

    mickman17 wrote:
    Rearranging stocks and weather - nice but this should have been extended to phone favorites
    We've always had the ability to rearrange phone favorites.
    Before the update, after you watched a movie you were prompted to delete to save space - no longer it just plays and the goes back to the video list - not so good
    I'm glad they got rid of this. It was useless and annoying. Having to click 'Keep' everytime I was done watching a video. Or if I clicked 'Delete', what is the point? It transfers right back to the iPhone the next time I hook it up and I have to cancel the transfer then change the sync settings anyway.

  • What is the solution of this problem

    Hello,
    I get the following error when the search.jsp is called.
    Error: 500
    Location: /examples/jsp/pro/search.jsp
    Internal Servlet Error:
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    C:\jakarta-tomcat-3.2.4\jakarta-tomcat-3.2.4\work\localhost_8080%2Fexamples\_0002fjsp_0002fpro_0002fsearch_0002ejspsearch_jsp_82.java:111: 'catch' without 'try'.
    } catch (Exception ex) {
    ^
    C:\jakarta-tomcat-3.2.4\jakarta-tomcat-3.2.4\work\localhost_8080%2Fexamples\_0002fjsp_0002fpro_0002fsearch_0002ejspsearch_jsp_82.java:120: 'try' without 'catch' or 'finally'.
    ^
    C:\jakarta-tomcat-3.2.4\jakarta-tomcat-3.2.4\work\localhost_8080%2Fexamples\_0002fjsp_0002fpro_0002fsearch_0002ejspsearch_jsp_82.java:120: '}' expected.
    ^
    3 errors, 1 warning
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
         at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
         at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:542)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:258)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:268)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:536)
    What is the reason.. the file does not contain any catch statement which has ex as the Exception Object.

    well this is the code of search.jsp
    <html>
    <head>
    <title> SEARCH RESULT</title>
    </head>
    <%@ page
    import="javax.servlet.*,java.io.*,java.sql.Connection,java.sql.DriverManager,java.sql.SQLException,java.sql.Statement,
    java.sql.ResultSet,java.util.*,java.io.*,oracle.jdbc.pool.OracleDataSource"%>
    <%
                   try      
                   Class.forName("oracle.jdbc.OracleDriver");     
                   DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
                   Connection con=DriverManager.getConnection("jdbc:oracle:thin:@xyz-
    2bb7f1c7083:1521:XE","system","tiger");     
                   Statement st=con.createStatement(
    ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);
                   } // end of try
         catch (SQLException se) { System.out.println(se); }
         catch(Exception exc) { System.out.println("exception from search.jsp"+exc); }
    %>
    <body>
    WELCOME TO SEARCH
    <form>
    <input type="text" name="choice">
    <select name="menu">
    <option value="0" selected>(please select :)</option>
    <option value="1" >Search by faculty
    </option>
    <option value="2" >Search by department
    <%
    System.out.println("menu"+request.getParameter("menu"));
    System.out.println("choice"+request.getParameter("choice"));
         if (request.getParameter("choice").equals("Computer"))
         String q=("select * from empldminoyee,allowances,deductions,SALARY where employee.DEPARTMENT='CS' ");
         ResultSet rs=st.executeQuery(q);
         rs.first();
         HttpSession hs=request.getSession(true);
         response.setContentType("text/html");
         PrintWriter pw=response.getWriter();
         pw.print("<B>");
         hs.setAttribute("res",rs);     
         response.sendRedirect("http://localhost:7080/examples/jsp/pro/sfwd.jsp");     
    %></option>
    </select>
    <input type="submit" value="submit">
    </form>
    </body>
    </html>
    --------------------------------------------------------

  • What is the difference between "to sbt" and "to sbt_tape"?

    In channel allocating, what is the difference between "to sbt" and "to sbt_tape"?----No.184

    Syntax looks wierd, but if you are looking for differences between sbt and sbt_tape, you can find it in the Backup and Recovery books.
    http://www.oracle.com/pls/db102/portal.portal_db?selected=4

  • What are the mandatory fields while creation of material master in differen

    what are the mandatory fields while creation of material master in different views?

    Hi Gopi,
      This is purely depends on the function configuration, which would be done MM consultants.  Kindly check with them.
    thanks & regards
    Kishore Kumar Maram

  • When would I use an if, for or while statement in Small Basic and what is the difference between the three?

    I have a Y9 Computer Science Exam next week and I know that this will probably be one of the questions on it so I need to know the answer. What is the difference?

    An If statement executes once IF the statement is true:
    If 1 = 2/2 Then
    Textwindow.writeline("True")
    EndIf
    A While statement executes WHILE the statement is true:
    While 4 = 2+2
    'Will keep looping while it is true
    EndWhile
    A For statement loops a number in increment:
    For i = 1 to 10
    'Every time through, i gets bigger by one until it equals 10
    EndFor
    It is written: "'As surely as I live,' says the Lord, 'every knee will bow before me; every tongue will acknowledge God.'" Romans 14:11

  • What is the diffrence betweensy-tabix and sy-index

    hi
    can any one suggest me
    what is the diffrence betweensy-tabix and sy-index
    Thanks & Regards
    kalyan.

    Hi Kalyan,
    This question has been answered many times on SCN. Please make a search before posting a thread.
    Read the Rules of Engagement.
    Happy Posting.
    Regards,
    Chandra Sekhar

  • I just updated to 10.9.3. I now cannot open Mail - it comes up with an error window and suggests it may be incompatible with this OS. What is the fix for this? Thanks

    When I try to open Mail from the launchbar it won't open and comes up with a window saying it may be incompatible with this version of OS X.
    What is the answer to fix this?!

    Backup for safety on at least two reliable drives.
    Reinstall using the combo update at http://support.apple.com/kb/DL1746
    You would be wise to quit all apps, disconnect all peripherals and preferably delete all email accounts before upgrading.

  • How can I use 2 Apple IDs in Itunes? I have 2 IOS Devices. They each have there own AppleID. What is the proper way to sync both of them to Itunes?

    How can I use 2 Apple IDs in Itunes? I have 2 IOS Devices. They each have there own AppleID. What is the proper way to sync both of them to Itunes? I wanted my teenager's AppleID to be different from mine so that she couldn't charge stuff to my AppleID, therefore I created me another one. Now when I go to Sync either device, it tells me that this IOS device can only be synced with one AppleID. Then I get a message to erase it, not going to do that, lol. If I logout as one ID and login as the other, will it still retain all synced information on the PC from the first IOS device? If I can just log in out of the AppleID, then I have no problem doing that as long as the synced apps, music, etc stays there for both. I am not trying to copy from one to the other, just want to make sure I have a backup for the UhOh times. If logging in and out on the same PC of multiple AppleIDs is acceptible then I need to be able to authorize the PC for both devices. Thanks for the help. I am new to the iOS world.

    "Method Three
    Create a separate iTunes library for each device. Note:It is important that you make a new iTunes Library file. Do not justmake a copy of your existing iTunes Library file. If iTunes is open,quit it.
    This one may work. I searched and searched on the website for something like this, I guess I just didn't search correctly, lol. I will give this a try later. My daughter is not be back for a few weekends, therefore I will have to try the Method 3 when she comes back for the weekend again. "
    I forgot to mention that she has a PC at her house that she also syncs to. Would this cause a problem. I am already getting that pop up saying that the iPod is synced to another library (even though she is signed in with her Apple ID to iTunes) and gives the pop up to Cancel, Erase & Sync, or Transfer Purchases. My question arose because she clicked on "Erase & Sync" by mistake when she plugged the iPod to her PC the first time. When the iPod was purchased and setup, it was synced to my PC first. When she went home, she hooked it up to her PC and then she erased it by accident. I was able to restore all the missing stuff yesterday using my PC. However, even after doing that it still told me the next time I hooked it up last night that the iPod was currently synced with a different library. Hopefully, you can help me understand all this. She wants to sync her iPod and also backup her iPod at both places. Both PCs have been authorised. Thanks

  • What is the best way to set up iTunes on our home network so all family members have access to all of our itunes library, even music we don't have on the cloud?

    I have five different people using 10 different apple devices on one itunes account in our family.  We have had trouble sharing.  What is the best way to set up itunes on our home network?  We have purchased music that sits on icloud, but we also have music we have imported from our previous cd library.  Our itunes program keeps crashing and dumping everyone's playlists.  So far we have all been using just the one desktop computer to sync to because we can't figure out how to share the same librarly and playlists on multiple computers in our home so devices can be synced at any location as well as playlists and purchases be made. 

    What is the best way to set up itunes on our home network? 
    One iTunes library per person.  One iTunes account per person.
    If people wish to share songs, they can make copies.
    When the inevitable day comes when the kids get older, you will not have to come back here and post asking how all that stuff can get separated!

  • What is the Best Safari Version for OS 10.9.5 Maverick on a MacBookPro, 2.4Ghz, 8 GB Mem.?

    What is the best Safari Version for OS 19.9.5 Maverick on a MacBook Pro. 2.4 Ghz, with 8 gb memory?

    The best version for Mavericks, in fact the only version, is an integral part of OS X. In other words you already have it.
    Its version number is 7.1.5.
    Keep OS X up to date: Update OS X and App Store apps on your Mac - Apple Support

  • When I click on 2014 month view in calendar iPhone 5 s stucks, lagging. What is the problem I don't know????

    When I click on 2014 month view in calendar iPhone 5 s stucks, lagging. What is the problem I don't know????

    Should read 'When I '''clicked''' on your update this a.m......

  • While defining a columnar table, what is the purpose of column store type

    Hi folks
    I have two questions related to columnar table definition.
    1. What is the purpose of column store type.
    While defining a columnar table, what is the purpose of column store type (STRING ,CS_FIXEDSTRING,CS_INT etc) , when I define a table using the UI I see that the column is showing STRING but when I goto EXPORT SQL it does not show.  Is this mandatory or optional ?
    2.VARCHAR Vs. CHAR - In the UI when I create the table I do not see the CHAR option , but I do see lot of discussion where people are using CHAR for defining the columnar table. Not sure why UI dropdown does not show it. I also read that we should avoid using VARCHAR as those columns are not compressed, is that true, I thought the column store gives compression for all the columns. Are there certain columns which cannot be compressed .
    Please let me know where I can find more information about these two questions.
    Poonam

    Hi Poonam
    the CS_-data types are the data types that are used internally in the column store. They can be supplied but it is not at all required or recommended to do so.
    SAP HANA will automatically use the correct CS_-data type for every SQL data type in your table definitions.
    To be very clear about this: don't use the CS_-data types directly. Just stick to the SQL data types.
    Concerning VARCHAR vs CHAR: fixed character data types are not supported anymore and don't show up anymore in the documentation.
    I have no idea why you believe that VARCHAR columns are not compressed but this is just a myth.
    create column table charcompr (fchar char(20), vchar varchar(20));
    insert into charcompr (
        select lpad ('x', to_int (rand()*20), 'y'), null from objects cross join objects);
    -- same data into both columns
    update charcompr set vchar = fchar;
    -- perform the delta merge and force a compression optimization
    merge delta of charcompr;
    update charcompr with parameters ('OPTIMIZE_COMPRESSION' ='FORCE');
    -- check the memory requirements
    select COLUMN_NAME, MEMORY_SIZE_IN_TOTAL, UNCOMPRESSED_SIZE, COUNT, DISTINCT_COUNT, COMPRESSION_TYPE
    from m_cs_columns where table_name ='CHARCOMPR'
    COLUMN_NAME    MEMORY_SIZE_IN_TOTAL    UNCOMPRESSED_SIZE   COUNT   DISTINCT_COUNT  COMPRESSION_TYPE
    FCHAR       3661                    70285738            6692569 20              RLE
    VCHAR       3661                    70285738            6692569 20              RLE
    We see: compression and memory requirements are the same for both fixed and variable character sizes.
    - Lars

Maybe you are looking for

  • Creative Zen 2 Gig displays incorrect album a

    My creative Zen 2 G with the current firmware stores incorrect album art for artists that have the same album name such as "Best Of" or "Greatest Hits", The only way around it is to rename all of my greatest hits to something unique such as Rolling S

  • Delete all pictures and videos after the restart iPhone

    I used various iPhone 3G 8 Gb, 3G 16Gb. Now 3Gs 16Gb. It had all the firmware. Now 3.1.3. And all had the same problem - after restart iPhone all the photos taken on the iPhone, from the album disappeared. Why is this and how to fix it?

  • Zen Micro phone jack is messed

    i have a couple of friends who have had the same problem. for some reason, when i put my zen into mai pocket, some of the sound turns faint. but if i jiggle it a little it sometimes goes back to normal. however if i move just a little, it turns faint

  • HP dc7900 Versions/HDD

    Hi. I own a HP dc7900sff computer. The problem is i am missing M3 screws which hold primary HDD in place. Apart from HDD being a little loose, can i install the HDD without those screws ? Also i noticed multiple dc7900sff computers with the same hard

  • Which model of iphone 6 will offer in Australia?

    which model of iPhone 6 will offer in Australia? how can I get model A1586?? Which model will offer by Vodafone AU????