| Thread | Last Post | Replies |
|
| jProductivity protection framework | 22 Dec 2006 09:27 GMT | 1 |
I'm currently working on a project that is protected with jProductivity's Protection framework (a licensing system) but I have run into some problems. I have implemented the Sales control center as a JSP based web
|
| Problem with Java Applets in Firefox | 22 Dec 2006 09:27 GMT | 17 |
Sorry, if this has been asked before. It should, because the problem is very prominent on some applets. I am developping applets for the net. Those applets use the right mouse button to drag around things, and to call a popup menu. The problem is
|
| how and when shall I or we use collections | 22 Dec 2006 08:30 GMT | 3 |
I know the interfaces core in collections but I am unable to know what is what in realtime bcoz I am facing real time questions mostly in Interviews Thanking in Advance
|
| inputting local filepath | 22 Dec 2006 07:51 GMT | 2 |
I am attempting to input a database location from a txt file located within the build folder. However, I am having a bitchin time getting it to work with relative file location. So far, I can only get absolute file names to work, this is useless. Any help would be
|
| plzz suggest me a java project title | 22 Dec 2006 05:26 GMT | 1 |
i m student of MCA 4th sem and hav to do a project in java but unable to get a good title for the same....plzz suggest an interesting topic and can be completed in 3 months...
|
| Generic Map for each loop problem | 22 Dec 2006 04:18 GMT | 1 |
Why can't I compile the following code? Map bestUtilities; .... for(Map.Entry<Edge,ActionItem> me : bestUtilities.entrySet())
|
| Shining a nice sunshine on American neighborhoods | 21 Dec 2006 22:30 GMT | 1 |
import java.io.*; import java.util.*; import java.net.URL; import java.net.URLEncoder;
|
| Get HOUR_OF_DAY value in >12 hrs format. | 21 Dec 2006 22:24 GMT | 2 |
I am using the Calendar object to get the value of the current hour. here is the code: TimeZone myTimeZone = TimeZone.getTimeZone("EST"); Calendar calendar = Calendar.getInstance(myTimeZone);
|
| help using eclipse | 21 Dec 2006 19:19 GMT | 2 |
I have eclipse tool can anyone tell how to execute a basic "HelloWorld.java" within the IDE I have all the latest versions working with me
|
| netbeans junit No tests were created because no testable class was found | 21 Dec 2006 19:12 GMT | 1 |
If someone gets this message, the cause may be the location for your tests directory is not the right one. I had tests inside the src directory (src\java\mypackagename\tests) and it didnt work - I moved the tests directory up to be at the same level as src and it worked.
|
| Math.IEEEremainder vs. % | 21 Dec 2006 18:35 GMT | 1 |
Today I encountered some code using Math.IEEEremainder to calculate the remainder of two ints, for a simple pagination calculation. I normally would just use %, but I'm wondering if anyone knows of a specific reason to use Math.IEEEremainder for this type of calculation instead.
|
| reflect field | 21 Dec 2006 16:34 GMT | 5 |
I want to get value of string variable in a class, and field it with new strings like this : EXample public class helloWold()
|
| displaytag column : how to specify a different target? | 21 Dec 2006 15:05 GMT | 7 |
I need to put a link in a displaytag column but I want to specify a different target and I need to keep the current sessionId in this link. Does anyone know how to do it ? Thanks !
|
| JWSDP XML Signature - problems when converting from JDOM | 21 Dec 2006 13:43 GMT | 1 |
I currently am using the JWSDP's XML-signature library to sign and validate XML documents. I am able to successfully do this if I build a DOM document object from an InputStream. However, I also need to support receiving JDOM documents and converting those to DOM to sign
|
| From Java can i pass a signal to C.. | 21 Dec 2006 12:58 GMT | 1 |
i need some suggestion.... could u please tell me how can i pass a signal (for example, by the button click) from java to C . (C added with java through JNI thread).. Thanks in Advance,
|