| Thread | Last Post | Replies |
|
| Szybki 'deploy' aplikacji na Tomcat'cie 6 | 19 Nov 2007 16:41 GMT | 1 |
Witam, szukam rozwiązania przyśpieszającego proces kompilacji i przeładowywania nowych wersji aplikacji uruchomianych
|
| OpenChord Jar file in classpath | 19 Nov 2007 16:23 GMT | 4 |
I am using OpenChord 1.0.4 for a project and am not sure where to put the OpenChord JAR file to get it in the class path. I put it in the same directory as my source files but it keeps saying that it cannot resolve the path (I am using Eclipse).
|
| Why can't i declare a static variable in a static method? | 19 Nov 2007 11:58 GMT | 24 |
for example, class Test { public static void main(String[] args) { double radius = 5;
|
| Random Drug Testing | 19 Nov 2007 11:00 GMT | 1 |
Random Drug Testing Employees are usually tested prior to employment and occasionally are randomly tested after hiring. Random testing is especially common in workplaces containing heavy machinery, toxic materials, and other
|
| Need assistance with arrays | 19 Nov 2007 08:57 GMT | 10 |
I'm new to Java and trying to understand the array process. I have file that I am trying to read in and populate an array with the data. I have this so far, but still having problems. Can someone tell me what I'm doing wrong? Thank you!
|
| Error opening file. | 19 Nov 2007 08:20 GMT | 9 |
I am getting the following stack trace: java.io.IOException: Read error at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:177)
|
| How can I access the dynamically inserted applet from another applet? | 19 Nov 2007 03:38 GMT | 1 |
My html have 2 frames.One is control frame which have a control applet loaded.Another frame's content will be insert a dynamically generated applet.But the dynamically generated applet can not get access to the control applet through it's static variable.How is that?
|
| [Program design] How to manage often used objects? | 19 Nov 2007 01:06 GMT | 6 |
I have a question regarding general program design. I ask myself, what's the best way to handle for example a database connection object or general settings object, that is accessed in many different locations in my program.
|
| JSP include and servlet | 19 Nov 2007 00:25 GMT | 1 |
I have a uniform layout of my jsp-pages with the use of <%@ include file="jspf/prelude.jspf" %> and <%@ include file="jspf/postlude.jspf" %>
|
| Java SCJP1.5 exam | 18 Nov 2007 22:23 GMT | 1 |
As its Sunday I cant ring up Sun to ask so I thought I'd ask you good people. I have read somewhere before that the Sun SCJP exam is multiple choice and that Sun will tell you how many answers are correct. I ahve also read that they do not tell you how many answers
|
| Is there any analogue of C++'s &variable in Java ? | 18 Nov 2007 08:50 GMT | 13 |
in C++ I can do something like that int a; void test(int &a) {
|
| A Secret Map to Wealth | 18 Nov 2007 04:26 GMT | 2 |
Do you want to be a Millionaire? Join us and be coach by Multi- Millionaires! AShopper.net - Information about Home business opportunities for those who want to work at home, Custom Website design, Website Hosting,
|
| Eliminate conditions in JSP | 18 Nov 2007 02:20 GMT | 8 |
I have a Servlet that checks for information and if there is an issue it forwards the message to presentation page (JSP). Now I want to stop using conditions in scriptlets in the JSP. Please advise how I can do it in this situation in my Tomcat 4.1.27 container:
|
| Accessing image files from several web application contexts | 18 Nov 2007 01:59 GMT | 1 |
I have a few Java web applications that I am currently working on using JavaServer Faces. Each of these applications needs to access the same group of image files. I do not want to have to provide and maintain separate copies
|
| Windows Address Book | 18 Nov 2007 01:20 GMT | 1 |
After several hours, I didn't find any java class which allows to read/write in the windows address book used my Outlook Express. Any idea to help me ? Thanks
|