Updating a deployed .jar

Hello,
I've setup a deployment profile in JDeveloper (10.1.3.0) to deploy a java project to a .jar.
I can right-click on the project and select deploy to jar file. This creates the jar file in
\mywork\myApplication\myProject\deploy\mySource.jar
I then wanted to deploy this using java web start and have successfully created a jnlp file using the deployment descriptor wizard in JDeveloper.
After running the html page and clicking on the link it runs the jar that is in the following location:
\mywork\myApplication\myProject\public_html\apps\mySource.jar
(I'm just deploying this locally on my machine at the moment but will deploy this on an application server).
This all works fine. I then made a change to the original java application in JDeveloper.
I can again right-click on the java project and choose deploy to jar file. This updates the file in
\mywork\myApplication\myProject\deploy\mySource.jar
However, when I run the html page from JDeveloper, the deployed copy of the jar file is not updated.
To workaround this I can deploy the file manually by copying the updated mySource.jar from \mywork\myApplication\myProject\deploy\mySource.jar
into \mywork\myApplication\myProject\public_html\apps\mySource.jar.
At the moment I'm doing this outside the JDeveloper IDE. Is there away to update the deployed version (\mywork\myApplication\myProject\public_html\apps\mySource.jar) within the JDeveloper IDE.
Thanks for your help.
Andrew

Andrew,
You can point the deployment profile to directly create the jar file in the target directory on your serevr. Just go to the deployment profile and use the context menu to edit its settings.
The "deploy" directory is just the default setting configured in the project properties
Frank

Similar Messages

  • Updating a Deployed J2EE Application Component

    Hi All,
    I was going through this link below :
    http://e-docs.bea.com/wls/docs61/adminguide/utils.html#1139180
    Updating a Deployed J2EE Application
    To update a specific component, enter the following commands:
    % java weblogic.deploy -port 7001 -host localhost -component
    Basic_example:sampleserver,exampleserver update weblogicpwd Basic_example c:\updatesample\ejb\basic\BasicStatefulTraderBean.jar
    update will cause the application or component to be updated on all server instances
    to which is targeted.
    Does this require the application be deployed in a "Expanded Directory Format"
    and "Auto-deployment" turned 'on' ? - which is not good for Production, I guess.
    Regards,
    Nathan Pillai

    Hi Uday,
        Steps to be followed !!!
    1. Take a Copy of the .Ear to test.EAR
    2. Rename test.Ear to test.Zip
    3. Extract the Files present in the test.zip into a Folder 'test' (this folder has the .War file)
    4. Rename .war to .Zip
    5. Extract the Contents from .zip to a Folder(myRoot Folder should contain the JSP, WEB-INF, Filters, WebContent etc)
    6. Open NWDS --> create a Web Container Project(myContainerWar) in J2EE perspective
    7. Select myContainerWar --> right Click --> Choose IMPORT File --> Browse --> Select MYROOT folder created by us. FINISH
    WAR holds the total Structure of the Web Component based application.
    Meaning WAR structure will get created in the NWDS !!!!
    Once you are finished with the Changes, you have to create a EA project in NWDS and add the new WAR to it. Build the .EAR and deploy it !!!
    Thanks
    Suresh KB

  • MDB TimerManager Error after updating a deployment

    We are running weblogic 10.3
    After updating a deployment, our app is consistently getting the following error:
    java.lang.IllegalArgumentException: Existing timer manager has different work manager.
    TimerManager requested: JMSPoller-TestMessageBean
    When we perform the update, we first stop the deployment (selecting when work completes) - then update the deployment.
    The only way to clear the error is to bounce the server - which we can't always do without interrupting other applications.
    We have not configured any special workManagers - the weblogic configuration is quite vanilla.
    the following is an exerpt from the weblogic-ejb-jar.xml for the bean:
    <weblogic-enterprise-bean>
    <ejb-name>TestMessageBean</ejb-name>
    <message-driven-descriptor>
         <pool>
         <max-beans-in-free-pool>1</max-beans-in-free-pool>
         <initial-beans-in-free-pool>0</initial-beans-in-free-pool>
    </pool>
    <destination-jndi-name>mqjms/TEST_QUEUE</destination-jndi-name>
    <connection-factory-jndi-name>mqjms/queueConnectionFactory</connection-factory-jndi-name>
    <jms-polling-interval-seconds>60</jms-polling-interval-seconds>
    </message-driven-descriptor>
    </weblogic-enterprise-bean>

    <t:selectOneMenu forceId="true"
    id="department"
    value="#{DeptBean.departmentId}">
    <f:selectItems value="#{DeptBean.departmentList}"
    />
    </t:selectOneMenu>What is the type of departmentId ? If it is not a String, then try making it a String and see if the issue is resolved. I am not sure if this will help you. But its worth a try.

  • Updating an EJB jar file on WL7.0

    Hi
    Iam attempting to update an EBJ jar file without taking down my WL7.0 server.
    When I copy the jar file to the applications directory, I see the server accepting
    the update but when I run my client the update is not visible! Iseem to be still
    accessing the old ejb.
    From my understanding, if the server is running in development mode I should be
    able to copy the jar file with my update directly to the applications directory(
    overwriting old jar file) and be able to access the udated ejb.

    Hello Ron,
    An alternative would be to modify a REDEPLOY file if your application is deployed
    in exploded directory format. However, updating the EJB JAR should also do the
    trick. Try going into the Admin console and explicity redeploying the EJB JAR
    file after copying over the new JAR file. Let us know if any errors appear.
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    "Ron Turner" <[email protected]> wrote:
    >
    Hi
    Iam attempting to update an EBJ jar file without taking down my WL7.0
    server.
    When I copy the jar file to the applications directory, I see the server
    accepting
    the update but when I run my client the update is not visible! Iseem
    to be still
    accessing the old ejb.
    From my understanding, if the server is running in development mode I
    should be
    able to copy the jar file with my update directly to the applications
    directory(
    overwriting old jar file) and be able to access the udated ejb.

  • Error in deploying .jar file from JDeveloper 10.1.3.5

    Hello,
    I want to deploy .jar file in a machine, instead of having to install JDeveloper to run the application (it contains: Web Services and Data Base).
    I have followed the following steps in JDeveloper to create the .jar file:
    1) Right click over the project: New... --> General (All Technologies option selected) --> Deployment Profiles --> JAR File
    2) I have selected "Include Manifest File" option specifying the application's main class
    3) In JAR Deployment Profile Properties window: File Groups --> Project Output --> Contributors are selected: "Project Output Directory" and "Project Dependencies"
    4) With the previous steps, JDeveloper generates a .deploy file. It is created in Resources folder. From this folder, I have selected the .deploy file and right click and I have selected "Deploy to JAR file"
    The .jar is created succesfully. In this point, I try to execute with the command:
    java -jar NAME_OF_THE_DIRECTORY_WHERE_THE FILEIS_DEPLOYED\NameFile.jar
    and I have the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/ServiceFactory
    at project.proxy.AccountClient.<init><AccountClient.java>
    at project.proxy.AccountClient.main<init><AccountClient.java>
    The Manifest File content is:
    Manifest-Version: 1.0
    Created-By: Oracle JDeveloper 10.1.3.5.0
    Main-Class: project.proxy.AccountClient
    I have tested with differents variables to create the .jar file, but always the error is the same. And I haven't found information to solve it. For this reason, I appreciate any help.
    Thank you and regards.
    Edited by: user1634407 on 31-mar-2010 8:27
    Edited by: user1634407 on 31-mar-2010 8:47

    If you are just building a client that access a Web service you need a JAR and not a WAR.
    Ok!
    One thing to try is look at the command line that JDeveloper uses to run your client (it's in the log window) - specifically look at the classpath used.
    Then try and run the same thing from a command line and see if it works.
    Nowadays, the application is running with a .BAT file, it contains the statement released from the JDeveloper console, and it is working perfectlly.
    I try to do the same from a command line, and it works too.
    Assuming it is - you can either use that, or you'll need to make sure that your JAR includes all the mentioned jars that were in the class path - this is done through the library type file group.
    To create the .JAR file I have choosen the following options (JAR Deployment Profile Properties):
    1) Include Manifest File --> I have selected the class that contains the main class (from the Browse option)
    2) I left the default File Groups (Project Output) --> it has: Project Output Directory + Project Dependencies
    3) As you said me, I have created a new File Group (type: Libraries) --> and here, I have selected all the possible Contributors. These match those specified in the project (Oracle XML Parser v2, J2EE, JAX-RPC Client, Commons Logging 1.0.3, Ojdbc14.jar).
    4) Deployment to JAR File successfully.
    The resulting MANIFEST.MF is:
    Manifest-Version: 1.0
    Created-By: Oracle JDeveloper 10.1.3.5.0
    Main-Class: project.proxy.Execution
    It hasn't definied "Class-Path", althought to especified a new File Group with the libraries... Is it an error?
    If I extract the .JAR file, I see all libraries, and I have two folders: one with .class files of my project and other one is META-INF with MANIFEST.MF file.
    5) From command line I executed:
    C:\jdevstudio10135\jdk\bin > java -jar C:\jdevstudio10135\jdev\mywork\project\project\deploy\NameFile.jar
    And the result is an error:
    Exception in thread "main": java.lang.NoClassDefFoundError: javax/xml/rpc/ServiceFactory
    I think the error is because it can not find the library ServiceFactory, but it is especified inside JAX-RPC Client library. What is wrong?
    *6)* I have tried too to insert in "JAR Deployment Profile Properties" (in JAR options) an additional Manifest File to merge into MANIFEST.MF, to include "Class-Path" with all libraries's project (the same JAR from the statement released from the JDeveloper console), but I think that it is a limit, because if I insert all libraries the "Class-Path" doesn't inserted in MANIFEST.MF. The maxim is:
    Class-Path: C:\jdevstudio10135\jdev\mywork\project\project\classes C:\jdevstudio10135\lib\xmlparserv2.jar C:\jdevstudio10135\lib\xml.jar C:\jdevstudio10135\j2ee\home\lib\activation.jar C:\jdevstudio10135\j2ee\home\lib\ejb.jar C:\jdevstudio10135\j2ee\home\lib\jms.jar C:\jdevstudio10135\j2ee\home\lib\jta.jar C:\jdevstudio10135\j2ee\home\lib\mail.jar C:\jdevstudio10135\j2ee\home\lib\servlet.jar C:\jdevstudio10135\webservices\lib\jaxrpc-api.jar
    The following libraries afther the previous one aren't allowed to include because I think that is exceeding the maximum size.
    I have tested to create various MANIFEST.MF with different PATHs libraries, but it isn't work to include in the MANIFEST.MF file all libraries...
    (C:\jdevstudio10135\webservices\lib\wsclient.jar
    C:\jdevstudio10135\webservices\lib\wsserver.jar
    C:\jdevstudio10135\webservices\lib\wssecurity.jar
    C:\jdevstudio10135\webservices\lib\wsdl.jar
    C:\jdevstudio10135\webservices\lib\orasaaj.jar
    C:\jdevstudio10135\webservices\lib\saaj-api.jar
    C:\jdevstudio10135\webservices\lib\orawsdl.jar
    C:\jdevstudio10135\webservices\lib\orawsrm.jar
    C:\jdevstudio10135\webservices\lib\jaxr_api.jar
    C:\jdevstudio10135\webservices\lib\orajaxr.jar
    C:\jdevstudio10135\webservices\lib\relaxngDatatype.jar
    C:\jdevstudio10135\webservices\lib\jaxb-impl.jar
    C:\jdevstudio10135\webservices\lib\jaxb-libs.jar
    C:\jdevstudio10135\webservices\lib\xsdlib.jar
    C:\jdevstudio10135\webservices\lib\mdds.jar
    C:\jdevstudio10135\jlib\jaxen.jar
    C:\jdevstudio10135\jlib\oraclepki.jar
    C:\jdevstudio10135\jlib\ojpse.jar
    C:\jdevstudio10135\jlib\osdt_core.jar
    C:\jdevstudio10135\jlib\osdt_cert.jar
    C:\jdevstudio10135\jlib\osdt_xmlsec.jar
    C:\jdevstudio10135\jlib\osdt_wss.jar
    C:\jdevstudio10135\jlib\osdt_saml.jar
    C:\jdevstudio10135\jlib\repository.jar
    C:\jdevstudio10135\jlib\ojmisc.jar
    C:\jdevstudio10135\j2ee\home\lib\http_client.jar
    C:\jdevstudio10135\j2ee\home\jazncore.jar
    C:\jdevstudio10135\j2ee\home\oc4jclient.jar
    C:\jdevstudio10135\rdbms\jlib\xdb.jar
    C:\jdevstudio10135\diagnostics\lib\ojdl2.jar
    C:\jdevstudio10135\jakarta-taglibs\commons-logging-1.0.3\commons-logging-api.jar
    C:\jdevstudio10135\jakarta-taglibs\commons-logging-1.0.3\commons-logging.jar
    C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14.jar
    C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14_g.jar
    C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14dms.jar
    C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14dms_g.jar)
    With this .MF file (or including only "C:\jdevstudio10135\jdev\mywork\project\project\classes") I have solved the other problem (not found the libraries), but it still not working, the error is a little different:
    Exception in thread "main": java.lang.NoClassDefFoundError: project/proxy/Execution
    The path where the main class is: C:\jdevstudio10135\jdev\mywork\project\project\classes\project\proxy\Execution.class
    I have tried to insert directlly the following paths in "Main Class" option of "Include Manifest File":
    C:\jdevstudio10135\jdev\mywork\project\project\classes\project\proxy\Execution
    C:\\jdevstudio10135\\jdev\\mywork\\project\\project\\classes\\project\\proxy\\Execution
    And with these values, the error is the same: Exception in thread "main": java.lang.NoClassDefFoundError
    I am not sure if the error is a bug of JDeveloper 10.1.3.5 or it is something that I don't correctly. Any idea?
    Thank you again and regards.
    Edited by: user12085357 on 08-abr-2010 1:31
    Edited by: user12085357 on 08-abr-2010 1:38
    Edited by: user12085357 on 08-abr-2010 6:58

  • How to deploy jar file in WLS using ant script

    Hi,
    Im trying to deploy a jar file in weblogic 10.3 using ant script and am running into the below error.
    +[wldeploy] weblogic.management.DeploymentException: [J2EE:160177]The application at "/u01//RSJBObjects.jar" was not recognized as a valid application type. If this is an EAR file, please ensure the META-INF/application.xml exists. EJB-JARs should have a META-INF/ejb-jar.xml or corresponding annotations exist. If this is an exploded WAR, the name of directory must be end with ".war". RARs require a META-INF/ra.xml. A JMS deployment should be an XML file whose name ends with "-jms.xml". A JDBC deployment should be an XML file whose name ends with "-jdbc.xml". For other application types, please consult the WebLogic Server documentation.+
    When i try to deploy the same manually from the console, i get a warning stating that WLS thought this as a library and hence proceeding to deploy as a library. After this warning the deployment continues and completes.
    Problem is when i try to deploy using ant, it breaks at this point.
    Is there any means that we can deploy a jar to WLS using ant script. This has to be deployed as a library as other apps would be using this jar.
    Im unable to create a ear file for this single jar file.
    If there is any suggestion on can this be done, please share.
    Thanks,
    Vijay.

    Hi Sunil,
    Thanks for the reply, it worked.
    Another doubt on the same lines. Now that the jar has been deployed as a library in WLS, when i try to deploy a WAR which refers to this deployed jar library, im unable to. I run into and error stating that the library is inaccessible.
    I have to bounce the server and before doing that, i have to manually copy the library.jar from <WLS_domain>/servers/AdminServer/upload/ directory to <WLS_domain>/lib/ directory, once copied i then try to deploy the WAR, then the deployment goes fine.
    Is there any means that this deployed library jar be made available soon after deployment and also to avoid copying the file.
    Thanks,
    Vijay.

  • How TO DEPLOY JAR FILES INTO XI Server using SDM

    Hi XI Gurus,
       im working on adapter development. we have created jar file in NWDS.
       now going ahead to deploy into XI server through SDM.
       can we deploy jar files directly into xiserver through SDM. or it needs to convert to any other formate like EAR, SDA. then how would i convert to SDA.
      i any have clear idea on this... pls throw the ways how to convert........
               JAR File to EAR format
               JAR file to SDA format
               EAR file to SDA format         
       can any one explain the procedure step by step how to convert jar file into deployment archive file in order to succesfully into XI server.
              thanks  i advance. points will be rewarded.
      Regards
      Rajesh

    Hi Rajesh,
    JAR file in itself in not deployable.
    So v need to envelop this jar file into an EAR file and then v deploy this EAR file on SDM.
    Creating Jar
    Inside NWDS --> Windows --> Open perspective --> J2EE Development --> right click on ur proj --> Build EJB Archive
    Converting .EAR file to .SDA
    Converting .EAR file to .SDA
    Regards,
    Prateek

  • How to deploy jar file in ebs12?

    hi, now I want deploy a jar file in ebs12.
    for example, my oaf code using jdom to parse xml file. so I need to deploy jdom.jar
    into ebs12 server.
    Where shall I put this jdom.jar.
    Does I need change some configuration.
    btw, in ebs11i, I can change Jserv.properties to support this.
    thanks
    tamsun

    Hi Sunil,
    Thanks for the reply, it worked.
    Another doubt on the same lines. Now that the jar has been deployed as a library in WLS, when i try to deploy a WAR which refers to this deployed jar library, im unable to. I run into and error stating that the library is inaccessible.
    I have to bounce the server and before doing that, i have to manually copy the library.jar from <WLS_domain>/servers/AdminServer/upload/ directory to <WLS_domain>/lib/ directory, once copied i then try to deploy the WAR, then the deployment goes fine.
    Is there any means that this deployed library jar be made available soon after deployment and also to avoid copying the file.
    Thanks,
    Vijay.

  • Generating Reports after Updates are Deployed

    I've recently set up SCCM 2012 R2 in our environment and I'm having some trouble getting a handle on when updates are being deployed to different groups.  What I would *like* to do is have the system generate a report (or at least an alert) and email
    me whenever updates are being pushed out.  I can't believe that in a system as comprehensive as SCCM there is no capability for this, but I just can't seem to find it anywhere.  
    Internet searching has produced lots of guides showing how to enable alerts in general (already done) and how to get alerts when deployments fall below a certain percentage of success.  But at this point I really just need to get to know exactly what
    is happening in my environment and when, so I'd love to get tons of alerts if possible as things are happening.
    Apologies if this question has been asked already.  I wasn't able to find it anywhere in these forums.

    If that's the case, then what is the generally accepted method of keeping track of what updates are deployed via ADR's?  For example user X calls up reporting that his laptop is requesting a reboot after updates have been installed.  This is currently
    my only notification that SCCM has pushed out updates.  It would be preferable if perhaps a report was generated when an update group was updated and the system began deploying them to clients.
    Alternatively, is there a report of some kind that would show the last updates added to a Software Update Group?  If so perhaps I could schedule that report to run on a regular basis.  That would at least give me a bit of a head's up that updates
    are going out to clients.

  • Updates currently deployed development component

    Hi All,
      I have NWDI installed and been using for quite some time. I upgraded it to SP19. I have like 10 DC's and let us say i changed only one DC and check in and release, import, assemble and import into test system. In the log file, I see that all my 10 components are updated, shouldnt it just update the corresponding DC, why is it updating all the others too? i think this started happening to me after this version upgrade.
    The snippet of how it looks like in the "SDM log"
    Selected development component 'appl/broad'/'mycomp.com'/'MYTRACT_C'/'1032'/'2' updates currently deployed development component 'appl/borad'/'mycomp.com'/'MYTRACT_C'/'1032'/'1'.
    Info:Jan 24, 2007 1:24:42 PM  Info: Update: Selected development component 'appl/head'/'mycomp.com'/'MYTRACT_C'/'1027'/'2' updates currently deployed development component 'appl/head'/'mycomp.com'/'MYTRACT_C'/'1027'/'1'.
    Info:Jan 24, 2007 1:24:42 PM  Info: Update: Selected development component 'appl/structure'/'mycomp.com'/'MYTRACT_C'/'1029'/'2' updates currently deployed development component 'appl/structure'/'mycomp.com'/'MYTRACT_C'/'1029'/'1'.
    Info:Jan 24, 2007 1:24:42 PM  Info: Update: Selected development component 'appl/loginpar'/'mycomp.com'/'MYTRACT_C'/'1026'/'2' updates currently deployed development component 'appl/loginpar'/'mycomp.com'/'MYTRACT_C'/'1026'/'1'.
    Info:Jan 24, 2007 1:24:42 PM  Info: Update: Selected development component 'appl/iviewsepa'/'mycomp.com'/'MYTRACT_C'/'1041'/'0' updates currently deployed development component 'appl/iviewsepa'/'mycomp.com'/'MYTRACT_C'/'1038'/'0'.
    Info:Jan 24, 2007 1:24:42 PM  Info: Update: Selected development component 'appl/confidential'/'mycomp.com'/'MYTRACT_C'/'1023'/'2' updates currently deployed development component 'appl/confidential'/'mycomp.com'/'MYTRACT_C'/'1023'/'1'.
    Info:Jan 24, 2007 1:24:42 PM  Info: Update: Selected development component 'appl/trexanon'/'mycomp.com'/'MYTRACT_C'/'1024'/'2' updates currently deployed development component 'appl/trexanoni'/'mycomp.com'/'MYTRACT_C'/'1024'/'1'.
    could you please look at that in your installations, if possible and let me know how it behaves?
    thanks

    Hi,
    Even if one DC is changed/activated, during the transport, the assembly happens to the entire component, which means all the DCs in that SC. Its the assembled "software component" that gets transported to the QA system. And thats the theory behind rolling out a software unit in NWDI. Its normal AFAIK.
    Hope that helps,
    Thanks,
    Rajit Srinivas

  • Software Updates - C. Deployment States report

    Please help me if I run Software Updates - C. Deployment States report. I am getting compliant, below other status so these status means software updates instated? Then why it
    is not showing as compliant Installing update(s), successfully installed update(s), waiting for another installation to complete.

    To see the real compliance of the installed updates you should look at the compliance reports. For a specific software update group you could use the report
    Compliance 3 - Update group (per update).
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Configure weblogic startup class in deployment jar

    We need to invoke a class during weblogic startup that is part of application deployment jar...
    It works if startup class is added to server classpath ( Weblogic documentation also insists that). But our startup class uses application logic and needs to be part of application jar..
    We are getting java.lang.ClassNotFoundException for the class during start up. setting LoadBeforeAppDeployments to false also does not help...
    Is there any other way to invoke a application class during weblogic startup...?
    Any help would be appreciated.
    Thanks,
    Rajasekar.

    here is the solution to this:
    in the conventional method of implementing a startup class, one needs to impletent the T3STartupDef interface and register the class as a startup class in the console / config.xml
    in this method, the startup class need not implement the T3STartupDef interface, it just needs to have a "main" method that will be called. the process of registeration is also simple, if you have an application ear.
    while making the application ear, add a weblogic-application.xml along with the application.xml. the weblogic-application.xml should contain :
    <startup>
    <startup-class>myStartup</startup-class>
    <startup-uri>myStartupArchive.jar</startup-uri>
    </startup>
    the myStartupArchive.jar should contain the startup class and all classes used by it
    also, use a "manifest" file to point to other library jars within the ear
    hope this helps someone !
    going, going, ... gone.

  • Deploying Jar file in Tomcat 4.1

    Any guys knoe how to deploy jar files in tomcat4.1.
    i know that it should be in the "install_dir/WEB-INF/lib" folder.
    but after i develop an applcaiton using packages and zip it to a jar file how do i deploy it?

    You want it in a WAR file, not a JAR file - i.e. a zip file just like a JAR file but with a .war extension and the following path structure:
    ./WEB-INF/classes
    ./WEB-INF/lib
    ./WEB-INF/web.xml
    Where your JARs go in the lib directory, plain classes in their package structure under the classes directory and your JSPs, HTML etc anywhere you like other than WEB-INF.
    Then you just put the WAR in Tomcat/webapps.

  • [svn:fx-trunk] 9203: Update flex-fontkit.jar with P4 build 246325

    Revision: 9203
    Author:   [email protected]
    Date:     2009-08-10 07:09:18 -0700 (Mon, 10 Aug 2009)
    Log Message:
    Update flex-fontkit.jar with P4 build 246325
    Modified Paths:
        flex/sdk/trunk/lib/flex-fontkit.jar

  • [svn:fx-trunk] 7637: Update flex-fontkit.jar with P4 build 236168

    Revision: 7637
    Author:   [email protected]
    Date:     2009-06-08 12:41:16 -0700 (Mon, 08 Jun 2009)
    Log Message:
    Update flex-fontkit.jar with P4 build 236168
    Modified Paths:
        flex/sdk/trunk/lib/flex-fontkit.jar

Maybe you are looking for

  • How do I create a new iTunes account while keeping my old account?

    I have an iTunes account with an Email address that I can no longer access. I have forgotten my password. Apple will not allow me to change my Email address so I cannot change my existing account at this time. I have purchased a lot of music and I do

  • Jar file upload and transport in Java webdynpro

    Hi, I wanted to change do small chnage to the existing jar file in webdynpro jave application. I did change the jar file. Question: Please let me know how can i include this jar file into existing application back and how the transport happend for th

  • How to create HD Video for Web

    After watching HD movie trailers on the Apple Web site I was wondering if anyone has information on how I can create 480P Video clips of my own work for my website? At the moment, I use compressor and the settings for Large DSL. It's good, but I'd li

  • Host resolution issue

    I am working on a new install of JES 2005q4. We have 2 stores, db-prod-01 and db-prod-02. Users on db-prod-01 are working properly. db-prod-02 reports: Address list error -- 5.2.4 alias failed to expand to any valid addresses: [email protected] imsimta

  • I recently deleted my iPhone from iCloud...

    and removed it from the list there. Unfortunately it was the wrong iPhone and now I can't reboot the phone. In the display it says "call owner   my number" and I can start by choosing lanugage, country and WiFi. I can choose language, country and WiF