Can i make an .exe file which does't need any plateform or engine to run

i just want to make a plateform independent executable file which should not need any run time engine to run. is it possible ??
I have labview version 7.0 and it is fine. the applications is also simple but the target pc does't have any run time engine or labview installed.
can u help me.
thanx.
--Alok Trivedi
Pune
-AL☼K

You have to have a run-time engine installed and you cannot create an exe that is cross-platform. To create an exe for Linux or Mac, you need the Linux or Mac development system and the app builder for each.

Similar Messages

  • OIM-How can i set a password policy which does not contain any space?

    How can i set a password policy which does not contain any space?
    I put space at Characters not allowed but it is not working.
    Can anyone help me out?

    You can go to Settings>Messages and turn off Messages. Then go to Settings>General>Restrictions and turn on the the Restriction that prevent changing accounts.
    I just verified that it works.

  • Is there any way I can convert a .exe file to .iso on my MacBook Air? I'm trying to install Windows via BootCamp but the download from Microsoft is a .exe file which does me no good.

    I'm trying to install Windows 8 via Boot Camp, but the download from Microsoft is a .exe file so when I go to create the bootable USB drive, it fails. I've read some of the other threads about this topic, but I want to know if there is any way to convert to .iso without having to find someone's Windows computer to borrow. Can anyone help?

    No. You would require a PC in order to run the executable which is an installer, not a disc image or an archive.

  • Can you make an exe file for a slide show using PS Elements?

    Although I use ProShow Gold for slide shows, I need information on other programs that can provide an option for an exe format. I am not too technical so I can't tell from my Elements and couldn't find anything here. I will be running a competition in which exe files are needed so they can be played on any computer. I would appreciate any suggestions. Thanks.

    judyb429 wrote:
    I will be running a competition in which exe files are needed so they can be played on any computer. I would appreciate any suggestions.
    I hope your competition goes well. I suggest though that you thoroughly scan each submitted file for virus and malware on an isolated machine first. While not suggesting your competitors would deliberately infect their entry but if their own machines were unknowingly infected by (say) a trojan that could potentially infect the executables they create for your competition.
    If it was me I'd request files in a standard format (e.g. WMV) that is readable by just about any media playing software such as Windows Media Player.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Can we make executable jar file which dont have main method?

    I have a problem.
    With whatever R&D i have done so far my understanding is that in order to create executable jar files i need a main method.
    my problem is i have certain MIS reports which are developed in java and deployed through JSP pages...so my java program has no Main Method and only objects of the classes are being called in the JSP pages.
    for e.g: i have a java class file BulkSms.class and i make an object of it in the JSP page through which my purpose is achieved by calling various method in the BulkSms through it s objects and there is no main method.
    Can i make an executable jar file without a main method and if so please give me a detailed procedure of how to go about it.
    i want to make it executable so tht on the click of it the MIS report is displayed from the JSP page.

    I am completely ignorant of JSPs, but you can not execute a jar or any java application unless you have a main method. It sounds like you need a way to launch the JSP - can't you do this with a browser?

  • Can I make Labview Exe which can be executed i A PC which is not having labview

    hi,
     I am using lab view  7.1. Can we make a exe or installer, which can be run in a PC which is not having labview installed. If that can be done, please let me know which edition i have to use and how can i do
    with Regards,
    Ashok.

    Hi Ashok,
    you have to use the ApplicationBuilder (which is not included in the Base/Student version). Ask your local NI representative for help - maybe you get an old LV7.1 AppBuilder, but most likely you have to upgrade to the actual version...
    You can make exe for other computers. You can either build a full setup/installer routine or you just copy the exe and install the RunTimeEngine manually (more hazzle possible...).
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Can we make executable (.exe) of a programme written in java?

    Hi friends,
    I want to make an .exe file from java source file.Is it possible? If yes how can I achive this?

    snerk...
    Does anyone actually buy that product?
    Actually generating exe wrappers is not very difficult at all. Lots of different solutions to the eternal exe problem have been suggested in the past - these can be found using the forum search function.
    The options that commonly get mentioned are:
    JAR files
    Shortcuts
    Batch files
    Native wrappers
    Statically compiled programs
    Most of these are free. Native wrappers may even be a feature of your IDE - JBuilder 7E can generate them for a number of platforms, for example.

  • How do I copy my old xl files from my XP machine to operate on xl for Mac on my new iMac.  When I copy them onto a stick and transfer them it automatically makes them xls files which are then corrupted when I try to open them in xl for mac

    How do I copy my old xl files from my XP machine to operate on xl for Mac on my new iMac.  When I copy them onto a stick and transfer them it automatically makes them xls files which are then corrupted when I try to open them in xl for mac

    Sorry, yes this is Microsoft Excel.  The Microsoft XP has Excel files denoted as xl, the later versions of Microsoft Excel are denoted as xls files.  The later verions of Microsoft Excel open the xl files OK, does Excel for Mac not able to do this?

  • Through Java code I want to execute a exe file which is in aJar file

    I am having some classes and an exe file in a directory. I have made them in to a Jar file. In a class file which is in that jar file i want to execute a Exe file which is also resides in that jar file. Is it possible to exexute that EXE file?
    For Example....
    1. Im having a directory named CLIENT.
    2. In that directory I have 10 clss files and an EXE file.
    3. These class files and EXE files are ziped in to a Jar file.
    4. I have to give the Jar file to my client.
    5. He can put that Jar file where ever he installed my product may be C driver or D drive like that
    Now the problem is...
    I want to execute the Exe File from one of the class where both the exe file and class file resides in the Jar file
    This is my requirment
    Can anyone Help to me to solve this problem?
    Thanks in Advancd
    Ibram Shah.A.M
    ([email protected])

    The answer is to extract the EXE into a temp directory, execute it, and delete it when you're done. For example:
    //This is the path *inside* the JAR file!
    InputStream in = getClass().getResourceAsStream("/resources/myprog.exe");
    OutputStream out = new FileOutputStream("myprog.exe");
    File file = new File("myprog.exe");
    int data;
    while((data = in.read()) >= 0) out.write(data);
    in.close();
    out.close();
    //Execute the EXE here using java.lang.Runtime.exec()
    if(file.exists()) file.delete();
    ...

  • How can we make a .DLL file..???

    Hi,
    can any one tell me how can we make a .dll file..
    can we insert any font file (.ttf), image, icons in in the dll file to call them progrmatically in forms 6i...and use them onu where
    like i am currently using d2kwut60.dll file to call mouse cursors that loaded into it..
    I would appreciate any response to this issue..??
    regards,

    Ok,
    Let me take this example.
    Supposing A vendor with 3 AP open items, B vendor with 2 AP open items.
    When making a payment proposal, SAP shows only 2 lines, namely, collected by vendor code.
    Looking at DME file, however, it shows 5 lines which means all individual open items.
    What we want to make is 2 lines in DME file, which means grouping invoices by vendor in a DME file.
    Hope it makse sense.

  • Make an exe file

    Hi All
    Is it possible to make an exe file using form and report run file..

    Yes, you can make the excel file using form runtime..
    you can use OLE2 package to this operation...
    you can use DDE package also for the same....
    you can simply use Text_io package to write your data in CSV
    format and name that as .xls
    All the ways possible at forms runtime.... no need for even report.....
    What actually you want...

  • How can I make a PDF file from each folders with layers, where each page is a each folder?

    How can I make a PDF file from each folders with layers, where each page is a each folder?

    I found an answer to my own question. A work around of sorts.
    Download Photoshop Elements 6 for Macintosh. With PSE6 I made a slide show with 550 images 1920x1200, without thumbs. I ran into one problem making the slide show. My images contained 4 images which had not ben created by Photoshop and could not be included in the slide show. Opening the images in Photoshop CS4 and re-saving them still did not make then acceptable. Not a big deal. I probably could have fixed the four images by stripping all EXIF data before opening them in Photoshop. BTW, PSE6 made the slide show in demo mode.
    I hope the bug in Photoshop CS4 will be fixed in Photoshop CS5.

  • How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?

    How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?
    Basically I like the control over the compiling process that I get by using Ant - but I really want traces to come up immediately without having to switch contexts.
    I have an ant file that successfully launches a swf in the flashplayer - but I don't know how to make the flex console start displaying the trace output. I assume that I will have to point it to the appropriate trace output file - but I am not sure how to have ant even address the console.  Is this possible?
    Here is the the target node from my ANT file:
        <target name="launch">
            <exec executable="${FLASHPLAYER_EXE}" errorproperty="trace.output">
                <arg line="'${DEPLOY_DIR}\test.swf'" />
            </exec>
        </target>
    Thanks for any thoughts, or alternatives!

    For the record, I ended up using Logwatcher - it worked perfectly.
    http://graysky.sourceforge.net/

  • How can I make a .gif file work in Keynote on my iPad Mini?

    How can I make a .gif file work in Keynote on my iPad Mini?
    Have saved a .gif file to my Camera Roll, and it works fine as I have checked it through mail. When I import it into Keynote however it won't animate. Even when I play slide. Any suggestions?

    The can use apps such as Apple's Pages app for Word documents and Numbers for Excel spreadsheets, and from third-parties apps such as Documents To Go ('premium' version) and QuickOffice Pro HD.

  • How can I Create a exe file were a tab control on it work`s

    I have a VI with many controls and indicators,these are spread on a tab control.This tab control works with out any problems but if i create a exe file then the tab control is fixed. How can I create a exe file so that the tab control on it work´s ?"
    Attachments:
    project7.1.jpg ‏129 KB

    Make the tab control a control and not an indicator. If you want to write
    to it you need to create a local variable.
    "Carlos-R." wrote in message
    news:[email protected]..
    I have a VI with many controls and indicators,these are spread on a
    tab control.This tab control works with out any problems but if i
    create a exe file then the tab control is fixed. How can I create a
    exe file so that the tab control on it work´s ?"

Maybe you are looking for

  • How do I remove the graphics card of my computer from the blacklist?

    I want to activate Adobe Flash Player hardware acceleration, but my card is blacklisted, and reproduces any other content without any instability, but she was put on the blacklist, and not is because, and not worked before in older versions, but with

  • Error in evaluating correlation query

    Hi, I am using 10.1.3.3.1 MLR#14 Patch (upgrade from 10.1.3.1). I have created a process where in I've created correlation sets. Basically, I am placing an Order XML on JMS queue (invoking JMS adapter) and the next activity is 'Receive' activity whic

  • Boot camp not starting on win7 64bit boot-up

    My BootCamp application is not longer starting up at windows start up. I've checked the start-up list and it's there. I've repaired the installation of it using add and remove programs. I've repaired using SL Upgrade CD. and that fixes it after one r

  • Connection to Portal over Citrix

    We have successfully set up the connection to our company portal via citrix login. Everything runs smoothly except one thing. During the log off from the portal a small blank popup window remains visible. Any ideas? Best regards, Thomas

  • Airport express with hard-wired medem router?

    hi there. i've got a hard-wired modem router to my mac and a pc. my mac however has got an airport card in it and i'm thinking of buying a usb wifi dongle thing (?) for the pc and use an airport express station to get wireless internet. Can anyone pl