Download javac

i've looked around this site, and i can't find a javac download for windows. if someone could direct me to the right spot, then i would appreciate it much.
thanks! :)

http://java.sun.com/j2se/1.5.0/download.jsp

Similar Messages

  • Javac doesnt work

    My javac command does not work. My path is correct because the java command works. I think this problem occurs because I dont have the javac.exe file in my bin folder. So was wondering if there is any place where I can download javac.exe, or if someone was kind enough to upload that file on there server, and then give me the web address where you uploaded it, and I can download it from there. Thank you.

    huh no edit option. edit option? what's that?
    i forgot to ask, if it is
    neccasary for me to have jre. if i have jdk. what is
    the difference except that it takes up more space.aye, there's the rub: "What's the difference between the jre and jdk?"
    JDK = Java Developer's Kit. This is for people who want to develop code.
    JRE = Java Runtime Engine. This is for clients who just want to run a Java JVM.
    "...except that it takes up more space..." - AND you can develop and compile actual code with one and not the other.
    %

  • Just downloaded and Installed, can't find javac.exe

    I think the subject pretty much says it. I've downloaded and installed java. Trying to follow the tutorial, but I cant find a "javac.exe" file on my computer?
    What did i do wrong?

    Dont be impressed of the download-time. Forte is very nice, but you need much RAM and a good processor. I use 300Mhz and 128Ram, in this case it was definately to slow. now I use JCreator 2.0... it�s free and has not such nice functions like Forte, but it opens in 3 seconds, while Forte always needed about 1 min !

  • No javac available in J2SE 1.5 download

    I have downloaded the J2se 1.5 JDK from the url http://java.sun.com/j2se/1.5.0/download.jsp. After download the i checked the size of the file its correct and I have downloaded for Windows OS. The installation went through sucessfully. After installation i could not compile any of my programs as there was no javac.exe at all in the bin folder i have checked it . I have an attempted offline download. I just to clarify has anyone got the same problem. Is there any solution for this????.
    Thanks for your suggestions
    Regards
    Naveen

    After installation i could not compile any of my programs as
    there was no javac.exe at all in the bin folder i have checked it.With the JDK installed inC:\...\j2sdk1.5.0\the javac.exe binary resides inC:\...\j2sdk1.5.0\bin\There is also a jre bin directoryC:\...\j2sdk1.5.0\jre\bin\which does not contain a javac.exe binary.
    just to clarify has anyone got the same problem?Usually, people with similar problems have either installed the JRE or they are looking in the jre\bin directory.

  • How to prevent downloading wsdl in weblogic web service client

    Hi,
    I get a problem regarding weblogic web service client. My working environment:
    weblogic server 8.1
    Windows XP SP2
    JDK 1.4
    I use the weblogic tool to generate the client jar file from the wsdl file.
         <target name="generate-client">
              <clientgen wsdl="ACCESS.wsdl"
                   packageName="xxxxxx.client"
                   clientJar="${client}/${AccessClient_jar_file}"
                   keepGenerated="true"
                   saveWSDL="true"
              />
              <javac srcdir="${source}"
              destdir="${client}"
              includes="**/AccessClient.java">
              <classpath>
              <pathelement path="${client}/${AccessClient_jar_file}"/>
              </classpath>
              </javac>
         </target>
    After that, I create a client java file to invoke the service deploy in the server.
    public static void main(String[] argv)
    throws Exception
         int transactionId = 100;
         int id = 1000;
    // Setup the global JAXM message factory
    System.setProperty("javax.xml.soap.MessageFactory", "weblogic.webservice.core.soap.MessageFactoryImpl");
    // Setup the global JAX-RPC service factory
    System.setProperty( "javax.xml.rpc.ServiceFactory", "weblogic.webservice.core.rpc.ServiceFactoryImpl");
    AccessServicePorts ws = new AccessServicePorts_Impl(argv[0]);
    AccessService port = ws.getAccessService();
    // Resource - create
    Resource resource = new Resource();
    resource.setRES_CD("Create ResCo");
    resource.setCODE_CODE("code_cod");
    resource.setRES_TYPE("Resource typ");
    resource.setCOMMON_FIELD(common);
    AccessDefaultResult resultItems = port.createResource(resource);
    System.out.println("createResource : " + resultItems);
    I find that this web service client always issue 2 http requests to invoke an web service method deployed in server.
    1st http reqeust:
    GET /AccessEpol/EpolServiceSoap?WSDL HTTP/1.1
    User-Agent: Java/1.4.2_08
    Host: 127.0.0.1:8001
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-alive
    the return result is the wsdl downloaded from the server.
    2nd http request is the real web service request.
    The question is how could I eliminate the 1st http request because it's really unnecessary. I use other web service client like Axis 1.x, Axis client never has the http request to download the wsdl from the server.
    I read through weblogic web service document. It do mentions that put saveWSDL="true" in the clientgen ant task. the default value for saveWSDL is true already. I did try saveWSDL="false" also. None of them can eliminate the 1st http request.
    appreciate for any answer my question?

    Hi David,
    thanks for the reply.
    More or less I agree some points you mentioned above.
    I did use Axis 1.x to test the inter-operability. The web service was developed in Weblogic 8.1 and is a part of an existing web application. It will be merged to existing application deployed in weblogic 8.1.
    I also program the web service client to test the web service.
    The implementation of the server and client will be handed over the project team and training for supporting or continuous development have to be conducted by me. So I don't like to use two types of technologies which will make thing complex.
    I found this issue when I tried to protected the web service endpoint, eg http://localhost:7001/epol/service, using the web application Basic mechanism. The wsdl URL http://localhost:7001/epol/service?WSDL is also protected in this case. Unfortunately the username/password pair is not sent to the server when the weblogic client download the WSDL from the server. In this case, the client failed and throw exception.

  • File Upload / Download - Advice Required

    Hi all,
    This is really just a general question, looking for advice.
    I have downloaded and successfully used the File Upload PJC for Forms 6i - thanks Oracle.
    We are looking to use this to download and upload files from or to the client machine, and I am (relatively) confident of reversing the Java components to allow this to happen.
    However, we are actually looking to transfer the files from the client machine, to the 9iAS Tier and then to the UNIX (AIX) tier where the database (8.1.7.4) resides - and vice versa.
    I have considered a couple of different approaches :
    1. Run the Java Server component in the Database JVM to enable the writing/reading of files on the UNIX filesystem.
    2. Use TEXT_IO on the 9iAS tier, and UTL_FILE on the Database Tier, to move files between the two tiers.
    3. Write the files to / from the Database, and then from/to there into the UNIX filesystem.
    Does anyone have any expereince of attempting to implement a similar solution, or information on Oracle documentation explaining any of the above.
    Plus, I'm sure I must be missing a trick !
    Any other ideas ??
    Regards
    Marc Ludwig

    We have build a similar solution,
    for the download:
    we use the pl/sql gateway to send the file to the client with the following function:
    wpg_docload.download_File(lob_loc);
    you could build a pl/sql procedure that accepts an id and selects the blob locater and
    triggers this function. the procedure can be called by setting the configuration in your DAD correctly.
    that way its easier then rebuilding the whole fileupload utility.
    in the webforms you can have a code that opens a new window with an url you give.
    the url will point to the pl/sql function and you can pass the id of the record you want to get the blob from.
    for the upload to your database:
    well, we chose to loose the zip functionality and modify the pl/sql library that comes with it.
    instead of using the uploadserver class, you could build a pl/sql function in the database that
    accepts the varchar32 strings (which are base64encoded chunks of your file) and appends them to a blob.
    the function that could do that would look like:
    PROCEDURE APPEND_DATA(P_ID IN NUMBER, P_DATA IN VARCHAR2) IS
    bin_data blob;
    append_data blob;
    raw_data raw(16384);
    BEGIN
    dbms_lob.CREATETEMPORARY(append_data,true);
    dbms_lob.OPEN(append_data,DBMS_LOB.LOB_READWRITE);
    select binary_data into bin_data from ibs_physical_doc where id=P_ID for update;
    raw_data:= utl_encode.BASE64_DECODE(utl_raw.CAST_TO_RAW(p_data));
    dbms_lob.write(append_data, utl_raw.LENGTH(raw_data),1,raw_data);
    dbms_lob.APPEND(bin_data,append_data);
    dbms_lob.CLOSE(append_data);
    COMMIT;
    END;
    you can increase the chunksize a bit more.
    you still have a problem btw that you probably cant upload more then 4-8 mb before you get an out of memory error on the client.
    you could solve that by rewriting the client java file to send the file piece by piece on request by the server instead of all the pieces after eachother, and first read a piece of the file and then encode that piece and then send it instead of reading the whole file, encoding it and sending the chunks.
    Another option is to use the standard upload possibilties with web pl/sql, and open a new browser window to that window from forms. A drawback of that is that it is not integrated in the web forms program and that you cant see when the upload is finished (no callback). and that you are bound to the default table layout.
    one final thing, if you are going to use this, you might want to take a look at using JInitiator 1.3.1.9 if you arent using it already this automaticly sets the signature in the clients database if he accepts it. there is a bug in it, look for it somewhere in this forum. if you are using the sample that comes with forms 6i you will have to replace the fileuploadprogressbar with the one that comes with the forms 9i sample and recompile everything and i think you will have to use JDK1.3.1_03 for that. that means that you will have to modify the make batch file. the command for compiling is different, the classpath is an option when you call javac, also you will have to sign it with jarsigner.exe (in the jdk) instead of the one in the example.
    Hope this info is helpfull, if you like to have more specific code, mail me at [email protected]

  • Javac 1.4 throws exception on HelloWorld!

    I typed in HelloWorld.java and tried to run javac HelloWorld and got this:
    An exception has occurred in the compiler (1.4.0). Please file a bug at the Java
    Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi) after checkin
    g the Bug Parade for duplicates. Include your program and the following diagnost
    ic in your report. Thank you.
    java.lang.InternalError: jzentry == 0,
    jzfile = 7899520,
    total = 8392,
    name = i:\j2sdk_forte\jdk1.4.0\jre\lib\rt.jar,
    i = 3077,
    message = invalid LOC header (bad signature)
    at java.util.zip.ZipFile$2.nextElement(ZipFile.java:303)
    at com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:
    917)
    at com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1121)
    at com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1242
    at com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1260)
    at com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:980
    at com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:375)
    at com.sun.tools.javac.v8.comp.Enter._case(Enter.java:468)
    at com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:382)
    at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:440)
    at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:454)
    at com.sun.tools.javac.v8.comp.Enter.main(Enter.java:579)
    at com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:376)
    at com.sun.tools.javac.v8.Main.compile(Main.java:526)
    at com.sun.tools.javac.Main.compile(Main.java:32)
    at com.sun.tools.javac.Main.main(Main.java:23)

    Hi,
    This could seem to be a stupid question, but I downloaded jdk1.4 from the net, and it does not have javac in its bin directory. On typing javac, I am simply getting the message :Javac: command not found. Any clues
    sam

  • Trying to download the Java Plugin is an impossible situation !   Help ! !

    Dear People,
    You cannot believe what I have been through trying to do a first applet !
    A long time ago downloaded a version of the plugin (a cup of coffee icon in the control panel). Then recently I downloaded a new version
    (1.4.1_01) (a second cup of coffee icon in the control panel)
    Well I was not able to run my first applet after creating a good
    batch file (with help of course) named javacompile:
    echo off
    cls
    PATH=C:\j2sdk1.4.0_01;C:\j2sdk1.4.0_0\bin;C:\j2sdk1.4.0_01\lib;C:\WINDOWS\jbproject\objectdraw.jar
    javac -classpath C:\WINDOWS\jbproject\objectdraw.jar;C:\WINDOWS\jbproject %1
    my program MakeBox.java compiles ok at the Dos prompt
    when I open the MakeBox.html in the browser the error message says:
    "The required component is not available for this version of windows"
    I was told to uninstall the plugin and download it again
    So I took 50 minutes to download it and the message said:
    "You already have the jre1.4.0_01 do you want to uninstall ?"
    so I said "no" ... was this an idiot move on my part?
    then it continued to download the plugin and when it was done it said:
    "You already have the java plugin, do you want to uninstall it?"
    I answered "no"....was this also an idiot move on my part??
    What to do ?
    totally confused
    Stan

    Dear People,
    I just received an e-mail letter from the author of
    "A Eventful Approach" Thomas Murtagh ! ! !
    The most advanced Java paradigm text for Java beginners ! !
    http://applecore.cs.williams.edu/~cs134/eof/
    Even though his letter is very clear, my brain doesn't know what
    to do in the context of compiling at the Dos prompt, (trying to do my
    first applet). Below is the letter and then the code to MakeBox.java
    and MakeBox.html Please shed some light for me.
    Thank you in advance
    Stan
    I meant that in our definition of the WindowController class, we said:
    public class WindowController extends Applet {
    So, when you say
    public class MakeBox extends WindowController {
    the MakeBox class you define is (indirectly) an Applet. In particular,
    with most Java programming environment, you can run the program as an
    applet (i.e. using Sun's appletviewer or JBuilders applettestbed).
    Tom
    Here is the code:
    import objectdraw.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    public class MakeBox extends WindowController
    public void init()
    this.setSize(new Dimension(400,300));
    public void onMousePress(Location point)
    new FilledRect(40,80,30,20,canvas);
    <html>
    <head>
    <title> Make Box
    </title>
    <body>
    <applet
    codeBase = "."
    code = "MakeBox.class" width = 300 height = 200 >
    </applet>
    </body>
    </html>
         

  • File missing from download

    Is there another file I need besides the JSDK1.5.0_07 download on the Sun site? I downloaded it (64,949MB -- my firewall won't accept the download and install -- besides, I have dial-up.) and have installed it four times. I also changed my path to the new location. When I tried to compile a file, I got the infamous "javac is not a recognized internal of external command." message.
    OK, I thought my path was wrong, so I did a search for javac.exe on my computer. No such animal. Any ideas?

    My previous actions were:
    0. Tried the Download and Install -- Windows installer just sat there. No progress.
    1. Downloaded the jdk-1_5_0_07-windows-i586-p.exe file. Took 5 hours. Checked the file size: 64,949KB matched what the website said.
    2. Installed the jdk-1_5_0_07-windows-i586-p.exe file to my D drive in the jsdk1.5.0_07 folder.
    3. Set the path to the d:\jsdk1.5.0_07\bin folder.
    4. Tried to compile a java file. Received the "javac is not a recognized internal or external command." message.
    5. Used Window's Search to search all harddrives for javac.exe. Received two hits, but they were from an Oracle installation (version 1.1.3) -- been there several years.
    6. Thought it was a bad install, so uninstalled as directed.
    7. Repeated steps 2 through 6 three more times. Still no javac.exe
    8. Posted the message.
    9. Went back to download site and tried the Download and Install again. Took about twenty minutes before any progress was evident -- guess I didn't wait long enough before :^). Left the download all night (8 hours). This morning, accepted the license agreement, installed, searched for javac*.exe again. Found javacpl.exe, but only the Oracle javac.exe. Uninstalled Java.
    10. Uninstalled Oracle (thought the existence of a javac.exe in another location was confusing the installer).
    11. Installed from the downloaded file. Searched for javac*.* again. Found the javacpl.exe (two versions -- one in the bin, one in the jre) and a dll file in the C:\Windows folder. Still no javac.exe.
    HELP!!!!!!!!!!!

  • Can't find Javac.exe

    I'm new to Java (presently taking a class). I'm very confused and not getting too far. I'm running Win XP and have downloaded the latest version of Java J2SE1.4.0_01 (actually because of repeated problems, I've uninstalled and installed it a few times).
    I can't find javac.exe anywhere on my c drive. I read a past forum posting describing the same problem which suggests downloading the latest version of SDK1.4. Isn't this what I have been downloading? Where can I find this download? If it isn't what I've been downloading, why do I need both and how would I have known this? I understand how to set the path once I get javac.exe but I'm becoming frustrated trying to obtain this file and move forward with my study of java. Thanks for the help.

    If you need only to run a java application then you just need a JRE (Java Runtime Enviorment ). It contains everything that you wanted to run it.
    But, if you want to develop some java application , then you needs something more... you need to have to compile those source files first... For this what you want is a SDK (Software development Kit)... Both is free.. You can download the 1.4sdk from http://java.sun.com/Download6
    After downloading and installing it, set the path corectly to include the bin directory of the installed folder..
    Hope it helped
    appu

  • I can't find "javac"

    I am having a hard time fixing this problem. I downloaded JDK 1.6.0_22 and I am using Windows Vista Home Premium edition and when I try to run the "javac HelloWorlApp.java" I get the error: 'javac' is not recognized as an internal or external command, operable program or batch file
    I went back and read the directions and also the troubleshooting page with a similar example and created this path:
    To set the PATH permanently, add the full path of the jdk1.6.0_<version>\bin directory to the PATH variable. Typically this full path looks something like C:\Program Files\Java\jdk1.6.0_<version>\bin. Set the PATH as follows on Microsoft Windows:
    1.Click Start > Control Panel > System on Windows XP or Start > Settings > Control Panel > System on Windows 2000.
    2.Click Advanced > Environment Variables.
    3.Add the location of bin folder of JDK installation for PATH in User Variables and System Variables. A typical value for PATH is:
    C:\Program Files\Java\jdk1.6.0_<version>\bin
    I still can't find/run the "javac" command but the computer cannot find it.
    Any advice? Thanks...
    Richard.

    Hi guys, thanks for the information. I removed the files I added to the bin folder and put them back in my documents. I followed the instructions here:
    http://download.oracle.com/javase/tutorial/getStarted/cupojava/win32.html#win32-2b
    and I can't run "javac" from the java directory. It gives me the same error. I copied what I get from the command screen here:
    *"Microsoft Windows [Version 6.0.6002]*
    *Copyright (c) 2006 Microsoft Corporation. All rights reserved.*
    *C:\Users\Nadia>cd..*
    *C:\Users>cd..*
    *C:\>cd program files*
    *C:\Program Files>cd java*
    *C:\Program Files\Java>dir*
    *Volume in drive C is OS*
    *Volume Serial Number is A034-B5F1*
    *Directory of C:\Program Files\Java*
    *11/29/2010 12:52 PM <DIR> .*
    *11/29/2010 12:52 PM <DIR> ..*
    *11/26/2010 06:20 PM <DIR> jdk1.6.0_22*
    *08/21/2007 03:24 AM <DIR> jre1.6.0*
    *11/04/2010 09:48 PM <DIR> jre6*
    *0 File(s) 0 bytes*
    *5 Dir(s) 54,392,987,648 bytes free*
    *C:\Program Files\Java>dir*
    *Volume in drive C is OS*
    *Volume Serial Number is A034-B5F1*
    *Directory of C:\Program Files\Java*
    *11/29/2010 11:03 PM <DIR> .*
    *11/29/2010 11:03 PM <DIR> ..*
    *11/26/2010 06:20 PM <DIR> jdk1.6.0_22*
    *08/21/2007 03:24 AM <DIR> jre1.6.0*
    *11/04/2010 09:48 PM <DIR> jre6*
    *11/29/2010 11:02 PM 122 whoareyou.java*
    *1 File(s) 122 bytes*
    *5 Dir(s) 54,392,750,080 bytes free*
    *C:\Program Files\Java>javac whoareyou.java*
    *'javac' is not recognized as an internal or external command,*
    *operable program or batch file."*
    After this I went to the troubleshooting section and tried to update the PATH in the Variable Environment.
    Kate, you asked what I put in step three, here it is:
    In the variable environment I found two boxes: the user variables and the system variables. I clicked "NEW" in the user section and a box came up with two fields:
    1- variable name: javac
    2- variable value: C:\Program Files\Java\jdk1.6.0_22\bin then I repeated the same steps in the System variable.
    Any ideas or recommendations?
    Thanks again for all the help!!
    Richard.
    Edited by: Rinnamorato on Nov 29, 2010 9:22 PM

  • No javac...

    I'm the very beginner, and I was trying to install java SE for windows (i have vista); i downloaded java and jdk but i can not compile the code because there is no javac executable file in the downloaded stuff. What else should i download to finally start my first simple 'helloworld'? Thank you.

    Welcome to the forums!
    It often helps to provide the Java version you are using and the OS and version you are using it on.
    >
    i downloaded java and jdk but i can not compile the code because there is no javac executable file in the downloaded stuff.
    >
    There should be a 'javac' in the bin folder.
    Did you download from the Oracle site? If so, what link did you use?
    What version of the SDK did you download and what OS are you using?
    What folder did you install the SDK to? Do you see a 'bin' folder? Do you have other *.exe files (java.exe, javadoc.exe, javaw.exe) in that folder?
    This is the link to the Oracle download page.
    http://www.oracle.com/technetwork/java/javase/downloads/index.html

  • No "javac" file in the "BIN" folder when I install v1.4 under XP

    I downloaded and installed the latest version of Java SDK 1.4, and in the "BIN" folder I see "java" and "javaw", but not "javac". I am sure it is suppoesed to be in the "BIN" folder but it is not. HELP!

    Did you maybe install the JRE instead of the JDK?
    Monika.

  • OC4J infinity loop in javac.exe compiling JSP

    Hi,
    i have a very strange problem with OC4J 10.1.3.5.0 and one JSP page. It occurs under Windows/OC4J (dev environment) and under Linux/OAS (in production environment).
    I try to explain as best as possible.
    I have an application running OK in OC4J. In this application I have a simple JSP that contains very little java code, like this:
    <%@ include file="/wtn/gen/checkAccess.jsp" %>
    <%@page info="mySite.com"
            language="java"
            errorPage="/wtn/gen/error.jsp"
            import="java.util.Locale,
                    com.mySite.util.Util,
                    com.mySite.Const,
                    com.mySite.LoginBussines"%>
    <%
        boolean b1 = LoginBussines.isB1(request) ? true : false;
        String domain = LoginBussines.getDomain(request);
        String url = "";
        if (b1) {
           url = "/web/" + locale + "/home.html";
        } else {
           url = "/web/" + locale + "/index.html";
    %>
    <html>
      <head>
          <title>JSP Page</title>
          <% out.println("<meta http-equiv='REFRESH' content='0;url=http://" + domain + url + "' />"); %>
      </head>
      <body>
      </body>
    </html>Well, this JSP don't have any error and it works fine normally.
    Problem ocurred:
    When I delete the precompiled JSP from persistence/_pages for force .java generation and re-compilation, OC4J generate .java correctly and launch a javac.exe process for compile the servlet .java. This compilation through javac.exe don't finish, remain permanent running and the compilation of JSP does not finish.
    The web application remain sleep while javac.exe process perform ghost operations. Finally (after 5 minuts aprox.) the OC4J stop waiting and show blank page.
    The javac.exe remains alive in Operating System.
    *(strange) Cause:*
    I know the cause but I find no explanation :-(...
    The cause is the import of com.mySite.LoginBussines. This class is correctly (compiled by Eclipse and Ant) and run OK when is called from a servlet or another class running in OC4J. But when this class is imported in a JSP, the javac go crazy and remain try to compile permanently...
    *(very strange) Workaround:*
    When I delete any code line of this class (one or more, no matter), arbitrary line of any method in this Class, recompile class and try again, it's work fine!
    NOTE: the size of LoginBussines.class it's around 66.897 bytes. I don't know if it's relevant.
    Please, someone know what's going on? Someone has encountered this problem?
    Thank you so much!
    Edited by: 890752 on 11-oct-2011 4:40
    Edited by: 890752 on 11-oct-2011 6:08

    Robert,
    It appears that you have only installed the Java Runtime Environment (JRE). You need to install the Software Development Kit (SDK). Get version 1.4.2_05, since this is what your version of OC4J requires. Go to the following Web page
    http://java.sun.com/j2se/1.4.2/download.html
    And look for the "Download J2SE SDK" link -- which appears below the heading:
    J2SE v 1.4.2_05 SDK
    Good Luck,
    Avi.

  • Problem with download extension.

    Hi,
    I've tried to run the java tutorial download extension's example but without success.
    I've compiled the two java files and put the class files into their respective jar file.
    - The two jar files are in the same directory (AreaApplet.jar and RectangleArea.jar).
    - The AreaApplet.jar's manifest is :
    Manifest-Version: 1.0
    Created-By: 1.3.1_01 (Sun Microsystems Inc.)
    Class-Path: RectangleArea.jar
    - The RectangleArea.jar's manifest is :
    Manifest-Version: 1.0
    Created-By: 1.3.1_01 (Sun Microsystems Inc.)
    - The applet tag in the html file is :
    <APPLET NAME=test
         CODE=AreaApplet.class
         ARCHIVE=AreaApplet.jar
         WIDTH=100 HEIGHT=100>
    </APPLET>
    All seems to be good but I have a ClassNotFoundException with the RectangleArea class.
    Please, does anyone see what's wrong ?

    Hi,
    I can give you the steps I follow.
    In an empty directory (all the files are in the same) :
    - I put the two classes in the files : RectangleArea.java and AreaApplet.java
    - I compile the two classes with this command line :
    c:\jdk1.3.1_01\bin\javac AreaApplet.java RectangleArea.java
    - I make the jar files with these command lines :
    c:\jdk1.3.1_01\bin\jar cf RectangleArea.jar RectangleArea.class
    c:\jdk1.3.1_01\bin\jar cmf manifest.txt AreaApplet.jar AreaApplet.class
    manifext.txt :
    Class-Path: RectangleArea.jar <Enter>
    - I make a basic html file with this applet tag :
    <applet name=test code=AreaApplet.class archive=AreaApplet.jar width=200 height=100>
    </applet>
    - I delete these files : RectangleArea.class and AreaApplet.class
    - I run my html file and I have : ClassNotFoundException : RectangleArea
    But it runs correctly with the applet viewer :
    c:\jdk1.3.1_01\bin\java -verbose sun.applet.AppletViewer test.html
    Is it possible that a wrong system CLASSPATH can cause this error ?
    Thank you for your help.

Maybe you are looking for

  • Final Cut Pro X 10.0.5 Create Storyline with Audio-Only Clips in order to add crossfade transition.

    Final Cut Pro X version 10.0.5 – How to Create Storyline with audio-only clips. I'm following exercises in Diana Weynand's Pro Training Series, and this function is greyed out. Trying to create crossfade transition. New Compound Clip can be activated

  • Reg: BPM design

    Hi All, I am bit confused on the solution approach of BPM design and I would like your suggestions in completing my task. Requirement : scenario is proxy to Jdbc . I will get two input files from the source system and I have combine two files informa

  • Stty erase ^H on Linux

    Hello All, What is the alternative of below script on Linux (SUSE Linux Enterprise Server 8)? #Start infinite loop . . . exit in Q/q stty erase ^H while : do export TERM=vt100 tput clear trap `echo " ..."` 2 3 cat <<++ I have used succefully this abo

  • Media Foundation dll

    I need to write a dll in c++ that will be accessed by a c# application. The dll will be a player class using WMF. I am using Visual Studios 2013. My question is what kind of dll to create. My app is not a windows store app. Should I create a Universa

  • Blue tooth in car

    I'm just finished setting up new iPhone 5s and decided to pair my Kenwood car radio, however, I tried to pair without the cable and it was not able to pair successfully, not allowing me to even enter the password. Is there a problem or is it necessar