Conversion of webapplication into .exe file

Hai,
How 2 convert a webapplication(nothing but execution not from main method) into .exe file.
Is it possible to covert.I found that a executable jars are used to convert a java application into .exe but no where i found abt webapplication.
If possible just reply to msg as it is very urgent.
Bye
Arasi

I'm not sure you understand what you are asking.
Web applications are activated through the web browser (for example IE) and are executed on both client machine (in the browser) and in the server machine (the web server for example tomcat).
Exe are not executed within any browser and also the java part of the application is actually executed in the server so actually you want to execute only the js/html in the exe.
in other words i think your request is illogical and very very wrong.

Similar Messages

  • Convert into .exe file

    Want to know whether JDeveloper 10.1.3 provided any tools to convert into .exe file? If yes, how? Thanks You.

    No it doesn't.
    Search google and you'll find this for example:
    http://www.excelsior-usa.com/articles/java-to-exe.html
    Note that JDeveloper does support the creation of Java Web Start packaging.

  • Turn my .class files into .exe file

    Does anyone know a good install shield program for Java? I'm currently using a program called Install4J. But the problem is that after I installed the program all my .class files are basically copied into the destination folder. Is there a program that can combine all the .class files into an .exe file or maybe a library file? Thanks
    Bohua

    gee, that's never been asked before... good thing you didn't waste precious time searching the forums first.

  • My Folders turned into exe files

    Hi everybody,
    I don't know what happened to my Mac today, i assumed it's a virus but the strange here is that virus is only affect Windows OS. The story is, I have a friend, she borrowed my camera, as she returned it, i was on boot camp and was using Windows for gaminng, i plugged my camera and delete photos that my friend has taken. I noticed nothing strange and i didn't have any Anti-virus program on Windows. Until i login to my Mac, i see all of the folders on my Macintosh HD drive is now exe files. I can still access these folders by using the "Go" option on the Menu Bar. I downloaded Kaspersky and scan for viruses, it showed that the drive is infected with Worm.Win32.Autorun.gvy. If i try to delete the file, it also delete the whole Folder which causes my Mac to crash and need to restart.
    Here is the picture

    Thomas A Reed wrote:
    That is truly bizarre.  I'm not sure that I understand what you're saying about that malware, though.  Did you scan your Windows partition and find that it was infected with that malware?  Or did you scan the Mac partition and find the file there?
    If the former, does the Windows partition have access to the Mac partition while Windows is running?  (I'm not that familiar with how Boot Camp works.)  If so, it may have done something to the Mac partition.  If the latter, this can't have anything to do with that malware.
    In any case, though, if I saw that, I would probably erase the hard drive and restore from my last backup.  As this is not a problem I've ever heard of before, I have no idea what might have happened or how you might fix it.
    For your question, Yes, i did install MacDrive when i was using Boot Camp and i regretted it. The problem here is there isn't a way to fix this virus for Mac OS. I think i will try using Boot camp and scan for viruses with Windows Programs then.
    @Radiation Mac: This is about Mac Lion, the drive here is Macintosh HD which is the root drive of a Mac and these files as you can see are the folders of a normal Mac.

  • How to pack .class or .jar with jvm into an exe file?

    In fact, .class or .jar files are middle layer files who need JVM to explain and run them. Sometimes it's unconvenient. Why not provide some tools to pack .class or .jar with jvm into exe file?

    because java should be able to run on any OS. That is why SUN doesn't provide such tool. There are other company's who does provide such tool. Like JBuilder enterprise

  • How to convert erl scripts into single exe file ?

    hi
    this is not related to java. Does anybody know how to convert perl scripts into exe file in non-readable format?
    regards
    venki

    I believe that ActiveState used to do a Perl compiler.....not sure if they still do and I don't think it was free anyway. Check around their website...
    http://www.activestate.com/

  • How to store data into log file(.doc) using CVI

    The purpose is to store the capture data(from my cvi program) and store into the log file (.doc). so at the end of the program run I can retrieve the doc file where the data  store to do my analysing .
    Why do this: I wanted to create my program into .exe file that why I need this method or do u have other method to intro?
    Any ideal or note or example to share? Pls help

    If you are explicitly trying to create a Microsoft Word document, then CVI comes with Word Report instrument that can be used to generate such files. The instrument is located in toolslib\activex\word\wordreport.fp, while a sample program can be found in samples\activex\word\wordrpt.cws.
    I suggest you take a look at the example program that illustrates the fundamentals of this instrument, next you can start designing your own application using that instrument.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • How to convert labview program to .exe file?

    Is it possible to convert VI file into .exe file? How to go about doing it?

    hi
    you simply need to use the application builder - included in LabVIEW professional version or you buy this tool separately.
    Remark: On target machine the Run time engine (for free) has to be installed.
    regards
    wha

  • How to create the exe files for java application

    How to create the exe file for java application?
    got any software to do that?
    Thanks

    In terms of converting java applications into exe files, there are 3 schools of thought:
    1) Instead of converting it to an exe, convert it to a jar file. Jar files are more portable than exe files because they can be double-clicked on any operating system. The caveat is that a Java interpreter must be installed on the target computer for the double-clicking to work.
    http://developer.java.sun.com/developer/Books/javaprogramming/JAR/
    2) Create an exe launcher that, when double-clicked, attempts to find a Java interpreter on the local computer and launches the Java application. The exe file is still double-clickable but whether your java application runs depends on whether a Java interpretor is installed on the target computer.
    http://www.sureshotsoftware.com/exej/
    http://www.objects.com.au/products/jstart/index.jsp
    http://www.duckware.com/products/javatools.html
    http://www.ucware.com/jexec/
    http://www.rolemaker.dk/nonRoleMaker/javalauncher/
    http://www.jelude.cjb.net/
    http://thor.prohosting.com/~dfolly/java/index.html
    3) Create an exe launcher that bundles a Java interpretor. Same as above but when the exe file is double-clicked, it searches for a Java interpreter and if one is not found, it installs one on the target computer. The caveat is that the exe file would have an overhead of 10 MB in size for the interpreter.
    http://www.excelsior-usa.com/jet.html (evaluation version available)
    4) Convert the Java application into a native exe file. The caveat is that if you use Swing for your GUI, it won't be converted. Also this option is still somewhat experimental.
    Can't think of any free options right now.

  • How to turn a Java Application an .exe file?

    Hello, I'am just above new commer in Java world. I was wondering if anyone could help me. I just developed an application in java, how can I turn it into exe file? is there a way I can run this application without the "Command" promt (window) running?
    Pls. help my email address is "[email protected]"
    Any assistance will be largely appreciated.

    you can try the J++ compiler provided with the JBuilder from Microsoft but this is just compiling the java to C++. to create a standalone exe is as far as I know impossible. U can try to use a jar-archive (create with the sdk) and if a Java Virtual Machine is installed (normally with every popular web-browser) it will run with a doubleclick

  • Run exe file without installing labview

    i created my labview into exe file. I need to run this exe file on another computer which have no labview application. There's anerror when i try to run it.What do i have to do without installing labview application into another computer?
    Solved!
    Go to Solution.

    As Freelance_LV already asks, there are possibly additional components you require for your EXE to run.
    The easiest thing to point out is required hardware devices and their drivers. If that is available (or not used), the EXE should run with the correct LV RTE (runtime engine). You can think of the LV RTE as of the .NET framework.
    Please note that most drivers and runtime engines from National Instruments are free of charge for deployment. But there are some runtime engines which are liable to costs.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Conversion of a .jar OR a .class file into a .exe  file

    Can anyone tell me as how to convert a .jar OR a .class file into a .exe file
    I need to know as soon as possible.

    Okay I will tell you the steps:
    Look in the top right hand corner of the page.
    There should be a box with a red title line. Inside the
    title should be the letters 'S E A R C and H'.
    In the white part of th box should be a smaller line, in which you can type.
    type in "conversion .jar .class .exe" or some similar string.
    Then click on the button next to the text box.
    Read the page of results you get.
    Click on the first link and read what is said on the connecting page.
    If that doesn't help, use your browser's back button and click on the next link, and repeat util your question is answered.

  • Error in downloading itunes, all the .exe files turn into the itunes icon. I had to removed itunes.

    Error in downloading itunes in windows, all the .exe files turn into the itunes icon

    Download the lnk registry fix from www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html. Reinstall iTunes. Should you find that all of your desktop shortcuts have again turned into links to the iTunes application apply the patch.
    For further advice see Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Backed-up Mac Files turn into EXE

    Help please!
    I am have such a bad time of it here. So many archived files created on my Mac once copied onto my HD (or even showing up in their storage, i.e., old ZIP, or even new LaCie drives) have changed to EXE icons. Can't open them, can't go into the orig. programs to open. Wierdness.
    I know an EXE file is Windows and will not work on my Mac if or unless I have Windows loaded. However, just want the files I created but don't know why the Mac OS is converting them to EXE icons!
    Any assistance is appreciated as I need to retrieve and use these (some are old PageMaker, FreeHand and PhotoShop files, except for PM which I now have InDesign) all should convert or at least be recognized.
    Thanks in advance for your help.
    Sincerely,
    Diane

    The actual icon doesn't really matter. Somehow your files are getting associated with the wrong type of program.
    Get the information for one of the files. Select an appropriate program for opening the file ("open with"). Try opening it. If that works then go back and get the information for the file and this time also select "use this application to open all files of this type).

  • Turn a script into an .exe file?

    Hi,
    How can I turn a JavaScript into an .exe file (on Windows)? The
    advantage is that if the script uses only ScriptUI features, it will
    never need to launch InDesign. Additionally, it is possible to package
    it that way with a special icon that appears if it is placed on the
    desktop, and when it runs the icon appears in the taskbar.
    An example of what I'd look to achieve is the hyphenchecker script,
    written by the late Teus de Jong. There is one Windows-only version
    available on his website (which is still being maintained, probably by
    his son) which is an .exe file -- precisely what I'm trying to do.
    Thanks,
    Ariel

    straight form javascript i don't think there is a way.
    however you can use, i think, Visual Basic (not vbScript!!) as a wrapper for js (using doScript)?

Maybe you are looking for

  • Error in JMS communicatin channel while deleivering to  WMQ server

    How to check whether a node in Adapter engine is having messaging service active? I am having one of the JMS receiver node having  error : "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Connector for ConnectionProfi

  • Files not opening in Quicktime X

    I am compressing some files to Quicktime. Oddly, they will not open in Quicktime X, but they will in Quicktime 7!? Any ideas why? Here are the settings: These files are intended for streaming (progressive download) from my web site (Wordpress, FLV Em

  • Invoking class from loaded swf

    I'm working on a project where I'm loading in a video player as an external swf to my main movie. I'm not able to get my video or the custom player to show up, but sound is there (I've done the whole Library>New Video thing, so I have a video object

  • Change file type icon

    Hi, I am running latest version of Yosemite and am trying to change the icon artwork for my ZIP files. Seeing very strange behavior. My zip files show no artwork in directory view : I previously had iZip installed but deleted it instead to start usin

  • Question using mbox2 pro as audio interface

    Is the the mbox2 pro firewire compatible with the new macbook pro laptops?...i think their interface is a 400 firewire but the new macbook pros 2009 laptop have only a 800 firewire port..how would i be able to use this box with it??...thank u....i wa