• 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

hello guys java beans 6 is really irritating me

 
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
whenever i try to compile it it compiles in seconds or minutes but when i make it run the welcome page displays ,but when i click on any hyperlinks that leads me to some view servlets its take hours and make my pc hang for an hour or 2 please people help me out here....

the low speed is really creating an hinderence for me
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There isn't much useful information there. Would you like to explain a bit more? Let's start with the "it" that you are complaining about... what's that?
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just wrote a simple servlet program just to display name when an hyper link is clicked but hva no ideaa why its takig so longgg that my PC gets hanged mine is Pentium 4 with 512mb RAM is it inefficient to run bean software???
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am refereing to NetBeans IDE 6.0.1
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please get into the habit of using punctuation; it's really hard to follow your writing without it.

Yes, a P4 with 512MB RAM is a rather low-end system for using NetBeans. That said, it's not necessarily the cause of the slowness you describe. But we don't have enough information to make a more educated guess. Is the servlet code ever executed?
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is Java Beans 6 ?
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Ulf Dittmer

thats what am i unable to find out.Just when i click on a hyperlink of an HTML page, my pc gets hanged and sadly have to restart it again

 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

thats what am i unable to find out.Just when i click on a hyperlink of an HTML page, my pc gets hanged and sadly have to restart it again


I'm not clear on what NetBeans has to do with running a servlet. If you suspect that it slows down your machine, then just exit it. You can insert logging statements into the various servlet methods in order to find out whether they are being called.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

John Todd wrote:What is Java Beans 6 ?


Vishal is talking about NetBeans 6.0.1, which really doesn't have anything to do with Java Beans.

Vishal, if it's possible, have a look if you can add more memory to your computer. NetBeans uses quite a lot of memory, and I think the main reason that it's slow on your system is because you have only 512 MB RAM. See if you can upgrade it to at least 1 GB, and 2 GB would be even better.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic