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

  • Users: yytan
  • Order by date
  1. yytan

    java source / class version stamp

    hi there; i need to incorporate the version for my java source and compile class. let say for this release, it start from version 1.0 and if there is changes / updates i'll increase the version to 1.1 i need to know how to do a versioning for my java source and the compile class file. is...
  2. yytan

    use log4j in eclipse

    i've resolved it, just realized i need to put the properties file outside the package.
  3. yytan

    use log4j in eclipse

    hi; i'm using eclipse3.0, jdk1.4.2, log4j1.2.8 run on win2k i'm having error: log4j:ERROR Could not read configuration file [config.properties]. java.io.FileNotFoundException: config.properties (The system cannot find the file specified) the method i'm using...
  4. yytan

    Install Jdk1.3 on Linux Adv Server 3

    hi; appreciate if anybody can tell me whether install Jdk1.3 on Linux Adv Server 3? i encountered prob after installation, it gave error when i do java -version /usr/java/jdk1.3.1_09/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open...
  5. yytan

    Selecting among AppServer

    Hi to all; I'm new to AppServers and it is gonna to be my first time using. I'm having prob to select the AppServers available in the market. May i know wat criteria i should aware of before selectiong AppServer? Is openSource and free AppServer like JBoss is advisable to adopt? Appreciate ;)
  6. yytan

    Which one?

    guys; 10s for ur info, i will study AWT & Swing tho ;)
  7. yytan

    Which one?

    Hi there; I'ld like to develop a simple Java Apps with GUI. May I have some suggestion which Java Tech I should adopt? Thanks ;)
  8. yytan

    extends object

    dear sedj; 10s for ur info. i am doing with diff prog lang all the time, tends to forget the fundamental 1. rgd/ yoke yew
  9. yytan

    extends object

    hi sedj; example: public class TraceWriter extends Object { /** * Members */ short DBGLVL = 0; String PgmName = "DEFAULT"; private DatagramSocket socket; ... ... public TraceWriter(String path) { setPropertyPath(path); try { socket = new DatagramSocket()...
  10. yytan

    extends object

    hi there; i think i got confuse again. i dun get clear when java extends object, wat it does and which object it is inherit from since the class never specific wat is the class it will exteds. pls help ;) rgd/ yoke yew
  11. yytan

    JVM error

    Dear all; i've solve the prob. realized that in my C prog, that is some fopen function didnt close properly. 10s for ur good opinion ;) rgd/ yoke yew
  12. yytan

    JVM error

    Dear sedj; may i know how to solve that? fyi, i have no change the prog source for quite some time alrdy...how to do debug?? really need help. rgd/ yoke yew
  13. yytan

    JVM error

    hi there; i'm running java ESwitch application on linux adv server, jdk1.3.1_09. it has been used for quite long period, no error happened. lately, i encoutered some error, appreciate if anyone can tell me what is this error: 10s ;) rgd/ yoke yew
  14. yytan

    java file execution

    ahh ok ok.. 10s sedj ;) rgd/ yoke yew
  15. yytan

    java file execution

    dear sedj; when java -cp . ArrayIterator it shown D:\>java ArrayIterator ------- 10 20 30 40 50 ------- Bad arg: Invalid type: class java.lang.String rgd/ yoke yew
  16. yytan

    java file execution

    may i know how to exe follow java prog? -- source code -- import java.util.Iterator; import java.lang.reflect.Array; public class ArrayIterator implements Iterator { private final int size; private int cursor; private final Object array; private ArrayIterator(Object array) {...
  17. yytan

    Tomcat performance

    dear sedj; 10s for ur info ;) rgd/ yoke yew
  18. yytan

    Tomcat performance

    Dear all; I'm doing a simple online shopping, using Tomcat running on Linux. I'ld like to know the maximum number of user concurrently login to the web page that Tomcat able to support. rgd/ yoke yew
  19. yytan

    tomcat w/ different connector

    Dear Sedj; i will follow ur example. 10s ;) rgd/ yoke yew
  20. yytan

    tomcat w/ different connector

    Dear Sedj; 1) http://www.test.com/index.html - error w/ The page cannot be found 2) i didnt put the project sit under TOMCAT_HOME/webapps/ it located at /home/swx/jspAdm 3) do i needto update my - server.xml or - web.xml (u mentioned is web.xml in ur prev mail) really appreciate for ur...

Part and Inventory Search

Back
Top