| Thread | Last Post | Replies |
|
| reverse engineering of java code | 21 Aug 2007 17:12 GMT | 1 |
iam developing an application which takes input as ". java/.cpp"[i.e java/cpp source code] and gives output as " classes , sub classes,objects,methods" of that source code.
|
| problem in handling images | 20 Aug 2007 17:34 GMT | 1 |
I need to display image (passport size) when clicked on browse button . I've created a JFileChoose to browse files and used the following code to display image in JFrame . Its only the part of my actual coding .
|
| Path problem in a jar | 19 Aug 2007 16:52 GMT | 9 |
I created a .jar file that contains my program. Thus, when I'm trying to execute my program in command line "java /jar MyJar.jar" for example, there's a problem. When my application starts I read some data in a folder named
|
| Good Java tutorial site for C++ coders? | 18 Aug 2007 09:58 GMT | 2 |
Greetings all. Next month college starts up for me again and one of my courses requires a basic knowledge of Java. Unfortunately I've never coded in Java in my life. (Yes, I'm a horrible procrastinator.) However, I've been coding in C++ for years.
|
| Newbie questions. | 18 Aug 2007 08:00 GMT | 3 |
What is the difference between the Java EE, ME, or SE? Seeing as I want to create small applications and have them usable on both my Windows and Linux system without having to recompile anything, which would be best to learn?
|
| Mouse controlled Image movement | 17 Aug 2007 21:36 GMT | 4 |
How can I make an applet that allows moving an Image with the mouse. I know I need to do something with mouseDrag, but what? I can figure out how to allow one point (ie pixel), but how can I allow the Image to be dragged from anywhere?
|
| IDE | 17 Aug 2007 01:23 GMT | 3 |
Is it a good idea to upgrade to JDK 6 from an older version? Also, what advantages are there in using the free IDE as opposed to a text editor? Thanks for any advice,
|
| How to draw a 1-bit or 4-bit Bitmap in java | 17 Aug 2007 00:22 GMT | 2 |
I wanted an application to draw all kind of Images selected by the user Java supports rest of the file types ..such as gif , jpg For BMP I found one source from
|
| Delete Content of Blog | 16 Aug 2007 22:11 GMT | 2 |
Dear Sirs I would like to delete all the content in my blog wisdom-of- lifepoi@blogspot.com though it is pure creativity from perception of feedback .
|
| Generics problem | 16 Aug 2007 12:43 GMT | 4 |
I have an interface similar to this: public interface Element { ... public Element copy();
|
| Good Java tutorial site for C++ coders? | 16 Aug 2007 09:22 GMT | 3 |
Greetings all. Next month college starts up for me again and one of my courses requires a basic knowledge of Java. Unfortunately I've never coded in Java in my life. (Yes, I'm a horrible procrastinator.) However, I've been coding in C++ for years.
|
| ant manifest customization | 15 Aug 2007 10:23 GMT | 3 |
hopefully not off topic to this newsgroup. how would one make ant change the manifest content in building jars to what I want? instead of the usual manifest for the jar by default: Manifest-Version: 1.0
|
| class not found problem | 15 Aug 2007 02:03 GMT | 7 |
c:\java>java -cp .;commons-net-1.4.1.jar -jar ieFtp.jar -r Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/ne t/ftp/FTPConnectionClosedException
|
| Deny applet jar accee from URL | 14 Aug 2007 09:06 GMT | 4 |
I have an applet of a web application, the problem is I have html page for an applet tag having following attributes <Applet class="..." archieve="xyz.jar,abc.jar"> ...
|
| debugging JNI application | 14 Aug 2007 09:03 GMT | 8 |
I am wondering if I want to debug JNI application (upper layer Java and lower layer C), are there any tools to debug through Java code to C code and return back from C code to Java code. I am using Eclipse. But I do not find such functions in Eclipse (maybe I miss
|