| Thread | Last Post | Replies |
|
| making Exe files out of java files | 04 Dec 2006 00:44 GMT | 4 |
i have developed a java application using netbeans5.5. Now i want to create a exe file of it to distribute or some other file like .jar files for distribution. i tried nativej and exe4j to do it, it is not working and throwing exception called
|
| arctan2 algorithm? | 03 Dec 2006 20:41 GMT | 24 |
I'm doing stuff on JavaME for which needs to do distance between arbitrary geographic locations, so I need Math.atan2( double, double), which of course isn't in JavaME. Bother.
|
| Proprietary codes protection in Java | 03 Dec 2006 16:28 GMT | 3 |
since the java byte code can be de-compiled, and even the code was obfuscated, it was lacking a sense of complete protection... do you think that puting the core module as binary form, and java front-end execute them via JNI is a good solution?
|
| Can my Applets be (mis)used offline? | 03 Dec 2006 16:05 GMT | 4 |
I've created an Applet. It is deployed on a site where users sign in with id/password. The Applet is signed (in order for the program to utilize java.util.Preferences). Can the Applet somehow be used after the session has ended?
|
| check syntax of query | 03 Dec 2006 14:26 GMT | 10 |
i'm facing this problem : suppose i ha a single query that is entered by a user before saving the query i want to check if its syntax is good is there an easy way to do this ?
|
| Help with Weird Fatal Error | 03 Dec 2006 13:32 GMT | 5 |
Hi guys, so basically I have the following seemingly innocuous code (which did not give me mistakes before on another computer, but I got the latest install of Eclipse and am running this) import java.awt.image.BufferedImage;
|
| ssh: how to connect? | 03 Dec 2006 12:53 GMT | 1 |
I'd like to connect by ssh to a pc. I need to have a quite complex interaction with PC. How can I connect by ssh with java? I'd like to find something free and easy.
|
| Programming Interview Books Store | 03 Dec 2006 11:48 GMT | 1 |
Find books here to help you prepare for your upcoming tech interviews with Amazon.com, Google, Microsoft or any other tech company. http://astore.amazon.com/techinterviews-20/
|
| Dumb newbie problem with String literals | 03 Dec 2006 10:51 GMT | 3 |
Please forgive if this is dumb but I have a deadline to meet. I have a function func_name(int num, String ip_s1, String ip_s2) It works just fine if I do somaclass.func_name(123,"string1","string2");
|
| About Java RMI | 03 Dec 2006 09:36 GMT | 1 |
just some thoughts and doubts about Java RMI. If you have any comment about it, I would appreciate it. 1) Why must a constructor of a remote object throw RemoteException? I understand that this is because the constructor executes some code
|
| serialver? | 03 Dec 2006 09:36 GMT | 5 |
OK, experienced developer, but new to Java (and eclipse, which is another hurdle until I get used to it). I inherited a project that has several classes that implement Serializable and have a serialVersionUID variable. I created a new class that is a clone
|
| for loop and index variable declaration | 03 Dec 2006 07:16 GMT | 5 |
Hello, consider the following code: public static int sum(int ... num) { int sum = 0;
|
| "Text Field question" | 03 Dec 2006 05:20 GMT | 2 |
I am new to this group and I am not sure if this is the one that a beginner Java programmer should use, if it is not, please I would like somebody to tell me so. If this group is ok for beginners I would like to ask something, how can I display a numerical value in a JTextField,
|
| Serialised applets using the Sun Plug-in | 03 Dec 2006 00:32 GMT | 2 |
Does anyone use serialised applets these days? Or ever did? Everything works fine in the appletviewer, but not under the Sun Plug-In. I have tried using both Opera 9 and Mozilla 1.7 on Solaris, using 1.5.0_09. No joy. 1.4.2 does not appear to work with Opera. I get
|
| Best strategy for Applets, Sockets, Frames, Destroy(), isConnected() and more . . . | 02 Dec 2006 23:47 GMT | 10 |
[Please point me to the correct forum if this isn't it, otherwise please help if you can.] Let me start by stating the basic requirement: - In a browser environment, I wish to connect to a server (other than the html webserver that is hosting
|