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 bkrike 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
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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 ;)
  5. 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 ;)
  6. 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
  7. 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
  8. 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) {...
  9. 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
  10. yytan

    protect jar file

    hi there; may i know how to protect my jar file? meaning i dun allow other ppl to de-jar it? is there smth like build in w/ pwd mechanism ?? when the person will try to de-jar it? thanks ;)
  11. yytan

    tomcat w/ different connector

    hi here; i am doing a normal (testing) java web app. currently i am running tomcat4.1 on linux. i have change the port from 8080 to 8888 and i am using context path to point to the source (jsp file) directory. so, the port 8080 will have a context path look like this: <Context path="/jsp"...
  12. yytan

    multi request in servlet

    hi there; <p> currently, i am using servlet to do payment and display the customer information after processing. <p> in SERVLET doGet() it will do request.getParameters() and gen random session ID. i set all the var to a object called LOG. sometime, they might have > 1 user connect in...
  13. yytan

    java boolean subtraction

    hi there; i need help on this. i dont understand what does it mean by boolean subtraction: A = 1234 B = 4321 If A - B (boolean subtraction) what is the output? rgd/ yokeyew
  14. yytan

    verisign certicate

    hi there; how to update the verisign certicate??
  15. yytan

    how to detect if user close the browser

    hi all; how to code in servlet, if the user close browser, then the server will know and invoke some command, let say disconnect from db???
  16. yytan

    server returned HTTP response code 500

    hi there; i am having the error of java.io.IOException: Server returned HTTP response code: 500 for URL: http://192.90.1.12:5555/jsp/RPTServlet may i know how to solve it? thanks.
  17. yytan

    how to call servlet from java app.

    hi there; i am wondering whether can call servlet from my java app. program? let say in dos promp i type: > c:\ java TReport then it will conn to db and retrieve field from db after that, i want to pass the data to servlet.
  18. yytan

    pass parameter from Java Application to Servlet

    hi there; i am doing a &quot;JAVA APPLICATION&quot; to retrieve mandatory data from oracle database. (ie, from table - customer, fields - name, age, addr....) i would like to pass these data to the &quot;SERVLET&quot; in order to do other processing. i am doing this in my java application...
  19. yytan

    include js file in jsp

    hi there; in my jsp file, i did this <script language=&quot;javascript&quot; src=&quot;include.js&quot;></script> but can i have a short example how to call the method in include.js from the jsp file?
  20. yytan

    jsp tools

    hi guys; i am looking for free shareware IDE for coding jsp, may i know which is the suitable one? hope to hear from u. thanks.

Part and Inventory Search

Back
Top