Bundling app with JRE

Hi
I have a desktop app and the client is concerned about easy installations, is there a way to bundle the app with the JRE and install both with an installer?
Any help appreciated.
Cheers
Dean

There is a way to do it. I'm trying to figure out exactly how though.
From what I can tell from searching the threads in here, you can do this with Inno Setup see http://forum.java.sun.com/thread.jspa?threadID=708451&messageID=4108249
and scroll down a bit.
This does intall the JRE, however, the problem I'm running into is how to set the claspath, so the jar can run.

Similar Messages

  • Installing a desktop app with JRE

    Hi
    I have a desktop app and the client is concerned about easy installations, is there a way to bundle the app with the JRE and install both with an installer?
    Any help appreciated.
    Cheers
    Dean

    Depends on specifics; see this list http://www.google.com/search?q=detect+if+java+is+installed

  • Redistributing app with JRE on usb

    Hi all,
    I've a legal question about redistributing Sun JRE
    We've created, some days, ago a portable PGP java application (details on http://ppgp.sourceforge.net)
    Now...the will is to make an "USB version" of the application... such usb version would contain:
    -Application jar and libraries
    -A copy of both windows and linux jre (1.6) that are used as private jvm in order to execute the application.
    Now, technically all works perfectly (runs on both windows and linux)... but i am not sure if, according to sun policies, this can be done.
    So the question is: can I release a zip for an opensource project that contains the jre and redistribute it?
    Furthermore: what if the unrestricted jce policy files are embedded in the private jre?
    Thanks,
    Primiano Tucci

    I mix the jre since 2 different jres would waste too much space for an usb key.
    About new versions, I don't care about them. Since they're are for private use by my application only, if it works now, it's just fine.. i will not need any upgrade.
    Finally I don't care about Solaris. Portable PGP is intented to provide a way to use pgp encryption on others computer (e.g. when traveling) just plugging an usb key, and I think that in those cases, it would be really unprobable to find, for example, a solaris workstation in an internet caf�.
    Standalone jars will be available for other os.
    Thanks,
    Primiano Tucci

  • Launch apps with oracle jre 7

    With Apple discontinuing support jre 7 on its mountain lion, i am trying to find a way to launch my mac apps with oracle jre7. There are two situations occuring to me.
    1. Oracle jre7 could be before hand installed and my app should be able to detect and launch
    2 Or Bundle the oracle jre 7 with my Mac app and get into lauching it on mountain lion without any issues.
    Is there a better way or apple providing support in this regards.
    Help appreciated.

    Thanks NickClark_uk,
      I am able to install the java 7, but the Mac app i am trying to launch is unable to detect the oracle jre 7 and works fine with app store jre's. So we may need to bundle the jre or modify our apps to detect the installed JRE.
    I was looking at what would be the better approach in order to have my Mac app run with oracle jre 7.
    Thanks

  • Can't run my app with older version of jre anymore.  Help!

    Java Web Start is supposed to allow applications to use older versions of Java JRE. My applet uses 1.6.0_31 because it doesn't work with 1.7. (Backward compatibility? Don't ask.)
    When I first set it up a couple of weeks ago, it worked. Now, with JRE 1.7 officially released it does not. When I try to run it, I get the following message:
    "This application would like to use an older version of Java (1.6.0_31) that is not installed on your system. We recommend running the application with the latest version o java on your computer. Then there are two buttons.
    One button says "Run with latest version". The other button says "Cancel". When I click on "Cancel" the application fails with the following
    basic: LaunchDesc location: http://relativitysimulation.com/Applet.jnlp
    network: Created version ID: 1.6.0.31
    network: Created version ID: 1.7.0.03
    network: Created version ID: 1.7.0.03
    network: Created version ID: 1.7.0.03
    network: Created version ID: 1.7
    network: Created version ID: 1.6.0.31
    network: Created version ID: 1.6
    network: Created version ID: 1.7.0.03
    network: Created version ID: 1.7
    network: Created version ID: 1.7.0.03
    network: Created version ID: 1.7
    network: Created version ID: 1.6.0.31
    network: Created version ID: 1.7.0.03
    network: Created version ID: 1.7.0.03
    network: Created version ID: 1.7.0.03
    network: Created version ID: 1.7
    java.util.MissingResourceException: Can't find resource for bundle sun.applet.resources.MsgAppletViewer, key appletpanel.ExitException[ 0]
         at java.util.ResourceBundle.getObject(ResourceBundle.java:393)
         at java.util.ResourceBundle.getString(ResourceBundle.java:353)
         at sun.plugin2.applet.Applet2MessageHandler.getMessage(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.logAppletStatus(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:722)
    basic: ExitException[ 0]
    ExitException[ 0]
         at com.sun.javaws.ui.SecureStaticVersioning.showCannotDownloadDialog(Unknown Source)
         at com.sun.javaws.ui.SecureStaticVersioning.canAutoDownload(Unknown Source)
         at sun.plugin2.applet.JNLP2Manager$JnlpLaunchState.doJvmSelection(Unknown Source)
         at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(Unknown Source)
         at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:722)
    security: Accessing keys and certificate in Mozilla user profile: null
    security: Reset deny session certificate store
    Looks to me like Cancel does not mean "Run Older Version". While I am debugging why I can't use the latest version of jre, can someone please tell me how to use the older version?
    Edited by: 932841 on May 8, 2012 8:54 AM - corrected typo

    I'm the developer. And thank you for your prompt response. I have been given a work around so that the applet can use version 1.7. But that still doesn't explain what I am doing that makes Java fail to use the older version.
    I put this code in my jnlp file on March 27th when I realized that my app didn't work with version 1.7. I tested it at that time and it worked. In the process I installed and uninstalled java 1.6.0_31 ( and 1.7) several times. Maybe something important got corrupted then.
    <resources>
         <j2se version="1.6.0_31" href="http://java.sun.com/products/autodl/j2se"/>
    Added this -----
    Oh, if someone else wants to try this app on their machine, feel free. It is at
    http://www.relativitysimulation.com/Applet.html
    Edited by: 932841 on May 8, 2012 11:13 AM

  • How-To: Install Bundled Apps to another MacBook Pro using Target Disk Mode

    Recently, I replaced the dead hard drive on my wife's computer. All the data was previously backed-up so all I needed to do was reinstall the original OS. Oops! Those disks disappeared over two years ago...perfect, right? No poblem, I already had the boxed install DVD for Snow Leopard and installed the core OS. But what about those bundled applications? Aha! That is the marketing coup Apple doesn't really talk much about. You see, you get the entire suite of Apple branded apps with the original install disks but not with a boxed OS install disk. It's just something that you have to find out for yourself...the hard way.
    My requirement: restore all the iPhoto data to the reimaged machine running Snow Leopard. But that data has no application that can read it. Solution - Reinstall iPhoto from another source.
    So I developed this workaround I hope the rest of you find amusingly simple, wildly helpful
    Here's how I restored iPhoto on my wife's computer:
    1)  Get two Laptops side by side. In our case we both have macbook pro 2008 computers (Wife's and Mine)
    2)  Power both down and direct connect a firewire 400 cable (or 800 if you have it) between the two
    3)  Start the Wife's laptop in Target Disk Mode: Press "T" immediately after engagin the power button, hold it down until you see the "fanned" firewire symbol floating across a grey screen - it's quite large, about the size of your hand making a "stop" gesture
    4)  No start the Mine laptop by pressing the "option" key (two keys to the left of the space bar)
    5)  You will presented with a pair of hard disks to boot from, choose the Wife's laptop hard drive
    5a) you'll notice now that the Mine laptop is booting the OS system files of the Wife's laptop (Her desktop, her preferences, etc...)
    6)  On the Mine laptop, insert the original Mac OS Install Disk (#1) that came with the Mine laptop (usually any OEM install disk will work, though)
    7)  Double-click on the DVD icon on the desktop when it mounts and look for a shortcut that reads, "Install Bundled Applications Only"...launch it
    8)  Now choose install bundled applications but make sure to press the "Customize" button in order to specifically choose which OEM software you want. In our case, just iPhoto
    9)  Follow the installer prompts all the through to completion and exit (you will be prompted to insert disk #2 along the way).
    10)  Remove the install disks, power down
    11)  Power down the Wife's laptop too
    12)  Disconnect the Firewire cables from both laptops
    13)  Power up the Wife's laptop normally
    14)  Launch the FInder and drill down to Applications. Look for iPhoto and launch it
    15)  iPhoto will either pickup the "iPhoto Library" that was previously restored after reimaging with Snow Leopard or you may be prompted to manually associate a library with iPhoto.
    16)  Once complete, you'll se all the restored pictures and data from when before the original hard drive crashed. Wife will be pleased and you'll look like a Genius
    This is a really handy trick for troubleshooting a lot of install and restore related issues.
    Hopefully you'll find other uses for it too.
    Good Luck,
    TheHighSierras

    I think the problem is that you can't install an older OS X version onto a system running a newer OS X version. So I would try the following:
         1. have an external disk or create another partition on an internal drive to use for the Mountain Lion install (you might have to shrink an existing partition to make room for another)
         2. Create an external bootable USB thumb drive with the Mountain Lion OS on it (do a search on the web for this - for example see http://www.macworld.com/article/1167857/how_to_make_a_bootable_mountain_lion_ins tall_drive.html
         3. Reboot Yosemite and then boot from the USB thumb drive by holding down the option key
         4. run the mountain lion installer and install on the new disk/partition you created in step 1 - it will also create another recovery partition from this same part of the disk
    Now your Mac system will have both a Mountain Lion install as well as the Yosemite install. You won't be able to use Migration Assistant to move things from Yosemite to Mountain Lion because it will see that you're "going backwards" and won't allow you to.
    Have a good backup of everything before starting in case there are problems.
    Good luck...

  • Adobe AIR desktop app with an embedded runtime

    Hi,
    Does an Adobe AIR desktop app with an embedded runtime (standalone/portable)  that got published on Windows work on a Mac too?
    Thanks

    No, you need to compile a "bundle" with ADT on each platform. On Windows it creates a directory with an .exe and the AIR runtime. On OS X it creates a .app file.

  • JDK 1.6 update n and compile with JRE

    With the new optimizations of the install of a JRE with java 6 update n, is it possible to compile with jre and just the parts of the jre that you need for your application? That is can we distribute a java application that only have the parts of the JRE that it needs to a user that do not have any JRE isntalled and he can run it?
    Thanks
    WildChild

    The license of Sun does not allow you to distribute just part of the JVM. The only solution to run your application in a computer without JVM is bundle your whole JRE folder together with your application.
    At first it sounds bad, but if you use an installer to compress your files, the JRE will be around 14mb.
    Check this tool

  • Windows Crashes with JRE 1.4.2  When Moving around JDialog

    Hi!
    I work on a Java Applet/application that was originally written to run on java 1.1 -- only AWT that too. Recently I managed to convince my manager (and his manager and his manager) to migrate from the AWT framework on java 1.1 (Microsoft JVM that is ) to Swing/JFC on Sun Java 1.4.2 ... it took a lot of explaining, demostrating, begging, pleading etc., to get this project funded.
    Now, my app is all developed in JFC and ready for deployment and during testing found a potential show stopper -- When a Dialog Box or any moveable componant (internal windows etc) is moved around (holding down the mouse on the title bar of a dialog and dragging it around), the OS simply froze up ... nothing could be done other than power cycling the PC. Does anyone know if its a bug in JRE 1.4.2 and if it has been fixed?? This could potentially result in rolling back to AWT :(( .... and of course me looking like a fool in front of my manager!!
    ..... Please provide any suggestion other than moving to JRE 1.5.x beta. I've also noticed this happening in other Java Applications (Netbeans for example). So, I think this is a major bug the JRE 1.4.2.
    A million thanks and few Duke Dollars for anyone pointing me in the right direction.
    Note:
    1. This problem is not just with my app ... some other java apps that are installed on my workstation (like netbeans) behave the same when Moving Around dialog boxes.
    2. The behaviour is very random. But it has happened multiple times (and the very first time my manager run our app on jre 1.4.2)
    I would give a million dollars if I had them. But for now, please do with the million thanks and few duke dollars.

    Have you tried this on another machine?Yes ... actually this has happened on a few workstations here ... all of them are Pentium IV based dell workstations running Windows 2000.
    What exact version of 1.4.2 did you download?Java(TM) Plug-in: Version 1.4.2_04
    Using JRE version 1.4.2_04 Java HotSpot(TM) Client VM
    Have you searched the bug database? This one could be related to yours:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4673572
    This sounds similar but the difference is its not just the app that feezes up (so that you could do an alt+ctrl+del and kill it)..... the OS freezes up and you can move the mouse around still the system even queu e is not full and eventuall all I hear is the beeping. At this point I've to power cycle.
    Is there any way you could post the code or is it too big? Or, have you tried just creating a very small >application or applet that just shows one dialog, and if so, does that show the same problem? (What I'm >trying to get at here is - is it something in your code that is causing this, or something in the JRE, or >perhaps something to do with your machine's configuration/OS?)Unfortunately I cannot post the code ... its company rules and regulations. I've tried creating a very small app and it appears to work ok .... but randomly causes this freeze up. There is no definate pattern (except that it happens when you move around a JDialog or a JInternalFrame) . It could freeze up some time and work perfectly fine at other times. It has actually happened on other applications too (Netbeans, JEdit etc). That's why I suspect this might be a obscure bug in the JRE.
    I'll try to find a pattern so that it can be re-produced by everyone.
    Thanks for the help.

  • Troubles with JRE 1.4.2 and iReport (with db2 connection)

    Hello everyone. My company is developing a product, and the client is working with JRE 1.4.2 . They (the client) are using db2 Database. We are using iReport to generate the product reports, but we encounter a problem with it - the report will compile and report (in any format) only once - afterwards, iReport will suddenly freeze and will stop to respond.
    Trying the same thing with JRE 5.0 worked perfectly, with not troubles at all (but we cannot ask our client to upgrade to JRE 5.0, of course)
    Anyone has any idea about how to fix this problem? perhaps there's a patch or something of the sort?
    I forgot to mention, there's no error message at all, and if any, it's a javaw.exe application hang.
    Any idea's?
    Thanks,
    Matt.

    Have you tried this on another machine?Yes ... actually this has happened on a few workstations here ... all of them are Pentium IV based dell workstations running Windows 2000.
    What exact version of 1.4.2 did you download?Java(TM) Plug-in: Version 1.4.2_04
    Using JRE version 1.4.2_04 Java HotSpot(TM) Client VM
    Have you searched the bug database? This one could be related to yours:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4673572
    This sounds similar but the difference is its not just the app that feezes up (so that you could do an alt+ctrl+del and kill it)..... the OS freezes up and you can move the mouse around still the system even queu e is not full and eventuall all I hear is the beeping. At this point I've to power cycle.
    Is there any way you could post the code or is it too big? Or, have you tried just creating a very small >application or applet that just shows one dialog, and if so, does that show the same problem? (What I'm >trying to get at here is - is it something in your code that is causing this, or something in the JRE, or >perhaps something to do with your machine's configuration/OS?)Unfortunately I cannot post the code ... its company rules and regulations. I've tried creating a very small app and it appears to work ok .... but randomly causes this freeze up. There is no definate pattern (except that it happens when you move around a JDialog or a JInternalFrame) . It could freeze up some time and work perfectly fine at other times. It has actually happened on other applications too (Netbeans, JEdit etc). That's why I suspect this might be a obscure bug in the JRE.
    I'll try to find a pattern so that it can be re-produced by everyone.
    Thanks for the help.

  • Sending "Cookie" header  with JRE 1.5.0_07 doesn't work with JWS

    Hi
    I have a JWS application that runs from JRE 1.4.0_XX to JRE 1.5.0_06
    The app sends a "Cookie" header to our webserver
    HttpURLConnection tc = (HttpURLConnection)repository.openConnection();
    tc.setRequestProperty("Cookie", "GLINK=TOKENID");
    Now this has worked thru 20 different runtime versions since 1.4.0_xx until JRE 1.5.0_07 was released. My code has remained unchanged for 3 years. And with JRE 1.5.0_07 the "Cookie" header is simply gone in the webserver or never sent at all. The changelog for 1.5.0_07 only has a rough description of what has changed. I can see that SUN has made som changes to class HttpUrlConnection in 1.5.0_07 by comparing class files against 1.5.0_06 and apparently disturbed som funtionality that worked before. Other headers are received but not the "Cookie" header. If the application is executed without JWS, for example with Eclipse or Jbuilder, the "Cookie" header is received by the web server and all other headers as well.
    Any ideas what SUN has done in 1.5.0_07 and JWS ?? and more specifically in class URLConnection or HttpURLConnection.
    Here is some code example to test the issue:
    Run this code with and without Java Web Start
    With JWS, the "Cookie" header is never received by the server.
    without JWS, the header value is reveived.
    import java.net.*;
    import java.io.*;
    public class HTTPTest
    public static byte[] crLfArr = {13,10};
    public static String contenttype_ = "text/plain";
    public static BufferedReader retval = null;
    public static void main(String[] args) throws IOException
    int tecken = (int)'X';
    String boundary = "12345xyzzy";
    URL repository = new URL("http://myserver");
    URLConnection tc = (URLConnection)repository.openConnection();
    tc.setDoOutput(true);
    tc.setDoInput(true);
    tc.setAllowUserInteraction(false);
    tc.setRequestProperty("Content-Type"," multipart/form-data; boundary=" + boundary);
    tc.setRequestProperty("Cookie", "GLINK=TOKENID");
    OutputStream out = tc.getOutputStream();
    printPartHeader(out, boundary, "filtag" , "filnamn");
    out.write(tecken);
    printEndBoundary(out,boundary);
    out.close();
    retval = new BufferedReader(new InputStreamReader(tc.getInputStream()));
    public static void printEndBoundary(OutputStream out, String boundary) throws IOException
    String str;
    str = "--" + boundary + "--";
    out.write(str.getBytes());
    out.write(crLfArr);
    out.write(crLfArr);
    public static void printPartHeader(OutputStream out,
    String boundary,
    String field,
    String filename) throws IOException
    String str;
    printBoundary(out,boundary);
    str = "Content-Disposition: form-data; name=\"" + field + "\"";
    out.write(str.getBytes());
    if (filename.length() > 0) {
    str = "; filename=\"" + filename + "\"";
    out.write(str.getBytes());
    out.write(crLfArr);
    str = "Content-Type: " + contenttype_;
    out.write(str.getBytes());
    out.write(crLfArr);
    out.write(crLfArr);
    public static void printBoundary(OutputStream out, String boundary) throws IOException
    String str;
    str = "--" + boundary;
    out.write(str.getBytes());
    out.write(crLfArr);
    Regards
    Jojje

    Hi,
    I decompiled the HttpURLConnection implementation in question from the rt.jar file. I do not think that you can find the source code for these SUN-specific implementations anywhere (except maybe through the new Java 6.0 collaboration process).
    JAD did the trick.
    For the standard classes (packages java.*, javax.*), I think that the most current source code is included in the corresponding JDK download.
    As to the JWS vs. standalone effect, I do not know what happens there.
    Maybe Java uses a different HttpURLConnection implementation when running as a standalone application?
    For our applet, the problem is definitely there. The cookie header was set but already removed when the CookieHandler method was called.
    The trouble is, that our applet can operate multiple independent sessions (with different session-ids), so a global CookieHandler is not an option. The only reason why I previously had to implement my own CookieHandler implementation in 1.5 was in order to remove unwanted Cookies which were otherwise inherited from the browser session by the CookieHandler�s applet default implementation.
    I also entered a bug report (on Wednesday already)...
    regards,
    Gunnar

  • Native iOS app with MAF logon components: Linking fails

    Hi all,
    I try to compile a SDK 3.0 project with MAF logon components.
    I followed this tutorial and finally got a running iOS app with the dependencies for the SDK: Getting started with SMP3 Native OData iOS apps
    Now I would like to add MAF logon component usage. The Sybase guide describes this under Developing with MAF Logon.  I copied the basic initialization steps from there to my project.
    However, although I have all the required headers, the linker fails trying to find the implementation for MAFLogonUIViewManager.h
    I guess I did not add a dependency properly. In which of the files/bundles added should this component be?
    Best, Martin

    Hi,
      I am having a similar issue. I am following the same instructions. At the point where I create the LogonHandler, the file MAFLogonManagerNG.h is not found by Xcode. This file does not seem to be present in the SDK either. When I comment it out, the MAFLogonUIViewManager is not recognized.
    Have you been able to resolve your issue?

  • Package command line app with AIR app

    Forgive me if I seem completely dense, but I've been googling and forum finding and hair pulling all day on this.
    I wrote a command line application and I call it from my air application.  It all works just fine, but right now the location of the command line application is hard coded.  I want to know:
    1) What is the actionscript that allows me to refer my nativeProcess call to a an application that is packaged with the air app when I export?
    2) Where do I place the command line application in the file system of flash builder to bundle it with everything when I export?
    I realize it'll be different for mac and windows, but I need to do both.  I'm starting with the mac.  Right now as far as I know I can put the command line app in the source folder and that all ends up in the .app/contents/resources folder, but I'm not exactly sure how to reference that in actionscript or if I can or if I should?  I don't know.  Clue me in?

    Can you not use File.applicationDirectory.url as a base?

  • How do I associate a captive-runtime AIR app with a filetype on OSX, without breaking codesigning?

    The documentation from both Adobe and Apple says that it is required to change the Info.plist file in order to associate an app with a filetype
    However, one is also required to codesign the app in order to pass through OSX's Gatekeeper security restrictions.
    How can I get pass this problem? If I codesign from within AIR, and then change the Info.plist in the exported bundle, won't it break the codesigning?

    Have you tried using NativeApplication.nativeApplication.setAsDefaultApplication(extension:String) method?
    According to the documentation:
    "Sets this application as the default application for opening files with the specified extension.
    Note: This method can only be used with file types declared in the fileTypes statement in the application descriptor."
    I used it successfully in the past when creating a video player app for Mac/Windows that became the default for FLVs and F4Vs, but it was before captive runtime was available so Im not sure if that makes a difference or not. Also not sure how this affects code-signing but might as well give it a shot if you havent tried it or if you know it wont break anything. If you are using Flash CS6 or CC, just remember to add the file extension(s) you want to associate under AIR Settings -> Advance -> Associated file types. Not sure how Flash Builder handles those settings.
    NativeApplication - Adobe ActionScript® 3 (AS3 ) API Reference

  • /u01/app/oracle/jre/1.1.8/JRE

    Where should this link point to right now, mine points to itself. When I launch via ./JRE, I get error:
    To many levels of symbolic links. I think this is becasue JRE links to JRE which links to JRE which...you get the picture.
    Anyway, I am wondering where this is supposed to link to. I suppose I could just link it to:
    /u01/app/oracle/jre/1.1.8/bin/jre
    or should this point to the JRE external to oracle in /usr/local/java/bin/jre?
    Interesting, why the need for 2 jre's on one system. Could be confusing if they were different versions.
    Keehan
    By the way, the links at: http://www.thomasfly.com/Oranux/ http://jordan.fortwayne.com/oracle/817.html
    led to a flawlesss install of 8.1.7 on RH 7.1. Thanks to the maintainers of those sites for great info. Oracle should pay you to document their products.
    Keehan

    Hi,
    I have the same problem when I installing Oracle Ebusiness suite 11.5.9 with Oracle RDBMS 9.2.0.3 on Solaries 10 with JDK 1.3.1_15

Maybe you are looking for

  • Need to remove syles/images via CrystalReportViewer

    I am trying to embed a report in the app. I only need the report (minus the toolbar, "main report" tab, printLayout and border gifs) I was able to remove the a) toolbar, b) "main report" tab, c) partial background style - using setDocumentViewType -

  • Gtk+-1.2.10-33 - devel

    Does anyone know where I can find the gtk+-1.2.10-33 devel package? Many Thanks Ricardo

  • File too big to fit on a 4.7 DVD-RW

    I play the sims 2 and my EA Games folder is 4.78GB but the DVD-RW's I have are only 4.7 GB..how do I go about trying to burn the EA Games folder to my DVD-RW without having to use another disc? This is my very first time trying to burn such a big fol

  • Oracle Apps R12 iRec URL Redirection issue

    Dear Friends, We have configured R12 i-Rec in an server and placed in DMZ. we have made this server as external and we have made the irec responsibilities to external and using the DMZ Server URL we were able to work without any issue. Now to publish

  • IPhone 5 Battery Fault?

    My iPhone 5 has been nothing but a pain since I got it. Firstly it came and the cable didn't work, so I got a new one, then the second one broke as well and I got a third. Now, two days later I am finding the battery dies very, very quickly. Probably