| Thread | Last Post | Replies |
|
| hi guys | 22 Nov 2004 01:05 GMT | 2 |
i am new to java so i hope that i can find help in my next project :) i am studying now for my java programmer certification any suggestions :)
|
| Compiling with non-existent classes | 21 Nov 2004 17:43 GMT | 1 |
Hi ; I have a Java application that run on a .jar file. I just need to make some changes in one single .class file from that JAR file, by editing its java source code then re-compile again and then replace it again into the JAR
|
| Wanted: Geeky, Unstable, and Outrageously Talented Struts Developers | 21 Nov 2004 11:20 GMT | 1 |
Would you like to help us build this? http://skribe.noumenaut.com:8080 We need your help! My team and I have been working hard on a high-end journaling
|
| sdk v. jdk | 21 Nov 2004 08:04 GMT | 11 |
what is the difference between java sdk and jdk?
|
| why? | 20 Nov 2004 23:58 GMT | 2 |
I would like to know why the following program does not work: I would expect it to end when the void string is entered (just pressing Enter), but it does not do so. Thank you in advance.
|
| Widget to have a list of users | 20 Nov 2004 20:37 GMT | 2 |
I'm trying to write a simple jabber client. I'm trying to make the multi user chat part. Which widget could I use to present the users of the chat group? I need one to show a list of users and be able to select one and make an action depending on the user selected. By the way I'm ...
|
| Problem With Outputs of Simple Program Using File Writer | 20 Nov 2004 16:24 GMT | 2 |
The following program is supposed to write the lower case letters of the alphabet to a text file. Here is the code: import java.io.*;
|
| any Java Game Tutorial Sites? | 20 Nov 2004 15:58 GMT | 4 |
Hey does any one know any good Java game tutorial sites? I would be very gratefull if any1 could post some links thanks :) Riskeh
|
| panel inside a frame | 20 Nov 2004 14:59 GMT | 1 |
New to Java, and new to this Group. I would like to ask which is the way to make a panel inside a Frame. How can they comunicate (example)? Thank you.
|
| Applet life cycle on Windows 2000 | 20 Nov 2004 09:55 GMT | 6 |
I am developing a set of applets and each of them is displayed on on its own page. When I navigate between pages I am not seeing the start and stop behaviour I expect. When I leave a page stop and destroy are both called, and when I return I see init and start. This is a ...
|
| newbie question .... | 20 Nov 2004 09:30 GMT | 2 |
What is the compiler for Java Files , I search the net for tutorial but they already started with the code to create objects or so, but didn?t mension where we use that code. Thank you very much!!
|
| Can't compile :( | 20 Nov 2004 05:01 GMT | 1 |
I can't get this to compile. Please help. <error> E:\Assignment 6\Test3.java:11: cannot find symbol symbol : method setInt()
|
| Classes | 20 Nov 2004 04:41 GMT | 2 |
I am very new to java and i have to create an application for the following, and i was just wondering if anyone can help me with what classes and methods i need. Pleas im lost In a course there are 2 categories of sudents: 1 and 2.-both study a broad
|
| package from hell | 19 Nov 2004 21:51 GMT | 2 |
I am a newbie my environmental variable classpath on W2K is .;C:\j2sdk1.4.2_05\lib\tools.jar I have been following a Sun Tutorial "Step-by-Step pages in the New to
|
| Returning executing method names | 19 Nov 2004 19:51 GMT | 5 |
Hello I'm trying to return the method names of an executing method. I can return the class name using the reference and getClass(), but I can't figure out how to call the method name I require. I know you can call an array of methods using getMethods(), but that isn't any use in
|