Convert jar files to sda or sca

hi friends,
is there any procedure to conver jar files to sca or sda files?
One of my friend gave me some jar files and asked me to deploy it thru SDM.
I know that SDM can deploy only sda,sca,ear and rar files but i donno how to depoloy jar files thru sdm. then i thought of converting them into sca and deploy  them thru sdm.
Can anybody please help me with this conversion from jar to sca?
Thanks in advance....

Chimei,
Please refer the same discussion in the below thread and do the same in order to get SDA file.
How TO DEPLOY JAR FILES INTO XI Server using SDM
Best regards,
raj.

Similar Messages

  • Converting Jar files into Exe

    Can anyone suggest me a free tools for converting jar files into executable??
    Thanks

    thanks
    i have few questions about launch4j
    my application depends upon other jar files also like log4j.jar etc. Can i merge all the dependencies into the executable itself for better management of file? Is it possible in launch4j??
    and is it possible to extract my source code from executable file using reverse engineering techniques??

  • Converting .EAR file to .SDA

    I have a generic Java EAR file that I need to publish to the SAP WAS using SDM but I'm having a hard time finding a tool that will package it properly (ie create the sap_manifest file).
    I found tools to convert PAR and EPA files to SDA's (see SAP note 696084) but nothing for a generic EAR file yet.
    Has anyone done this before?
    thanks,
      Glenn

    In NW04 you should perform all deployment through the SDM.
    SDM cannot deploy PAR files, and neither EPA.
    It can deploy single SDA (Software Development Archive) or an SCA (Software Component Archive) which consists of one or more SDAs. EAR files are considered as a valid SDA.
    SDAs are considered "development". If you are creating a full application, the finished product should be archived in an SCA and not as a mumbojumbo of EAR, PAR, EPA or whatever.
    As of NW04 EPA files should not have PAR files inside. So in order for you to create a complete businees packaged that works and easy to deploy - pack it all into an SCA. If your whole application is a single PAR file, then I guess, you don't have to go into all this trouble. But using SDM is highly advisable and one day will probably be a must.
    EPA (Enterprise Portal Archive) are the "complete" Business Package you create (if you are...)
    Hope I helped shed light...
    Azriel

  • Converting jar file to .exe

    hi I have installed NativeJ to convert my java application to .exe file
    It was converted and it is working.
    But while clicking the setup file it has to be installed in the local system .if the jre is not installed first it should install jre and it has to install our application.before installing our application to local system it has to ask the path where it should be installed.
    please give me some suggestion.

    Multipost
    http://forum.java.sun.com/thread.jspa?messageID=10025921

  • Big Problem.......Converting PRC File to JAR

    I have tried lot of things by setting classpaths for converting PRC file to JAR file ,but...............in vain.
    Please help me to sort out the problem.
    Regards
    Sunny

    I have tried lot of things by setting classpaths for
    converting PRC file to JAR file ,but...............in
    vain.Do you really mean "converting PRC file to JAR file", or do you mean "converting JAR file to PRC file"? I suspect it's the latter. Make sure you are doing ALL these steps:
    1) (*change this to match your own directory structure*)
    set classpath=%classpath%;.;c:\J2ME_TOOLS\j2me_cldc\bin\api\classes;C:\J2ME_TOOLS\j2me_cldc\tools\palm\src
    2)(*change this to match your own directory structure*)
    set path=%path%;C:\J2ME_TOOLS\j2me_cldc\bin;C:\J2ME_TOOLS\j2me_cldc\tools\palm\src
    3) cd to the directory where your "*.java" files are
    4) compile:
    javac *.java
    dir...check to see if you have new "*.class" files
    5) Make a directory to hold the class that will be generated by the preverifier:
    md preverified_classes6) preverify the classes:
    preverify -d ./preverified_classes myClass1 myClass2 myClass3 ...etc
    7) cd to the new directory
    cd preverified_classes
    dir...should show another copy of each ".class" file - these are the preverified ones.
    8) From these preverified class files, create your jar file:
    jar -cf myJarFile.jar *.class
    9) Now create PRC from jar:
    java palm.database.MakePalmApp -v -JARtoPRC myJarFile.jar myMainClassName
    ...where
    "myJarFile.jar" is the name of your jar file, and
    "myMainClassName" is the name of the main class in the jar file
    10) look at the directory listing
    dirshould show myJarFile.prc
    10) Load myJarFile.prc onto your Palm device or emultor and reset. Then you sould be good to go.

  • 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 do i convert .jar to .exe?

    how can i convert jar files into .exe ,is there any tool to make that if so plss let me know its urgent

    Mikado wrote:
    ..how do i convert my .jar file to .exe fileUse Java Web Start to launch the Jar file direct from the net. It provides a slick, easy and secure route to 'one click' installation. JWS also provides many other goodies, like cross-platform support, splash screens, auto-update, desktop integration and more..
    BTW - when asking a question, do not forget to add a question mark (?) at the end.

  • How to convert a .jar file to a .sda

    Hi,
    I have a login module which is created in the form of .jar file. I was deploying this login module using the Deploy tool(deploy.bat).
    Now I am looking for deploying my login module using the SDM, which happens to be the recommended mode with NW04.
    I have two questions related to creation of SDA, for which I am looking for urgent help:
    1. How can I create a .sda file from the .jar file? I do not want to create the .sda file directly from the codebase as I already have the command line build process setup to create a jar file from the codebase
    2. How can step1 be accomplished from command line?
    Appreciate if someone can help me out. I searched at many places but could not find anything related to this conversion.
    Thanks,
    Vishal.

    Hi,
    Tools like zipgenius http://www.zipgenius.it/intweb/features.htm#Innovazione,  Private encryptor http://www.filesweb.com/private-encryptor/ and securefile http://www.devsolutions.net/htmlpages/securefile.html should help you further.
    Eddy

  • Converting a .class file to a .jar file

    Can you please suggest as how can I convert a .class
    (dot class) file into an executable .jar (dot jar)
    file and how I can execute that .jar file.

    use jar tool named JavaJar..
    may down from http://www.pivotonic.com

  • Problem in viewing a converted JavaHelp (jar) file (created using RH2002 to RoboHelp X5)

    Hi,
    I have a javahelp project (compressed javahelp) created using
    RoboHelp 2002. The output files are jar files.
    The source files are .mpj. When I view the existing jar files
    without converting the project to .xpj I am able to view the jar
    files.
    However, this project needs to be upgraded to RHx5. During
    conversion(.mpj to .xpj) everything seems to be working fine and
    the javahelp files are generated. But when I try to view the jar
    files nothing is diplayed.
    I get the following error. Please see below.
    Has anybody come across anything similar? Is there anything I
    need to take care of before I upgrade to .xpj? I cannot locate the
    glo.xml file in RH.
    Best regards,
    Urmi
    Parsing failed for null
    Exception caught while parsing jar:file:C:/Documents and
    Settings/urmiroy/Desktop/ep2_cd1helps/Developer_edit/JavaHelp/FLEXIEDGEBTS_dev_edit.jar!/ FLEXIEDGEBTS_dev_edit_glo.xmljava.io.FileNotFoundException:
    JAR entry FLEXIEDGEBTS_dev_edit_glo.xml not found in C:\Documents
    and
    Settings\urmiroy\Desktop\ep2_cd1helps\Developer_edit\JavaHelp\FLEXIEDGEBTS_dev_edit.jar
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    at
    javax.help.MergeHelpUtilities.mergeNodeChildren(MergeHelpUtilities.ja
    va:89)
    at
    javax.help.plaf.basic.BasicGlossaryNavigatorUI.loadData(BasicGlossary
    NavigatorUI.java:217)
    at
    javax.help.plaf.basic.BasicGlossaryNavigatorUI.reloadData(BasicGlossa
    ryNavigatorUI.java:198)
    at
    javax.help.plaf.basic.BasicGlossaryNavigatorUI.installUI(BasicGlossar
    yNavigatorUI.java:146)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.help.JHelpNavigator.setUI(JHelpNavigator.java:257)
    at
    javax.help.JHelpNavigator.updateUI(JHelpNavigator.java:276)
    at
    javax.help.JHelpNavigator.<init>(JHelpNavigator.java:105)
    at
    javax.help.JHelpGlossaryNavigator.<init>(JHelpGlossaryNavigator.java:
    62)
    at
    javax.help.GlossaryView.createNavigator(GlossaryView.java:82)
    at javax.help.JHelp.setupNavigators(JHelp.java:148)
    at javax.help.JHelp.<init>(JHelp.java:126)
    at javax.help.JHelp.<init>(JHelp.java:76)
    at
    sunw.demo.jhdemo.JHLauncher$DisplayAction.actionPerformed(JHLauncher.
    java:956)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown
    Source)
    at
    javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknow
    n Source)
    at
    javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at
    javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
    Sour
    ce)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
    Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown
    Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown
    Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
    Source)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.Dialog$1.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
    Source)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

    Hi Colum,
    Thanks for your reply.
    Yes, I have gone through the Peter Grainge's article. It is
    indeed very informative and I have installed the JDK and the JH
    according to the instructions given therein. My installation seems
    complete as the viewer works fine. The JDK version is 1.4.2_18 and
    the JH version is 2.0. The environment variables have also been set
    accordingly.
    All this while I was thinking it is a Java issue so I have
    tried out with different JDK versions.
    But now I think it can be a tool issue because :
    I can view the existing JavaHelp file with the current Java
    viewer.(if I do not open the project in X5)
    I can view Sun supplied sample jar files with the viewer.
    I can create new JavaHelp files with RHX5 and the current JDK
    and JH installation and view those files.
    I cannot view the JavaHelp file if I convert the .mpj to .xpj
    (the generate dialog works fine and says compilation is complete).
    The Display button does not display the file. The view
    command line command throws up the error mentioned in my earlier
    mail.
    Would appreciate any pointers.
    Best regards,
    Urmi

  • How do you convert a jar file into a java file,  ?

    how do you convert a jar file into a java file ?
    I am new to Java ,but have a little experience in C++ and Visual Basic.
    I want to edit and maybe create my own mobile games that are written or converted into jar files.
    At the moment I am using Java NetBeans , and Easy Java( the java pad).
    However the only solution I tried was to open the JAR file in winrar and see that its made up of png picture files,
    midi music files and class files. Unfortunately when I uncompressed the JAR file , there was NO java file to be seen and the JAVA editors Do not show the class file like a Java file. So why is there no extension Java file in the mobile JAR game ?

    801283 wrote:
    how do you convert a jar file into a java file ?You generally don't. There exist decompilers, but if you're meant to have the source, you should either have it because you are the author, or you should be able to get it from the author.
    I am new to Java ,but have a little experience in C++ and Visual Basic.Does that experience include turning .exe files into C++ code? Because that's the equivalent of what you're asking
    I want to edit and maybe create my own mobile games that are written or converted into jar files.Eh?
    Are you saying you want to take existing games and modify them? If the creators allow you to modify their source, then they'll provide you with that source (the .java files). If you're allowed to add things but not modify, you don't need .java files. Just documentation, which, again, the creators should be providing.
    Or are you saying you want to create your own games and distribute them in jar files? If so, there's no need to turn jars into .java.
    However the only solution I tried was to open the JAR file in winrar and see that its made up of png picture files,
    midi music files and class files. Unfortunately when I uncompressed the JAR file , there was NO java file to be seen and the JAVA editors Do not show the class file like a Java file. So why is there no extension Java file in the mobile JAR game ?Why would you expect there to be one?

  • Beginner: Can't convert a hello.class file into a jar file: HELP PLEASE!!!

    Hi, I created a hello.java file, converted into a hello.class file by using the java 2SDk compiler. The problem is that the hello.class file is in a directory I created: C:\JavaBuilder\hello.class
    I have a problem converting the hello class file into a jar file. I don't know which approach to take. I've looked at tutorials...but I keep getting more confused each time I view the tutorials on creating jar files. Please can someone help..by taking me through a step by step process. Please be explicit and do not leave or assume that I know any details because I'm a new born beginner. Thank you very much, I seriously appreciate it.

    Hi i did as you suggested, only with these exceptions:
    jar -cvf hello.jar C:\JavaBuilder\hello.class
    I did this and got the message: "adding : C:\JavaBuilder\hello.class (in=1150) (out=708) (deflated=38%)"
    The problem is that when I tried to execute the jar file...by typing: " java -jar hello.jar" I received the error message: "Failed to load Main-Class Manifest attribute from hello.jar" Is there any way to correct this problem? please help, thank you.

  • Jar file to convert text into pdf

    java coding or jar file to convert text file into pdf. i dont want exe file...
    any converter to convert text into pdf.... to run in a webapplication

    This website is used to convert Word, Text , Excel file into pdf. I think it is useful to you.
    http://www.planetpdf.com
    Message was edited by:
    ggopi

  • Beginner: Can't convert a hello.class file into a jar file. Please Help!!!

    Hi, I created a hello.java file, converted into a hello.class file by using the java 2SDk compiler. The problem is that the hello.class file is in a directory I created: C:\JavaBuilder\hello.class
    I have a problem converting the hello class file into a jar file. I don't know which approach to take. I've looked at tutorials...but I keep getting more confused each time I view the tutorials on creating jar files. Please can someone help..by taking me through a step by step process. Please be explicit and do not leave or assume that I know any details because I'm a new born beginner. Thank you very much, I seriously appreciate it.

    Hi!
    first of all, you should use an upper-case character for the first letter of your classes...
    To answer your question :
    1) you must create a directory named "meta-inf" in your directory "C:\JavaBuilder"
    2) then,you must create a file named "manifest.mf" in this directory
    it's like a property file and it must contain this :
    Main-Class: hello
    (don't forget to type <enter> after "hello")
    3) in the directory "C:\JavaBuilder", you can enter the following command :
    "jar cvfM hello.jar meta-inf\manifest.mf hello.class"
    (check jar.exe is in your path)
    4) you can run your jar by the command :
    "java -jar hello.jar"

  • Jar file for converting html to pdf

    Does anybody have jar file for converting a html document to pdf?

    Are u particular about using jar file ?
    I have developed form which converts any type of files especially word, txt ,html to pdf. Let me check if I have that
    Rajesh ALex

