| Thread | Last Post | Replies |
|
| A question about encrypting file using AES | 11 Jan 2007 13:33 GMT | 3 |
my code is: ----------------------------------------------------- public static boolean enDeCrypt(String keyStr, File fin, File fout) { try {
|
| How do you open a Java open source project in an IDE | 11 Jan 2007 12:19 GMT | 3 |
Pardon my nescience if the title of the question makes me sound like a nincompoop. With Microsoft's .NET platform, there are only a handful of IDE's, most proprietary, with Microsoft Visual Studio .NET 200x dominating the
|
| Non Serializable | 11 Jan 2007 12:17 GMT | 4 |
What is a a non serializable object and class and how do I recognize them? Thank you guys!
|
| java api book | 11 Jan 2007 09:41 GMT | 3 |
is there a book that jumps right into using java api, instead of explaining loops and a+b expressions. something like accelerated c++. all languages are more or less same in basic control sturctures etc.
|
| Creme + Oracle on Windows Mobile 5.0 | 11 Jan 2007 09:17 GMT | 1 |
I'm quite new to this... I can't get my simple Java test program running on a Wireless Handheld with Windows Mobile 5. I have installed Creme and can run simple test program's using a .lnk file. Now I have created this .lnk file:
|
| Protect class files from decompilation | 11 Jan 2007 07:50 GMT | 7 |
I understand that it is relatively easy to decompile Java class files into source code. How can I protect my application from being decompiled?
|
| unreferenced in EJB | 11 Jan 2007 03:27 GMT | 5 |
I need a similar function to rmi unreference in order to keep connection with server for ever, but invoke timeout when user is logged out or disconnected by accident( no power/ network cable problem). How can i achieve this?
|
| Get root directory of application | 11 Jan 2007 02:47 GMT | 15 |
How do I access the root directory of an application? Say I want to access a file which is stored in the highest-level directory of the application. How do I access this with a relative path rather than an absolute path?
|
| i want C# equivalent Java code | 11 Jan 2007 02:33 GMT | 11 |
i have the following code in C# .. is there any way to convert this code to java. using System; using System.Collections;
|
| What should to do to enable login? | 11 Jan 2007 00:32 GMT | 1 |
javascript:Chat=void(window.open('http://www.shiachat.com/forum/chat.html','Chat','resizable=1,status=1,width=800, height=620,top=0,left=0')) I used to sign Chat session via the link: http://www.shiachat.com/forum/chat.html But now what I am getting a blue bar for loading forever and ...
|
| Which version of Tomcat? | 11 Jan 2007 00:21 GMT | 7 |
>> I didn't see MySQL 5.0 for Linux. > http://dev.mysql.com/downloads/mysql/5.0.html > 7 different distributions right below the Windows binaries I am sorry, I meant , Tomcat.
|
| converting exponential number to float number | 10 Jan 2007 22:15 GMT | 3 |
Can anyone tell me how do i convert a string contianing exponential number to decimal/float number? Is there any built in method for doing this?
|
| Calling thread every 5 mins. | 10 Jan 2007 21:55 GMT | 2 |
Iam new to threading concepts. Can anyone tell how to create a thread and invoke it for every 5mins. Thanks InAdvance.
|
| 64-bit java app on 32-bit jvm? | 10 Jan 2007 20:49 GMT | 3 |
I'm compiling java apps with a new 64-bit jvm (amd64 for Xeon) (previously compiled under 32-bit jvm). I intend to put it on 4 tomcat servers, 2 run a 32-bit jvm (i386), 2 run a 64-bit jvm (amd64 for Xeon).
|
| Number.parse( String s ) | 10 Jan 2007 19:17 GMT | 4 |
Is there a good reason why Number does not declare an abstract method parse() taking a string as a parameter? I want to create a generic parsing class, with these methods as examples: static int parseLong( Attributes attributes, String key ) {
|