Cannot find javac program

Hello, I just recently installed Java 2 SDK, version 1.3.1 on my NT computer. After installation (went
by the book according to the java installation notes) and adding my path, I did a quick check in the
folder I installed to..in this cas C:\jdk1.3 . I do not see the javac.exe file listed in the bin at all (there is a javaw and java but no javac). I reinstalled it just to see if I was incorrect and I still don't see it at all so of course I can't really run anything as of yet. I downloaded from this website. Can anyone help me?

you should right-click the folder that contains jdk1.3 and click on "search" and then type the file name to search for wherever it is. Hope that helps any!
james
Hello, I just recently installed Java 2 SDK, version
1.3.1 on my NT computer. After installation (went
by the book according to the java installation notes)
and adding my path, I did a quick check in the
folder I installed to..in this cas C:\jdk1.3 . I do
not see the javac.exe file listed in the bin at all
(there is a javaw and java but no javac). I
reinstalled it just to see if I was incorrect and I
still don't see it at all so of course I can't really
run anything as of yet. I downloaded from this
website. Can anyone help me?

Similar Messages

  • I keep getting the message, "Windows cannot find 'c:\Program Files (x86)\Mozilla Firefox\firefox.exe'. Make sure you typed the name correctly, and then try again." I get it when I either try to open it from the Start menu or from the desktop icon.

    I've just installed Firefox on my laptop and keep getting the message, "Windows cannot find 'c:\Program Files (x86)\Mozilla Firefox\firefox.exe'. Make sure you typed the name correctly, and then try again." I get this message whenever I either try to open it from the Start menu or from the desktop icon. I've never gotten it to work and even uninstalled it and then redownloaded it and still cannot get it to open. Any help would be greatly appreciated!!!!

    Are you installing from the official site? http://www.mozilla.com/firefox
    If you use Windows Explorer (My Computer) to check that path, is the Mozilla Firefox folder there? That is the normal installation location, but I think it's worth checking.
    If the folder isn't there or firefox.exe is not in it, I wonder whether some other software might be interfering. You might want to run some supplemental security scans. These two tools are highly regarded:
    Malwarebytes Anti-malware : http://www.malwarebytes.org/products/malwarebytes_free
    SUPERAntiSpyware : http://www.superantispyware.com/

  • HT2188 i just upgraded my iphone 3gs to ios 6 not sure if it updated but now when i turn on my phone it says automatically that i need to connect it to itunes using the USB port but when i connect it it comes up as new hardware and cannot find a program/s

    i just upgraded my iphone 3gs to ios 6 not sure if it updated but now when i turn on my phone it says automatically that i need to connect it to itunes using the USB port but when i connect it it comes up as new hardware and cannot find a program/software for my device even though i have the latest itunes on my computer. i have tried reinstalling itunes but it still cannot find my phone and now i cannot use my phone as it is stuck on the sync to itunes screen

    Have you downloaded and installed the latest version of iTunes from here:
    http://www.apple.com/itunes/download/

  • Error Message comes up saying this "Windows Cannot find C:\Program Files\Mozilla Firefox\Firefox.exe"

    Error Message comes up saying this "Windows Cannot find C:\Program Files\Mozilla Firefox\Firefox.exe"
    == This happened ==
    Every time Firefox opened
    == Since 6/7/2010 ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; DS_gamingharbor; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    Hello Jignesh.
    This issue has been reported before by other users, and it turns out it's the effect of malware. In other words, your system is infected. To scan for malware, install, update and run these programs ''in this order''. They are all free for personal use, but some have limited functionality in their "free mode", but the features you'll miss are not really needed to find and remove the problem you have. Remember that ''not all programs detect the same malware''!
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php malwarebytes.org/mbam.php]
    SuperAntispyware - [http://www.superantispyware.com/ superantispyware.com]
    AdAware - [http://www.lavasoftusa.com/software/adaware/ lavasoftusa.com/software/adaware]
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html safer-networking.org/en/index.html]
    Windows Defender - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx microsoft.com/windows/products/winfamily/defender/default.mspx]
    Dr. Web Cureit - [http://www.freedrweb.com/cureit/ freedrweb.com/cureit]
    If these don't find it or can't clear it, please tell me and I'll provide you with further assistance.

  • When i open itunes i get the message"windows cannot find c:\program files\tuneupmedia\tuneupapp.exe

    when i open itunes i get the message"windows cannot find c:\program files\tuneupmedia\tuneupapp.exe ,There is no such file on my computer it was deleted ,Itunes still opens when I delete message but is still annoying ?
    Any ideas how to get rid of message please
    DS

    The following document might be worth a try:
    iTunes: Troubleshooting issues with third-party iTunes plug-ins

  • Cannot find javac.exe in j2se 1.5.0 jdk

    hi
    i have been installing and reinstalling JDK 5.0, yes it is jdk not jre...
    and i cannot find javac.exe
    does anyone has any solution?
    thanks in advance.

    Oh, and btw, you should uninstall everything (J2EE, J2RE/jre, Forte/S1S, and Webstart) - Then install J2SE, followed by J2EE, then S1S.
    Don't install J2RE as a separate install - the J2SE install will also install it and Webstart.

  • Cannot find javac compiler

    I have recently installed apache tomcat and the J2SE SDk on my windows machine and have managed to get tomcat to run. However, when i try to test a jsp page I get an error saying ii cannot find the javac compiler. The error I amgetting is shown below.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
         org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:106)
         org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:935)
         org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    I have checked my environment variables that I set up and I cannot finad anything wrong with them as they all seem to point to the right directory. Here are my environment variables.
    CLASSPATH = C:\jdk1.5.0_02\lib\tools.jar;C:\Servers\Tomcat 5.0\common\lib\servlet-api.jar;C:\Servers\Tomcat 5.0\common\lib\jsp-api.jar
    JAVA_HOME = C:\jdk1.5.0_02
    PATH = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\ATI-CPanel;C:\Program Files\Pragma\Clients;C:\Program Files\MySQL\MySQL Server 4.1\bin;C:\jdk1.5.0_02\bin
    Does anyone have any idea what the problem could be? Any solutions would be much appreciated.
    Thanks

    I have recently installed apache tomcat and the J2SE SDk on my windows machine and have managed to get tomcat to run.
    the error i have got is below:
    Exception:
    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
         at org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:106)
         at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:935)
         at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:282)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:328)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:427)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:142)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:536)
    Does anyone have any idea what the problem could be? Any solutions would be much appreciated.
    Thanks

  • My system cannot find javac!!

    This is enough to drive me crazy. I use TextPad to develop Java apps, etc. One nice thing about it is, like other IDE's, you can compile and launch apps from within TextPad itself. One day, it just stopped being able to find the compiler. It finds the interpreter ok (AND THEY ARE IN THE SAME SPOT!). Well, I thought it was TextPad or something, but I just downloaded a web server to run my jsp pages and even though I have the bin folder of the jdk I want to use on my PATH, it (the jsp engine) cannot find the compiler! What the heck is going on? If I open a dos shell and type "java", it runs the interpreter (it finds it). If I type "javac" - I get "Exception in thread 'main' java.lang.NoClassDefFoundError: sun/tools/javac/Main"
    Why can't my system recognize my compiler? I have tried adjusting my path to an different jdk (bin folder) and the same thing happens! Arggh - help, please!

    It seems that u have installed JRE or other s/w like netscape, opera which gives JRE with them.
    Now when u installed it, it overrides (better to say append) the ur system's path / classpath variable, now as u know what is JRE, it has only interpreter java, but not compiler javac.
    So better to put ur jdk/bin path/classpath at last, in ur variable or autoexec.bat, whatever u used.
    let's see what happen?
    Hardik

  • Windows cannot find 'C:\Program Files\Adobe\Adobe Photoshop CS4(64bit)...'

    I've just installed the CS6 upgrade on my WIndows VIsta x64 bit machine.
    Just now, I opened a folder of files in Bridge CS6.
    I highlighted one of the files and selected Ctrl/o to host Camera Raw in Photoshop, which is what I always do.
    But, I got an error message saying that Windows cannot find Photoshop CS4.
    I did uninstall CS5 after installing the upgrade, if that makes any difference.
    Any ideas?
    Thanks.
    D.

    For some users an uninstall of previous version wrecks havoc with file associations.
    First try edit/preferences/file type associations.  Click on reset "reset to default associations".  If that does not work click on individual file and set default to CS6.
    If the above does not work you either have to unistall CS6, run the Adobe Script Cleaner or read registry solution in this link.  http://forums.adobe.com/thread/1005273?tstart=0

  • Windows cannot find c:\Program files\Adobe\Adobe Photoshop CS5.1 64bit\Photoshop exe. Make sure you typed the name correctly.  This error comes up and I can't get photos (raw) to open from bridge.  Also I have Photoshop CC not CS5.1as error states.

    Shall I just reinstall the program?  It was running fine until I got a Trojan last week. I'm  pretty sure the Trojan has been removed'

    It sounds like your windows registry is messed up.  That you may have had cs5 at one time and upgraded to cs6 than got a subscription and installed  Photoshop CC.  You than followed that with an uninstall of CS6 which backed out its registry update and restored  windows registry Photoshop.exe key to what it replaced your old CS5 path.   Since CS5 is no longer on you machine  you get that message.  Use regedit search for key Photoshop.exe and correct the path to Photoshop CC 2014...

  • After installing Firefox 3.6 I click on the icon to open it and get the error message "Windows cannot find 'C\Program Files\Mozilla Firefox\firefox.exe' " can anyone help?

    This has happened after uninstalling Firefox, twice and downloading it twice.

    Did you check if the Firefox file is in that location?
    If it isn't there then do a clean (re)install:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data if you uninstall the current version.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    If the file is there then do a malware check with some malware scan programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Cannot find javac

    I am running Red Hat 7.3 and I just installed java 2 sdk from Sun's website, I updated the path for the java directory I installed it to, but I cant compile any files. I did a search for the "javac" file and it isnt anywhere on my system. The "java" file is there but not javac. can any one please help this has been driving me crazy for days!

    You may have installed the JRE rather than the JDK, which won't have the javac tool. Check to be sure you downloaded the correct file.

  • Cannot find the program in Market Place or the web address in my current browser.

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/790159 ''
    I searched the Market Place for Android and it did not come back with any results - nor did the Firefox.com/m/ show up in my current browser. This is the message I received when I hit Free for Android:
    Not found
    The requested item could not be found.

    Is your phone a supported device?
    http://www.mozilla.com/en-US/mobile/platforms/

  • XI Cannot find Mapping program

    My scenario has worked ok. After our admins tunes XI I get error in all scenarios.
    Die Ressource com/sap/xi/tf/_SendToReceive_.class (http://mynamespace, b3bd6860-93fb-11da-a2b6-c4b60a121a2a, -1) konnte nicht gefunden werden
    sxi_cache shows no error. I didn't change design object.
    How to solve this problem?

    Hi,
    Try these:
    1)Try making dummy changes and activate it.
    2)Create a copy of the old mapping and use it in your scenario.
    Regards
    Suraj

  • HT204053 I cannot find iCloud in my program files or icon or anywhere on my computer. How do I change my settings?

    I downloaded icloud on three of my pcs and one ipad.
    I cannot find the program file on the PCs or an icon or anything to look at my settings.
    Can someone please tell me where to find the program file. I can see it in my control panel, but cannot find it anywhere else on the computer.
    Thanks for your anticipated response.

    I'm afraid I do not quite understand what you are trying to accomplish. There is no "cloud player" application. You access your music in the cloud with iTunes on a computer and through the Music app on iOS devices. Please describe the problem you are having in more detail so we can help you.
    As to accessing "icloud" on mobile devices, iCloud is not the same as iTunes Match. Please tell us what model of iPod you have. At this time only OS X, iOS and Windows (Windows Vista SP2 and up) are supported.

