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...
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...
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...
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 ;)
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
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
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) {...
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
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 ;)
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"...
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...
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
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.
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.
hi there;
i am doing a "JAVA APPLICATION" to retrieve mandatory data from oracle database. (ie, from table - customer, fields - name, age, addr....)
i would like to pass these data to the "SERVLET" in order to do other processing.
i am doing this in my java application...
hi there;
in my jsp file, i did this
<script language="javascript" src="include.js"></script>
but can i have a short example how to call the method in include.js from the jsp file?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.