Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

java.exe encountered a problem

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In my application while opening a particular swings view i am getting an error java.exe encountered a problem need to close.

and the application gets terminated.
I have reinstalled the jre1.4.2 on the machine. but it did not help the error still persists.

Please suggest any solution as early as possible.
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
delete all the cache from java.

like delete applet cache.

try this one. i am not very much sure about this.

hope this will work.
 
sunil oza
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks

i am facing this problem when i open particular type of swings view.
Also tell me where can i find the cache from java
i am using VM parameters like -Xms500m -Xmx700m for ram usage by the application. The moment i try to open this view the ram usage increases to 600M+ and the error is popuped, on clicking send or don't send buttons the application gets terminated.

Last month when i faced the same issue on google i found it can be a malware attack so on formating the machine it worked properly for around 1 and half month and i encountered the same issue again.
 
ravi pardeshi
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Also tell me where can i find the cache from java



that will be in your control pannel --> java --> cache. clear this cache.

and if this one is not working then reinstall the OS.
 
sunil oza
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

Please tell me the exact option were i will find the cache sending an attachment of the java tabs in control pannel.
Filename: java.bmp
File size: 736 Kbytes
 
ravi pardeshi
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
see in temporary files and click on setting and click on delete.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not really Swing related. Moving.
reply
    Bookmark Topic Watch Topic
  • New Topic