Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bublathejuggla

    HOW DO I GET MY JSPs TO LOCATE MY JAVABEAN FILES???

    thanks for the reply. il give it a go and should post a reply tomorrow. cheers.
  2. bublathejuggla

    HOW DO I GET MY JSPs TO LOCATE MY JAVABEAN FILES???

    Hi All. i am having a problem getting the server i am using (Brunhilde) to recognise where my javabeans are, resulting in an error due to it looking in the wrong place. My JSPs are in the Tomcat directory and my javabeans are in the directory /tomcat/WEB-INF/classes/project1/ i have been...
  3. bublathejuggla

    WHY WONT MY JAVABEANS COMPILE?

    the JSP code and the javabean code are error free. please see my thread labelled: HOW DO I GET MY JSPs TO LOCATE MY JAVABEAN FILES? cheers
  4. bublathejuggla

    WHY WONT MY JAVABEANS COMPILE?

    Hi All. i have this problem compiling javabeans from JSPs. My JSPs work fine and generate no errors when used without the javabeans. when the javabeans are used i get the error: could not compile class - NumberFormatException. there are no errors in the beans themselves as i have compiled these...
  5. bublathejuggla

    HOW DO U CONCATENATE MP3 FILES USING JAVA?

    the JavaSound API does not support mp3 :0(
  6. bublathejuggla

    HOW DO U CONCATENATE MP3 FILES USING JAVA?

    hi all. i need to concatenate mp3 files on-the-fly for my application, based on user inputs. is this possible? if so, how? i have read that Java will not support mp3 in which case im buggered. having concatenated all the files the user requires, i need to save it into one large file which can...
  7. bublathejuggla

    MORE ACTION, LESS COMPUTATION PLEASE!!!

    hi all. im using javascript to perform clientside validation of a HTML table of inputs. however, when i use a nested 'for' loop, the javascript utilises all my CPU and pauses indefinately. heres the code: function validate(no_of_user_profiles) { startxcoordpart = 'STARTXCOORD'; for(i =...
  8. bublathejuggla

    IMPOSSIBLE PROBLEM???

    hi all. got a major prob. im using JSPS embedded in HTML to retrieve all 'user profiles' from a database. user profiles comprise of 'first_name', 'last_name' and 'user_type' attributes. the profiles are retrieved and placed row-by-row in separate cells in a HTML table of inputs (the reason for...
  9. bublathejuggla

    form validation against a database using JSP

    hi. i have a registration page contructed using HTML where users can enter their personal details to register with my system. I have used javaScript to validate the inputs by i.e. checking no fields have been left blank. On submission, if the user selects the same userid as an existing user...
  10. bublathejuggla

    CREATING JSP'S THAT CONNECT TO ACCESS DATABASES

    hi. im trying to connect my JSP to a MS Access database using JBuilder. The driver i have o use is com.sun.jdbc.odbc.Driver. However, JBuilder does no recognise this (it wont detect the .jdbc package). could someone please tell me why??????????????
  11. bublathejuggla

    HOW DO I COMBINE SO MANY DIFFERENT PROGRAMMING TECHNOLOGIES?

    hi all. im a third year computer science undergraduate. I am carrying out a project which is a web based mobility information system for blind, partially sighted and fully sighted users. There is a different login for each type of user. The basic idea is that the user selects two points within...
  12. bublathejuggla

    how do i restore files on my C: drive?

    every time i used boot into win2k, the auto-detect mechanism for hardware would always come up with "windows has detected a PCI controller" despite the fact that i hadn't installed one. eventually, over time i got annoyed with it and decided to install any drivers available (on the...
  13. bublathejuggla

    PC keeps resetting unexpectedly

    my system spec is amd 1600+ and my power supply rating is 200 Watts max
  14. bublathejuggla

    faulty CD drive or faulty computer?

    i recently installed a CDROM in my PC that was taken from my old PC where it was working fine. since then, whenever i try to read from a CD, the system crashes. i have replaced the CDROM with a new one, which was working fine for a little while but now creates the same problem. i am assuming...
  15. bublathejuggla

    PC keeps resetting unexpectedly

    my pc resets itself and reboots automatically, randomly. i realise that in ControlPanel/System/Startup&Recovery there is a setting that makes the system reboot in this way if an error occurs, but having even disabled this i cannot think of anything that would make the system act in this way...
  16. bublathejuggla

    how do i restore files on my hard drive...................

    every time i used boot into win2k, the auto-detect mechanism for hardware would always come up with "windows has detected a PCI controller" despite the fact that i hadn't installed one. eventually, over time i got annoyed with it and decided to install any drivers available (on the...

Part and Inventory Search

Back
Top