JVM running with LINUX operating system on I686

Is there a JDK that runs in an I686 machine with linux as operating system.
I can't raise a mule server because JVM seems to not recognize the hardware.with I686.
I am not an expert in JAVA but it seems to give the following error.
I am getting this error. I may be wrong about JVM. But I have no problem with
windows 2003 and windows XP.
E/lib/boot/*.jar
Command[0] : java
Command[1] : -Dmule.home=$MULE_HOME
Command[2] : -Dmule.base=$MULE_BASE
Command[3] : -Dmule.bootstrap.library.download.description.1=javax.activation.DataSource,/javax/activation/activation/1.1,activation-1.1.jar
Command[4] : -Dmule.bootstrap.library.download.description.2=javax.mail.Message,/javax/mail/mail/1.4,mail-1.4.jar
Command[5] : -Dm2.repo="$M2_REPO"
Command[6] : -Xmx512m
Command[7] : -Djava.library.path=$LD_LIBRARY_PATH:$MULE_HOME/lib/boot
Command[8] : -classpath
Command[9] : $MULE_LIB:$MULE_EXE/../conf
Command[10] : -Dwrapper.key=TK24FBmV2QO4iL1C
Command[11] : -Dwrapper.port=32000
Command[12] : -Dwrapper.jvm.port.min=31000
Command[13] : -Dwrapper.jvm.port.max=31999
Command[14] : -Dwrapper.debug=TRUE
Command[15] : -Dwrapper.pid=12651
Command[16] : -Dwrapper.version=3.2.3
Command[17] : -Dwrapper.native_library=wrapper
Command[18] : -Dwrapper.cpu.timeout=10
Command[19] : -Dwrapper.jvmid=1
Command[20] : org.mule.module.boot.MuleBootstrap
Command[21] : -config
Command[22] : hello_config.xml
Command[23] : console0
Launching a JVM...
The java class is not found: org/mule/module/boot/MuleBootstrap
Signal trapped. Details:
signal number=17 (SIGCHLD), source="unknown"
Received SIGCHLD, checking JVM process status.
JVM process exited with a code of 1, setting the wrapper exit code to 1.
JVM exited while loading the application.
JVM was only running for 0 seconds leading to a failed restart count of 1.
Zeins

If you get something like$ java -version
java version "1.4.2"
gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.maybe you should install a Sun JDK.

Similar Messages

  • Problem in the jvm running in OS2 operating system

    Friends,
    It's a very urgent need for me.
    Please help me to solve this problem.
    I have a client server architecture based on RMI.
    The server runs in windows(jdk 1.4.2)
    and the client runs in OS2 (jdk 1.1.8). (we have no other choice but to use this jvm. forgive me please).
    The server is used to upload and download files to the client.
    That all works fine.
    But as part of my application, I should explore the files in the remote client.
    But the jvm in the OS2 is not returning the file.lastModified() correctly.
    It is displaying one hour less than the actual date.
    I just get the last modified date like this
    Date modDate = new Date(myFile.lastModified());
    But it is always returning one hour less than the actual date.
    I've checked the date and time in the client machine.
    It's same as that in the server.
    Is that a bug ....?
    Plz help me..guys.
    regards,
    james selvakumar

    The server runs in windows(jdk 1.4.2)
    and the client runs in OS2 (jdk 1.1.8). (we have no
    other choice but to use this jvm. forgive me
    please).Forgive? No, but may I extend my condolences?
    But it is always returning one hour less than the
    actual date.Wild guess - is it possible that your system clock is on a standard time and that this is the filestamp being picked up, but that you've now moved onto daylight savings time so that the time reported by other applications is an hour out?
    It just seems like a bit of a coincidence that the US (I think) goes onto daylight savings this weekend and that the UK did last weekend...
    Sorry I can't help beyond that suggestion of a possible explanation; I don't have an OS/2 build around any more (Hallelujah!)
    Dave.

  • Interaction between Linux operating system and WindowsNT

    Hi,
    I have a Gatekeeper built in with Linux Operating System. This GateKeeper checks whether the customer is valid or not. If he is valid person the connection will be establish.
    I have Database on SQL server in WinNT. Here he is having his Account Database.
    My problem is:
    If the customer making call, if that customer having no bugs, that call will be disconnect at that time.
    Can anybody help this one to me.
    Thanks & regards

    Hi,
    I have a database in my SQL server. My operations are running in Linux system.
    If the client having zero bugs. i have to send one agent to Linux. This agent has to stop that particular operation.
    Thanks & regards

  • Adding a Linux Operating System To the HP computeers with Windows 8.1

    In Feb this year, I purchased an HP Envy 700-216 computer which came with Windows 8.1 installed. As everyone is now finally realizing, even Microsoft, Windows 8 and 8.1 sucks and is shortly going to be replaced and made obsolete!! I knew this when I purchased the computer, but no one could tell me how to add a Linux operating system to it, including the technicians at Ofice depot and the ones at HP support. We could get the HDD partitioned, but the BIOS always reset when the computer was rebooted. . 
     I finally figured it out on my own which required quite a bit of research. This information ought to be available via HP support (It was not!!!).
    Briefly, I had to go into the BIOS and then download my Linux distro of choice (Linux Mint Debian Edition) which provides a very easy to operate partitioning system. I allowed only 500 Gigs of space for the Windows OS leaving the rest of the 2 TiB drive for my Linux Distro. . Then I downloaded and installed reFind, a freebie which allows the easy selection and setting of the preferred operating system. 
    If anyone else would like to know how to do this, please contact me and I'll try to walk you through it.
    H.R. Parker

    Never mind, I think I hacked up my own solution to the question:
    USE [VirtualManagerDB]
    GO
    INSERT INTO [dbo].[tbl_IL_OS]
    ([OSId]
    ,[Name]
    ,[Description]
    ,[Architecture]
    ,[OSFlags]
    ,[VMWareGuestId]
    ,[OSType])
    VALUES
    ('EBAB54C0-A9FA-4A3F-A21C-94775B96A6E5' /* Generate UUID */
    ,'Debian GNU/Linux 6 (64-bit)' /* Limited to 64 Chars */
    ,'Debian GNU/Linux 6 (64-bit)' /* Longer description of Linux Distro */
    ,'amd64' /* Use x86 for i386, amd64 for x86_64 */
    ,'28' /* This remains constant */
    ,'otherLinux64Guest' /* This is meant for VMware, go lookup the VMX spec files for this value */
    ,'1') /* Leave this at one, that's what the other OSes looked like */
    GO
    All posted advice may not be all that accurate. As always, test it in a lab before you try my advice! Best of all, the documentation is your friend.

  • I am running Mac OS X 10.5.8 and I cannot download Firefox 4 because it says it is incompatible with my operating system, although supposedly it is compatible with OS X 10.5

    I would like to download Firefox 4. I get an error message during download saying it is incompatible with my operating system and that it needs OS X 10.5 or 10.6 but I AM using 10.5.8, so what might be the problem?

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox
    If you prefer, you can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html

  • I am running a Mac 10.5.8 and your software says it should be compatible with 10.5, yet it says it is incompatible with my operating system. Why?

    I am running a Mac 10.5.8 and your software says it should be compatible with 10.5, yet it says it is incompatible with my operating system. Why?

    Thanks! I agree with you completely. I love my computer, it does everything I need it to. I have no reason to upgrade to a whole new computer just because it has new bells and whistles, or is marginally faster than what I have. I'm not using it for gaming, and I don't mind waiting an extra second or 2 for internet pages to load.Firefox has been a wonderful program. it would be shame if they force us to switch to something that is not as good.

  • Hello  I have an I mac with Yosemite operating system.  I installed a windows seven 64 bit on it. also i have a parallels desk top with version 10. if i run my windows  without parallels my windows and my office is activated ,but if i run my parallel

    Hello
    I have an I mac with Yosemite operating system.
    I installed a windows seven 64 bit on it.
    also i have a parallels desk top with version 10.
    if i run my windows  without parallels my windows and my office is activated ,but if i run my parallels then my windows and my office can not be activated .
    My problem is activating my windows and office through parallels desktop .
    i had installed windows an parallel desktop several times ,also i installed several times parallel tools with menu bar in parallels desk top and when i am installing parallels desktop tools in any way i can see the (CTRL+ALT )
    all of my application in windows works properly through parallels desktop except 
    activation of office and windows .
    I do not no any solution for my problem , i need for helps .thanks 

    It is not W10, it is the Technical Preview version of W10.
    Search on the Windows forums (fora for the latinist) for activation in the TP W10.

  • Whenever i try to manually sync my iPhone with a new playlist on iTunes (on my laptop), it always gets stuck in step 7, Waiting for changes to be applied, and then nothing happens. I'm running the latest operating systems on both my iPhone 5 and macbook

    Whenever i try to manually sync my iPhone with a new playlist on iTunes (on my laptop), it always gets stuck in step 7, Waiting for changes to be applied, and then nothing happens. I'm running the latest operating systems on both my iPhone 5 and macbook

    I really don't appreciate the fact that no one from Apple seems to be dealing with the many, many threads that have started on this topic since iOS 7 came out. In any event, I seem to have solved my problem with a full software restoration -- that is, iOS software restoration.
    I clicked on "Restore iPhone..." which does a complete reinstall of the iOS but also all apps, photos, songs, etc. Took about 45 minutes, but seems to have worked.
    I had previously tried reverting to a backup of my iPhone, but that did not solve the problem. Only a full restore solved it.

  • NB550D-10G - Linux operating system

    I have recently bought an NB550D-10G and have not yet used it.
    I'm not a Windows fan and with a new desktop PC my first move would be to replace Windows with some form of Linux operating system.
    However, before doing this on this netbook I want to check what the effect is likely to be on some of the features. I am interested in the following:
    1. Dolby Advanced Audio
    2. USB sleep and charge
    3. Sleep and music
    4. Power management
    5. Any other functions
    For example, am I going to be able to use the sleep and music function when running Linux, or is this dependent on Windows or other pre-installed software?

    Linux has problems with sleep, so I wouldn't expect to have immediate results with #2 and #3. Power management (#4) can be poor because Linux drivers are often written in a way that uses more power than needed.
    I'd suggest doing a search for your specific issues in a Linux forum, because someone probably has fixes for these issues, but it won't be automatic. It will, however, be worth the effort in the end.

  • Installing Oracle Web Tier 32-bit on a 64-bit Linux Operating System

    Hello,
    We're trying to install the 11.1.1.2 32-bit web tier on a RHEL 5 64-bit system following these directions: http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14770/install.htm#CHDCGDJG
    We're trying to figure out the equivalent on our system to these notes:
    "c.Using a text editor such as vi, create a new file called gcc41 that contains the following conent:
    #!/bin/sh
    exec /usr/bin/gcc.orig -m32 -static-libgcc
    -B/usr/lib/gcc/i586-suse-linux/2.95.3/ $*
    Note:
    The file i586-suse-linux/2.95.3 may differ slightly depending on the exact version of your Linux operating system. Verify the exact version of your Linux operating system in use; search for the 32bit directory in /usr/lib/gcc and obtain the exact file name."
    We think ths might be the closest thing:
    [root@server1 32]# pwd
    /usr/lib/gcc/x86_64-redhat-linux/4.1.1/32
    [root@server1 32]# ls
    crtbegin.o crtbeginT.o crtendS.o libgcc.a libgcc_s.so libgomp.a libmudflap.a libmudflapth.a libstdc++.a libsupc++.a
    crtbeginS.o crtend.o crtfastmath.o libgcc_eh.a libgcov.a libgomp.so libmudflap.so libmudflapth.so libstdc++.so
    Can someone tell us what "file" they are speaking of in this environment? Or is that "2.95.3" a directory??
    Thanks for the help!

    For anyone that might run into the same problem, here's what needs to be in the gcc41 for a RHEL 5 64-bit platform:
    #!/bin/sh
    exec /usr/bin/gcc.orig -m32 $*

  • HELP!! Authorization in the same laptop with different operation systems

    My BF installed Win 7 operation system on his laptop yesterday and re-authorized it when he used iTunes. However, when he finished authorization, a dialog block showing that "*Including this one, you have authorised two computers out of your available 5*" appeared; what's worse, when he connected his iPhone to the laptop, it deleted all the bought apps in the iPhone, instead of synchronizating.
    I also want to install Win 7 operation system, but I'm afraid that the same thing would happen again (to my iTouch).
    We're quite confused that why the authorization in the same laptop with different operation systems is counted as two times. Friends who know please tell us whether this is the case.. If not, please tell us how to deal with it as we frequently re-install operation system for quicker operation.
    Message was edited by: Shiwen
    Message was edited by: Shiwen

    It's the *operating system* that is authorised, not the particular user profile or the hardware. Before upgrading/reinstalling deauthorise and you won't run out...
    tt2

  • Can i run multiple osx operating systems on my mac book pro?

    hello, i was wondering if i can run multiple osx operating systems on my mac book pro? i currently have the latest version of lion but many of my applications require snow leopard to operate... thank you for any help.

    The easiest solution is to partition your drive to provide a second partition on which you can install Snow Leopard. It need not be a large partition because you can still access applications on the other partition.
    To resize the drive do the following:
    1. Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    After the main menu appears select Disk Utility and click on the Continue button. Select the hard drive's main entry then click on the Partition tab in the DU main window.
    2. You should see the graphical sizing window showing the existing partitions. A portion may appear as a blue rectangle representing the used space on a partition.
    3. In the lower right corner of the sizing rectangle for each partition is a resizing gadget. Select it with the mouse and move the bottom of the rectangle upwards until you have reduced the existing partition enough to create the desired new volume's size. The space below the resized partition will appear gray. Click on the Apply button and wait until the process has completed.  (Note: You can only make a partition smaller in order to create new free space.)
    4. Click on the [+] button below the sizing window to add a new partition in the gray space you freed up. Give the new volume a name, if you wish, then click on the Apply button. Wait until the process has completed.
    You should now have a new volume on the drive.
    It would be wise to have a backup of your current system as resizing is not necessarily free of risk for data loss.  Your drive must have sufficient contiguous free space for this process to work.

  • MDT 2012 - Failed to Run Action: Install Operating System Access is Denied (Error: 0000005; Source: Windows)

    Unable to deploy any image with WIM file. Vanilla or Custom Image gives the following error:
    ZTI Error – Unhandled error returned by LTIApply: invalid procedure call or argument (5)
    Litetouch deployment failed, Return code = -2147467259 0x80004005
    Failed to run action: Install Operating System.
    Access is denied (Error: 00000005; Source: Windows)
    Tried Giving Everyone Full rights to the deployment share
    Rebooted Server
    Updated Deployment Share
    Any ideas would be great!
    Thanks
    Rick
    Richard Ray

    https://skydrive.live.com/redir?resid=57E5397C8C507949!129&authkey=!AJDCfz7nGblrdQE&ithint=folder%2c.log
    Please try this link.
    Kris Da San Martino
    The SMSTS.log shows
    Expand a string: WinPEandFullOS TSManager 2/18/2014 1:35:48 PM 1508 (0x05E4)
    Executing command line: cscript.exe "%SCRIPTROOT%\LTIApply.wsf" TSManager 2/18/2014 1:35:48 PM 1508 (0x05E4)
    Process completed with exit code 5 TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    !--------------------------------------------------------------------------------------------! TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Failed to run the action: Install Operating System.
    Access is denied. (Error: 00000005; Source: Windows) TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Sending status message . . . TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Set a global environment variable _SMSTSLastActionRetCode=5 TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Clear local default environment TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Let the parent group (Install) decides whether to continue execution TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    The execution of the group (Install) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows) TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Failed to run the last action: Install Operating System. Execution of task sequence failed.
    Access is denied. (Error: 00000005; Source: Windows) TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Sending status message . . . TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,767) TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Task Sequence Engine failed! Code: enExecutionFail TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    **************************************************************************** TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)
    Task sequence execution failed with error code 80004005 TSManager 2/18/2014 1:51:00 PM 1508 (0x05E4)

  • Unable to Verify Sun Microsystems' (Bought over by Oracle) Java 6 Update 21 Plugin in Firefox 4.0 Beta 3 in Fedora 11 x86_64 64-bit Linux Operating System

    My Fedora 11 Linux operating system is 64-bit (currently running standard Fedora kernel, NOT Xen pv-ops Dom0 kernel)
    My Firefox 4.0 Beta 3 web browser (above Firefox 3.6.8 already) is 32-bit.
    My Sun Java 6 Update 21 Plugin is also 32-bit.
    In about:plugins in Firefox, I get:
    Java(TM) Plug-in 1.6.0_21
    File: libnpjp2.so
    Version:
    The next generation Java <http://java.sun.com> plug-in for Mozilla
    browsers.
    MIME Type Description Suffixes
    application/x-java-vm Java^(TM) Plug-in
    application/x-java-applet Java^(TM) Plug-in Applet
    application/x-java-applet;version=1.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.3 Java^(TM) Plug-in
    application/x-java-applet;version=1.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.2.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.2.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.3 Java^(TM) Plug-in
    application/x-java-applet;version=1.3.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.4 Java^(TM) Plug-in
    application/x-java-applet;version=1.4.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.4.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.5 Java^(TM) Plug-in
    application/x-java-applet;version=1.6 Java^(TM) Plug-in
    application/x-java-applet;jpi-version=1.6.0_21 Java^(TM) Plug-in
    application/x-java-bean Java^(TM) Plug-in JavaBeans
    application/x-java-bean;version=1.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.3 Java^(TM) Plug-in
    application/x-java-bean;version=1.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.2.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.2.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.3 Java^(TM) Plug-in
    application/x-java-bean;version=1.3.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.4 Java^(TM) Plug-in
    application/x-java-bean;version=1.4.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.4.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.5 Java^(TM) Plug-in
    application/x-java-bean;version=1.6 Java^(TM) Plug-in
    application/x-java-bean;jpi-version=1.6.0_21 Java^(TM) Plug-in
    All properly installed.
    But, when I go to verify Java version, by clicking on the following internet link:
    http://www.java.com/en/download/installed.jsp
    I get "Error. Click for details".
    Here is the Java Console output detailing the error:
    Java Plug-in 1.6.0_21
    Using JRE version 1.6.0_21-b06 Java HotSpot(TM) Server VM
    User home directory = /home/enming
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class testvm2/Main.class not found.
    java.lang.ClassNotFoundException: testvm2.Main.class
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
    at
    sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
    Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.UnknownHostException: www.java.com
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at
    sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown
    Source)
    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    at
    sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    ... 9 more
    Exception: java.lang.ClassNotFoundException: testvm2.Main.class
    What's going on? And what's wrong?
    Yours sincerely,
    Mr. Teo En Ming (Zhang Enming)
    Citizenship: Singapore Citizen/Singaporean
    Facebook account:http://www.facebook.com/profile.php?id=100000750083982
    Location: Bedok Reservoir Road, Singapore 470103
    My Open Letter (Plea for Medical Help/Assistance) to World Leaders:
    http://lists.fedoraproject.org/pipermail/users/2010-August/380213.html

    There's nothing about Java connection settings and Java Control Panel in the link you have supplied.
    http://java.sun.com/javase/6/webnotes/install/jcp.html

  • I need help with my operating system

    Okay, little bit of background:
    I bought the iMac second hand from a family friend who we no longer have contact with, the operating system etc was already installed.
    The disk drive on the mac is broke (I dont have the disks anyway, so it would be no use)
    I never purchased the operating system, like I said, it was pre-loaded.
    A few programmes weren't running correctly and the computer was just generally running slowly, so I decided to just restore the system as there was no important data on it and it would run faster in the end, and I figured the programmes would run properly again once restored.
    Anyway, I unknowingly deleted the operating system in the process of the restore (I thought it would only delete personal data like it does on my windows PC)
    I have no restore disk (a broken disk drive anyway), my apple ID was not used to buy the operating system, so therefore it cant be used to restore the operating system, I also never backed up the harddrive externally so it cant be reinstalled from that.
    My problem: I have no operating system and no way of recovering it. I read about Mavericks and because its free, I decided to try and download it, but with no operating system, the mac can only run 'Safari' and wont save things I try to download to the harddrive (it just says theres no space and the download doesnt happen). I also tried to access the App Store from Safari to try to download OS X lion on my apple ID, but once again, when using Safari on a mac without an operating system, it is very restrictive and I cant access the download page.
    I have no idea what to do and live miles away from the nearest apple store.
    Thanks in advance for any help provided by anyone.
    Jordan.
    Additional information:
    Its a 2007 iMac which was running OS X Lion 10.7.4 (I think, it was definitely Lion though).
    Serial No. is W8*******X85
    <Edited by Host>

    Ah. Well, then you have an itty-bitty problem. You need to backup your files to start with. You will need your retail Snow Leopard installer DVD which your friend should have provided to you. If he did not then ask him to bring it to you. It belongs to you along with the original distribution discs that came with computer when it was new.
    Do the following once you have the Snow Leopard DVD:
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. Be sure you configure your initial admin account with the exact same
             username and password that you used on your old drive. After you finish Setup
             Assistant will complete the installation after which you will be running a fresh
             install of OS X.  You can now begin the update process by opening Software
             Update and installing all recommended updates to bring your installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.
    Upgrading to Lion
    You can purchase Lion at the Online Apple Store. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    After you sign into your App Store account with your Apple ID click on the Redeem option under Quick Links to download your copy of Lion.
    As an aside to this: All actual 2007 iMacs are able to run Mavericks. So rather than buying Lion you may prefer to upgrade to Mavericks which is Free.

Maybe you are looking for

  • Lacie External Hard Drive Problems

    I have recently purchased a Lacie 250 gb external hard drive. I installed Tiger on the external hard drive choosing the Erase and format (Journaled) option. The hard drive does mount on the desktop, and is accessible. However, I am unable to select t

  • How to import a excel file into database?

    hi all, How can I import a excel file into database? What I need to do first? Thanks, Amy

  • Bug: numeric schema names not managed correctly

    If a schema name consists of numbers, the generated SQL will always fail. In this case, it should put double-quotes around the schema name. For example, dragging a table over to the query pane will generate a select statement, but since it does not e

  • IPlanet Web Server startup error

    ld.so.1: ns-httpd: fatal: relocation error: file /opt/Netscape/iplanet/servers/bin/https/lib/libns-httpd40.so: symbol __0dK__RT_CLASSG__vtbl: referenced symbol not found

  • Using Mail, Calendar and Delegated Admin

    I�ve installed mail, calendar and delegated admin for one of the domains I�m hosting. I can�t figure out where I can adjust the settings for service packages ex earth. I�d like to have 60 mb mail box in stead of 6. (Changing this on user level in LDA