Maybe you are looking for

  • Lion and Logic Express 9.0

    I have a brand new MacBook Pro and just bought a store-boxed version of Logic Express, which is ver 9.0. After installing, I got the message that it wouldn't launch because it's incompatible with this version of the OS. I tried downloading the latest

  • Fetch field values in GTS system from ECC and missing field values

    Hi, I am developing Adobe Form "Certificate of Origin" in GTS (Global Trade Services) system. I require to get Customer PO and Country of Origin from ECC system for each line of Invoice (VBKD-BSTKD and EIPO-HERKL respectively). Pls let me know, how c

  • Problem in JFreeChart to display the value of the axies????

    Hi!!! I have about 500 points, and I display with setValue. The problem is that I can't see the value below the graph, like this picture : http://putfile.com/pic.php?pic=8/23007045084.jpg&s=x1 Is there a solution to not display all the value (for ins

  • Upload of SQL Server plug in

    Hello, I have download the SQL plug in from Oracle site and I have upload the plug in at plug in setup, but the upload has been failed, it show an error: "Error of upload the management archives". My destination is to tie SQL Databases on the Grid Co

  • Firefox deletes add on search engines at each close

    Windows 7 Firefox 6.2 Search add on do not hold and are deleted from search manager listing each time I log off. How do I keep the search engine add ons from defaulting to nil?