Maybe you are looking for

  • Mac mini - dvi to svideo adapter - no screen on tv

    Hello, I really don't know if anyone knows an answer of my problem. No one did this far. So I signed up here. Ok, my question. I have a mac mini 1.42 ghz. I want to connect it to my sony 100hz trinitron TV with an dvi to s-video adapter. It doesn't w

  • Screen saver with "music on" doesn't seem to work correctly for me.  why?

    I don't understand what is going on with the screen saver when I have it set to work when music is "on." My photos will play just fine if I manually pick them to play (i.e. a slide show). But when music is playing, and the screen saver begins to acti

  • Special ledger entries.

    Hi SAPGURUS, We have configured FI-SL settings for our client. Fiscal year variant --> same as calendar year both for FI-SL as well as normal postings. They needed data in the FI-SL tables from January' 2007. So we transferred the required data and e

  • Support for safety camera locations when using off...

    I've seen people manually post the file (as text) that you can put in the relevant folder on your phone's data card - but is there any ongoing support for safety camera updates when using your phone's mapping / sat nav offline (ie no data usage)?

  • Content Type policy template - labels

    Hello,  I have create "Content Type policy template" .  I enable "Labels" policy. When I press "Ok" , show the following error :           "The label reference, ProjectName, could not be found"    So What is wrong ?        Thanks ASk