• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java installation problem

 
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yesterday I installed jdk 1.6u14 manually and uninstalled jdk1.6u13, I did this because it is not yet available via auto update but now my java installation is messed up, Netbeans programs no longer compile, widgetfx shows error during startup - and webstart seems to stopped working, also firefox crashed whenever a page with an embedded java applet starts, here is my deployment.properties file

the file is located here




 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try reinstalling update 14 again. It's quite possible that update 14 had overwritten some files of update 13 (like the entire C:\Program Files\Java\jre6 folder). When you uninstalled update 13, it took along some of the update 14 files.

When upgrading manually, the rule of thumb is:
1) backup any configuration files in the program folder (optional)
2) uninstall the old version first
3) install the new version next
4) synchronize configuration files with your backup (optional)
 
vaibhav mishra
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had re-installed as you said , but no luck, it gives same error, and nothing else
 
Do you pee on your compost? Does this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic