Lost all java support

Call me a newbie, but since I had to resintall my machine usnig a "service pack 2 edition" of windows XP not only I lost all java support, but also it won't even let me install netbeans as there's no longer a virtual machine in explorer. I installed Netscape to see if that fixed the problem, but it still won't let me install netbeans, same "no virtual machine found" message in the way. Is there any way I can recover java support?

You apparently need to install the Sun's Java Software Develeopment Kit (SDK), from this page (if you want the most current Java 5 version):
http://java.sun.com/j2se/1.5.0/download.jsp
This is needed before you can install Netbeans.

Similar Messages

  • Why no JAVA support ,very disappointed

    It seem to be less Java support on Nokia rather than others languages ???for instance i just looking for last ten years 1992 technology that is SMS and how to send a sms using java ...???the answer is no.
    Is Java that bad ???....
    :<

    Hi everybody ,
    For guy supporting Java ,please reply can i am going to choose Java or Microsoft.
    I developing some Nokia wireless programming using VB and C++ and found very easy to use but in term of stability Microsoft is still not the best .
    Can any one can recomment what platform should i use for building up a wireless transaction .Please give some idea on performance wise ,stability ,scalability and ease of use so on.Currently i am using a Nokia phone connect to a PC but the transaction for these project is high(200 per day) ,so please give recommentation ,say how to do it with a SMS gateway.
    It goes like this .
    First program
    1.Received incoming call and capture the incoming call number using NOKIA phone or better recommentation
    2.Reply an SMS message to the caller
    Second program
    1.Read incoming SMS message ,probably need a listening event on Nokia Phone or better recommentation
    2.Read SMS and reply SMS
    Please reply for all Java supporter ...Please recomment the best plat for should i use and what gateway or phone should i choose.
    TQ,
    Wikey
    SCJP .

  • No java support

    I am never able to load java applets in Mac OS X Tiger? Can anyone help me out? I am writing some Java Applet and am unable to test it on my apple laptop at home, as opposed to my linux box which is not at my disposal currently.

    Hi everybody ,
    For guy supporting Java ,please reply can i am going to choose Java or Microsoft.
    I developing some Nokia wireless programming using VB and C++ and found very easy to use but in term of stability Microsoft is still not the best .
    Can any one can recomment what platform should i use for building up a wireless transaction .Please give some idea on performance wise ,stability ,scalability and ease of use so on.Currently i am using a Nokia phone connect to a PC but the transaction for these project is high(200 per day) ,so please give recommentation ,say how to do it with a SMS gateway.
    It goes like this .
    First program
    1.Received incoming call and capture the incoming call number using NOKIA phone or better recommentation
    2.Reply an SMS message to the caller
    Second program
    1.Read incoming SMS message ,probably need a listening event on Nokia Phone or better recommentation
    2.Read SMS and reply SMS
    Please reply for all Java supporter ...Please recomment the best plat for should i use and what gateway or phone should i choose.
    TQ,
    Wikey
    SCJP .

  • WINDOWS 8 DID NOT SUPPORT MY PALM ZIRE 72 PROGRAM. LOST ALL DATA.

    My new windows 8 computer does not support my Palm Zire 72 software. I had my handheld charged, but unplugged and lost all my data since there was no backup. I have my old hard drive with most of the backup on it. Is there any way I can get this data back. It was YEARS of contacts that I lost. Thanks for your help.

    vhk,
    Win 8 does support Palm desktop software for Zire 72.
    I have been using it for 3 months with no problems.
    If you have 64bit Win 8 you need to download and install the Aceeca driver to HotSync.
    http://h30434.www3.hp.com/t5/Palm-OS-WinMo-Hardware-and-Software/64-Bit-Windows7-8-8-1-USB-drivers-f...
    I have my Windows UAC (User account Control) set to Never Notify.
    I set the Palm Desktop/ Properties/Compatibility to  Run this program as administrator
    I use the same PD software (4.14e) on Vista, Win 7, and Win 8 ( I HotSync my Zire 72 on all 3 PCs weekly)
    When you install the PD software skip check the  internet for updates step.
    If you can find your Palm desktop user folder on the old hard drive you might be able to copy it and paste it into the palmOne folder when you have Palm Desktop installed on the Win 8 PC.
    User folder path for PD 4.1for XP & Vista is: Computer (C drive)/Program Files/ palmOne/User ID (same as Zire 72 last Hotsync)
    User folder path for PD 4.1for Win 7 & 8 is: Computer (C drive)/Program Files (x86)/ palmOne/User ID (same as Zire 72 last Hotsync)
    If you had a long user ID on the Zire 72 it will be shortened to 5 or 6 characters in the palmOne folder.
     http://h30434.www3.hp.com/t5/Palm-OS-WinMo-Hardware-and-Software/How-to-copy-Palm-Desktop-data-to-a-...

  • HT4623 I lost all information of My i phone ID ,  my finger print configerd  before getting locked , can it help ? If no i have all purchsing information  Please help to do needfull support.

    I lost all information of My i phone 5S  ID , i phone  device massage appears asking to make activation by that missed ID information.  my finger print configerd  before getting locked , can it help ? If finger print will not help i have all purchsing information from Apple online shooping .
    Please help with needfull support.
    Appreciated your attention &amp; support .

    Hi morton2,
    Thank you for using Firefox Sync. Without a recovery key, I am sorry you cannot recover right away. I know at the top of my head that it is possible to move the account to the new Firefox sync. [https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync How to set up the new sync]
    However this is currently not available in version 28, but version 29 (Beta and Aurora) On those versions you can go to about:accounts and select I already have an account. It *as far as I know* does not require a recovery key.
    Once you have it set up, make a copy of the profile folder. you can copy it to the new installation of version 28 if that is the version you wish to continue using.
    I hope this helps.

  • As iMac user upgraded to Mountain Lion and lost all Legacy connection with years of Apple/Mac data storage. How can recovery since every default says "no longer supported, After years of Mac software use now it is not accessible ??????

    As iMac user upgraded to Mountain Lion lost all Legacy connection with years of Apple/Mac data storage. How can recovery since every default says "no longer supported, After years of Mac software use now it is not accessible ??????

    Please provide more details. What version OS X were you using?
    Are you saying that Mail faIled to upgrade and you lost your old mail?
    Are you asking about PowerPC applications that require Rosetta to run like AppleWorks and Microsoft Office 2004?

  • Hi All , Will Java supports Multiple Inheritance  classes???

    Hi All ,
    Will Java supports Multiple Inheritance by classes???
    Thanks in advance,
    Prakash

    No, Multiple inheritance would look like
    public class A extends B,C {(You can do that in C++, but it's rarely a good idea).That's not true at all. It's not inherently harmful, in C++ or any other language. It's entirely possible to do it correctly when it truly makes sense.
    Java just guarantees that nothing bad can happen to you by only allowing multiple inheritance of interface. You can't ever have multiple inheritance of implementation, that's all.
    %

  • Do java supports all unicode characters including telugu..??

    Hello to Everybody..!
    Iam rather new to java technologies and I want to know whether java supports telugu language and if it supports it ,how can we implement it? and is there any system requirements for it.?
    Please Kindly consider this query and Thankks in advance.

    Yes, Java supports all Unicode characters. If you want to know more about Unicode, have a look at its website:
    http://www.unicode.org/
    Telugu characters are in their code charts here:
    http://www.unicode.org/charts/PDF/U0C00.pdf
    You don't have to "implement" anything. System requirements would include a font that can render those characters. I don't know about keyboards.

  • HT201272 I lost all my files after dowloading Icloud and updating Itunes on 24 September 13.  having reloaded the computer and and files from an Emergency Backup folder I can no longer see My Library in Itunes or in Itunes store, and my ipod and ipad aren

    can anyone help with retrieving My Library in Itunes and Itunes store - having updated Itunes and Icloud on 24 September 13, my computer failed and I lost all my files which were eventually backed up to an Emergency Backup.  my computer is now working again and I have down loaded Itunes and transferred all the files from my Emergency Backup.  Non of the music went back into Itunes, so I had to find these files and manually moved them to Itunes.  The music is now in Itunes, but I no longer have the folder named My Library, which I think is the reason my Ipad, ipod no longer sync any additional music I have added to Itunes. Does anyone know how to rectify this please.
    Many thanks.  Crusey

    iTunes expects files and folders to be in very specific locations.  When you start iTunes it looks for a file called library.itl which is in the iTunes folder.  It then uses all the references in that file which tell it where all your media files are located to build up the view you normally see.  Probably you moved the library file so iTunes cannot find it and it will make a default one which is empty.  When you plug in your iPod it isn't recognizing the library since it is not the same one to which you synced last.
    Simply put, you need to undo all your file moves.  Not as eaily done as stated but since I cannot quite see from here exactly what you spent an hour doing last night it will be up to you.  Did you make a backup before doing all this?
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847
    Image of folder structure and explanation of different iTunes versions (turingtest2 post) - https://discussions.apple.com/message/13025536 and https://discussions.apple.com/message/17457605

  • Lost all of my voice memos after backup.

    When I backup my iPhone 3GS in 10.5 is it doing a full backup of the phone or just what is checked in sync. Because I lost all my voice memos by just "backing it up" before upgrading to iOS5.

    http://support.apple.com/kb/TS3694
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • I have lost all my music on my itunes library. These were not purchased items from itunes, just CDs i had imported, so I could reimport them, but would rather not do that.

    I have recently lost all my itunes library. All the CD's were imported, but I would rather not go through the laborious technique of downloading them on to my computer again. I have tried all sorts of methods to restore my library, and have now given up. I have deleted itunes completely from my computer, and  reinstalled the program.
    I have now bought itunes match.
    Unfortunately, I now realise that I will lose all the music on my phone if I use itunes match. So, is there any way of transferring the music on my iphone back to itunes?
    Can anybody help?
    Thanks.

    Hey xxCreepyFiaxx,
    First, I would try the following suggested steps for when you don't see content in iTunes after updating:
    Quit iTunes.
    Download and install the latest version of iTunes.
    Use the Finder (Mac) or Windows Explorer (Windows) to go to the iTunes folder that contains the iTunes library files:
    Mac OS X
    /Users/username/Music/iTunes/
    Microsoft Windows Windows XP and Windows 2000
    \Documents and Settings\username\My Documents\My Music\iTunes\
    Microsoft Windows Windows Vista and Windows 7
    \Users\username\Music\iTunes\
    Drag the iTunes Library file from the above location to the Desktop.
    Open the Previous iTunes Libraries folder in the iTunes folder.
    Locate the file named iTunes Library YYYY-MM-DD where YYYY-MM-DD is the date you upgraded iTunes (Year-Month-Day).
    Drag this file to the iTunes folder (the enclosing folder).
    Rename this file to iTunes Library.
    Open iTunes.
    You should now see your missing content in iTunes.
    via: No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967
    If that doesn't resolve the issue, then I'd go through the steps in here:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    Have a good one,
    Delgadoh

  • I lost all my albums on my music library from L to Z. I've got all my albums on my iPod. How can I get the music library update what's on my iPod?

    I have all my albums/songs on my iPod and I lost all albums from L to Z on my music library on itunes. What is a quick way of getting those albums from my iPod to my music library?

    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    or
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • When relocating my itunes, I lost all my metadata for albums that I had originally imported from either CD or bandcamp. Is there anyway to stop this from happening?

    I wanted to access my itunes music from an external HDD as my mac mini only has a 256GB SSD. That was fine, I did that correctly as the forums suggested, however looking through my library It appeared that I was missing a fair amount of music! Right down the bottom of my library was a whole bunch of songs with '01 *trackname* ' then a whole bunch of '02 *trackname* ' so on and so forth. This was all my missing music! I realised after a short moment that this was indeed all the music that I had imported either directly from CD or music I had bought from Bandcamp (so originally it had all the album/artist/artwork/year etc etc) Now I've had to go through and look up each album and re-sort them myself. I want to know how to make sure that if I do need to ever re-import my itunes (HDD failure etc) that all that metadata will stay the same.
    Thanks!

    AIFF and ALAC will both preserve tags in the files itself as well as what is stored in the library file.  It is still best you do the move the library properly as there are some metadata only stored in the iTunes library file and this data will be lost if you end up re-adding a file, but at least most will be saved.
    ALAC is the same quality as AIFF but smaller files (~60% original).
    Various things you mention set up small red flags.  If you are sharing a library you have to be careful.  A library is all the media plus all the support files which give it the structure you see when you open the iTunes application.  Only one person at a time can open the library file itself (iTunes library.itl).  Several people can simultaneously share media but if you want several computers using the same media at the same time you will have to set it up so
    each user has their own library file and share the same media.  The main problem there is if one person makes changes to the media the other person has to be notified because iTunes iwll not automatically update a library file if something changes in the media folder.  I could type another 30 lines on this topic and won't unless you specifically need to configure things a particular way.
    Another red flag is "network".  Is this a NAS?  Plenty of posts on the forum where iTunes has problems using those. Probably many people with no issues but it seems to be a constant issue with some.

  • Lost all my bookmarks. According to Mozilla Health Check I got 58 (thought it was more). How to I get them back? Tried to follow your notes but got nowhere.

    I have iMac upgraded to Snow Leopard. 30/7/13 obliged to reboot my computer and when it restarted found I was upgrading to Firefox version 22. Lost all my bookmarks. Understand bookmarks are in profiles/places.sqlite. Upgraded to version 23 on 7th Aug. and repeated attempts to restore bookmarks have failed.

    You can check for problems with the places.sqlite database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    If you are using the Time Machine then you can try to restore an older copy of places.sqlite
    *http://www.apple.com/support/timemachine/
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile

  • Can't install AMD driver properly lost all CCC options and 3D

    Hi everyone,
    I have HP pavilion g6 , win 7 64 bit. Amd Radeon HD 7400M series and Intel HD graphics.
    My problem started when my screen was getting  black for seconds  alot and when it comes back it said amd stopped so I decided to update the driver. 
    First I downloaded the supported driver from the site 
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-98607-2&cc=emea_middle_east...
    but every time I try installing it the install process run very quickly the screen doesn't even switch during installtion and it says driver is successfully installed although nothing was installed and nothing absolutely change.
    so I decided to download the latest amd driver from amd site14.4. I had some problems while installing but it worked fine and  I had all the options including the switchable graphics. But after a while the laptop started to hang on startup showing a blue screen saying something was incompatible.
    So I tried to update the driver from device manager and since then I lost all catalyst control center options also the switchable graphics mode and 3D in photoshop isn't working anymore and every time I close the catalyst a message come saying it stopped working. I tried many times to uninstall the driver then installing a new versin 14.9, the prvious 14.4, the supported but still nothing of them worked at all, also I tried installing with win 7 compatibility but it always gets stuck. Sorry for elongation but I'm so tired of this problem. I really appreciate any help.
    This question was solved.
    View Solution.

    Hi @Black_violet ,
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue HP Pavilion g6-1045sx Notebook and issues with graphic software. Here is the drivers for your device. I would uninstall both and restart the computer, then reinstall only the AMD. It will include the Amd Graphics Driver and Catalyst Control Center restart the computer.
    The Intel will automatically install.
    Here is a link to the HP Support Assistant. Just download and run the application and it will help with the software and drivers on your system.
    You can do a system restore. System restore will help if something automatically updated and did not go well on the Notebook.
    When performing a System restore please note remove any and all USB devices. Disconnect all non-essential devices as they can cause issues.
    Please let me know how this goes.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

Maybe you are looking for

  • Automatic Pricing for Header condition

    Hello, We have the following scenario. For an specific Sales Order type we need to charge (surcharge or a fee) a fix $$ amount at the header level. This amount should be charged only if the total value of the order is less then a fixed $$ amount. Als

  • How can I center it in the cell (above big sub-table)

    The "Cross Browser marquee II" at http://www.pafoscarhire.com/index.php how can I center it in the cell (above big sub-table) ? I try but layer goes to the center of page rather than center of cell , well ?

  • Synchronize Windows XP/Outlook 2003 with Dot-Mac?

    I'm very curious whether anyone has come across an application I can load on Windows XP that will enable me to synchronize Outlook with my Dot-Mac account. This would be an ideal application from Apple to support converts from Windows to Mac but also

  • Why does it take Firefox several minutes to load all wesites including its own?

    Opening Firefox may take minutes. Or if opens it takes minutes to access Google. Or if that opens minutes go by before the NYTimes site opens. Often a window from Firefox appears: "This is embarrassing." Three options appear: restart,check for errors

  • Using Pre-Mapping Process

    Hi, Can you please let me know how to use the pre-defined WB_DISABLE_ALL_CONSTRAINTS(p_table) function. Do we have any link of the demo. I followed the users guide ,but could not replicate that. Thanks Vinay