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 TouchToneTommy 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: youngun
  • Content: Threads
  • Order by date
  1. youngun

    ANT J2EE Compile

    I am a newbie to ant. I have a project consists of EJB module and web module. The web module is a struts framework and it needs to call the EJB Session Bean in the EJB Module. I could successfully compile the EJB module because there is no dependency; but I had problem compile web module...
  2. youngun

    math question

    I tried to calculate monthly payment using Sybase but kept getting errors. Here is the formula: p*i/[12*(1-[1+(i/12)]^-n)] p*i = 5473.6 n = 36 i = 2.5 but i keep getting arithmetic overflow error, or truncation error when using the POWER() function. Can somebody please tell me what to do...
  3. youngun

    Java & XML need help

    Hi I try to create a web reporting system using Java and XML. Now I can generate XML code that I need and save it as a String in my java code (i don't want to write it as file on hard disk), and I allow users to create XSL templates (assuming they are experts on XSL syntax) that are saved on...
  4. youngun

    XSL need help

    Hi I try to create a web reporting system using Java and XML. Now I can generate XML code that I need and save it as a String in my java code (i don't want to write it as file on hard disk), and I allow users to create XSL templates (assuming they are experts on XSL syntax) that are saved on...
  5. youngun

    URGENT --- Load database

    All I wanted to do is simply to backup a database called "XYZ", and load it to a different machine (same environment). I use sybase 12.5 and got following message when backup: 1> dump database XYZ to "/home/data.dmp" 2> go Backup Server session id is: 13. Use this value...
  6. youngun

    How To Alter Identity Column

    Quick question. How to make an existing column as identity column? I have a table (A) containing duplicate records and duplicate unique key, and this unique key is an identity column (ok ok, don't ask me how I even start with this junk design... my ex-co-worker did this), I want to make it...
  7. youngun

    Network Driver Porting Kit (for Linux Driver)

    Does anybody know when will Network Driver Porting Kit (for Linux Drivers) come back alive for download? I think my NIC (DEC 21140 model) is not supported by solaris 8 intel edition although it got recognized during installation. I just simply can't see elx0 after installation. Thank you.
  8. youngun

    sys-unconfig

    I used "sys-unconfig" command to clean up my configuration and reboot the computer (solaris 8 intel version) because I just installed cable modem and router (so now I have DHCP server). After reboot, I was asked again for the network questions. I answered "Y" to allow...
  9. youngun

    Clickable Text

    I have a ticker program, and I want the text in the display window(frame) to be clickable, and redirect to a web page with browser pop out. Thank you very much.
  10. youngun

    cable modem

    I have solaris 8 Intel version and I use cable modem/router for internet connection. How do I configure my solaris in order to get online? Router will be my dhcp server. Also, how do I check my NIC interface? Is it elx for intel version? Thank you!
  11. youngun

    wireless network

    Hi ppl, I have a dumb question. I want to set up a LAN in my house with cable modem, but I don't like cable, so I want to use wireless. I found a website http://store.yahoo.com/justdeals/dlindwwirlan.html?AID=9481249&PID=268435 but I don't know if solaris support wireless network card with...
  12. youngun

    Solaris 8 with cable modem for home office

    Hi ppl, I am a newbie with solaris, and I want to use solaris as the gateway computer for my home office (just for the heck of it... I don't like Windows). I am going to get cable modem and router, but I don't know if they are compatible with solaris 8 (intel). Most of the cable provider...
  13. youngun

    internal modem setup

    I am trying to set up an internal modem (works under windows 2000). I used admintool to set the serial port to "dial-out only" with baudrate 9600. It seems like it's on port b. then I typed "tip /dev/cua/b" and got "connected" in return via console. But when I...
  14. youngun

    XFree86

    I recently installed Solaris 8 on my PC, but X11 doesn't work with my graphic card. I know XFree86 works because I used it with Linux on the same computer before. I download XFree86 4.1.0 and installed on my PC. The installation went smooth but I couldn't find the executable...
  15. youngun

    Solaris 8 Intel install problem

    Hi guys, I tried to install solaris 8 intel on my pc and I could successfully load the bootable CD, partition the HD (1% X86-bootable [active], 30% Solaris, and 69% Solaris). Then I answered "yes" to allow a 512MB swap being created in the front area. Also I passed the point where...
  16. youngun

    Can't dial-up

    I login as root and type "ppp" to enter the ppp mode. Then I type "set device /dev/cuaa0" to make the device COM1. Then I type "term" to enter the term mode. The computer hangs in there afterward, and has no response even when I type "ATDT". Can...
  17. youngun

    binary compatibility

    I am a newbie to FreeBSD. I am just curious that if I write a program in C++ which runs on FreeBSD/Xwin, can this program also run on Linux? Or I better switch to Java since JVM will take care of this cross-platfrom issue for me? (Java is a little bit slower, though...) Thank you.
  18. youngun

    Servelet

    I am in a Unix Enviornment and have Tomcat installed as the server, and I also downloaded servlet classfiles from java.sun.com, when I unzip the classfiles, and it creates a directory "Javax" and inside "Javax", it is directory "servlet" with all the .class files...
  19. youngun

    Can't install PHP4

    Guys, I installed Apache 1.3.24 on Unix cluster (an user account with a specific port, ie. :8055). The server works fine as I can connect and see the index.html by using the specific port. When I installed PHP4, I realized that there is no mod_so.c installed on my Apache server (I typed httpd...
  20. youngun

    General Boot Question

    ok, I have a dumb question in regards to FreeBSD boot up. This is what I understand (and I think it's wrong): When FreeBSD boots, the kernel loads all the possible drivers, and then read rc.conf to figure out which driver is actually used. This is why recompiling the kernel is useful because...

Part and Inventory Search

Back
Top