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 Rhinorhino 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: *

  • Users: dexter195
  • Content: Threads
  • Order by date
  1. dexter195

    Strange SQL Exception

    Has anyone ever gotten this SQL Exception in Sybase IQ? java.sql.SQLException: Cannot get data from database for table : emp I've done a lot of searching on google but I've found nothing. Is this a probelem with a lock on a table? It seems to be connected to the database. Thanks for the help
  2. dexter195

    DB Unit

    Hi, Can anyone see whats wrong with this. Im using DB Unit with HSQL Memory based database but I'm having trouble trying to get it to recognise the driver. I have used this driver with another class to connect to the database, run queries etc and it works fine and its the same as in examples...
  3. dexter195

    quick regex question

    Hi, Im trying to use a regex to get just the name of the directory path folder from a string. I can get the build part on its own using .*/ but is there a way to get just "distribution/maintance/java/source" with out the last forward slash. distribution/maintance/java/source/build I'm very...
  4. dexter195

    ANT Cobertura

    Hi, I have a few different projects that i need to run code coverage on using cobertura. Im testing this on two projects at the moment. I have it so that there are different folders for each report but the problem is, the classes from both projects are appearing in both of the seperate reports...
  5. dexter195

    connecting 2 wirelss routers together

    Hi, I have two wireless routers. I need to be able to connect the two of them together using the wireless only. I cant have any physical wires connecting them together (Which would make my life a lot easier) Is this possible at all? Thanks for the help
  6. dexter195

    Personalised Wiki Application

    Hi, does anyone know of any decent wikis out there that i could use. we need a wiki for work, that people can post tutorials, workarounds, scripts, faq's etc. im not concerend about how it looks, it its white background and black writing it makes no diff. ive tried using JSP wiki but you cant...
  7. dexter195

    Uploading files using different browsers

    Hi im uploading files onto a webserver. i have this working but ive run into some problems that i dont understand. i have to get it to work with the various browsers. i have a number of input fields enterd by the user and i have the file upload <INPUT> field in the same form. the form header...
  8. dexter195

    windows username (difference when run in java and jsp)

    Hi, Im creating a small internal web application that will detect the user's username automatically to save them having to log in and out and also to restrict other people accessing the application. when i run the following code in java System.getProperty("user.name") it brings up the...
  9. dexter195

    xp licence key

    Hi, my brother is getting a pc from germany but the version of windows he's getting is going to be in german. is it possible to install an english version of xp and use his licence key (i.e. are there internation copy rights in place that will stop this) or can he reinstall his german version...
  10. dexter195

    KeyListener and multiple key presses

    hi, im messing around with JoGL, java and opengl. ive come accross a problem when im moving around the screen. only one button press is recognised at a time. so i can move forward but cant strafe to the left and right or look up and down at the same time. i know this is to do with the method...
  11. dexter195

    strange swing problem (objects not displayed)

    hi ive come accross this very strange problem. ive uninstalled any trace of any previous versions of java including the jdk and the runtime environments. (this included removing and registry entries) i then installed jdk 1.5 on my machine with the classpaths set up propperly. for some reason...
  12. dexter195

    problems installing IrDA5

    hi, i'm running xp home and having problems installing my new IrDA device. Sigma-Tel usb-IrDA adapter U-243 i connected it to the computer and xp found the drivers for it, but it the told me that an error had occured during the indstallation -- " the data is invalid". i then tried the...
  13. dexter195

    convert ntfs to fat32

    hi, i'm running xp on my computer and want to install win98 onto the c: drive which is ntfs. xp is not installed on the c: drive. is there a way to convert ntfs to fat32 without formatting the drive. thanks for your help in advance
  14. dexter195

    junit and ant

    is it possible to have ant to search through all the sub folders under a given directory, for the value Test*.java and run the tests? thanks for the help
  15. dexter195

    XP Home/Pro install problems

    hi, i have xp home on my computer at the moment. i want to upgrade from ide to s-ata harddrive. ive tried installing using the xp home cd that i bought. i keep on getting errors saying that certain files cannot be loaded up. i have tried it on an ide harddrive and the same problem occurs. the...
  16. dexter195

    pci card to add another monitor

    do any of ye know if any pci cards exist that can extend the 'extended desk top' onto a third monitor? thanks p.s. im a programmer with a lot of necessary crud on my screens and a third monitor would be of a great help, just in case your wondering why the hell id need that many monitors :)
  17. dexter195

    xp home hard drive permissions

    hi, i can't get access to one of my partitions on my computer. i used to have the hard drive on my old computer under xp pro. i gave permissions to the administrators only. i moved the hard drive to my new computer under xp home. i can't get access to one of the partitions. i've installed the...
  18. dexter195

    quick JUnit question

    im trying to test to see if the contents of the acutal object are the same as the expected object but all i get is this expected: <BankAccount@11b9fb1> but was: <BankAccount@913fe2> both objects contain the same information but the assertEquals and the assertSame methods only seem to be...
  19. dexter195

    current local

    hi, im using a ResourceBundle to display my pages in the users language. this works fine when i call the objects on the jsp pages but when i try to pass the current locale to one of my methods i get the following errors. im passing the locale to the method but when i do so, i get vector related...
  20. dexter195

    JSP to Servlet

    Hi, i have all my jsp pages created and the servlet versions compiled. i was wondering if there's an easy way to use the servlet .class files instead of the jsp files. i.e. when the "Pages/CreateAdmin.jsp" page is requested in the browser the "CreateAdmin_jsp.class" file is used instead. ive...

Part and Inventory Search

Back
Top