| Thread | Last Post | Replies |
|
| JNI : GetFieldID - Signature | 09 Dec 2004 12:32 GMT | 5 |
I am trying to build a Java shell for a delphi dll, and I have a problem trying to access an object field through JNI methods. The ICKernelCreate native method is calling a delphi method that is supposed to modify a field of the Coglet object. But the GetFieldID method is not ...
|
| Java.exe IOException on different machines | 09 Dec 2004 12:20 GMT | 3 |
Hi, I've been having this problem with a noughts and crosses computer game I have written in Java recently. The game uses files such as text files, images and sounds. It runs fine on my computer but on some computers I get an IOException as if it can't find any of the files.
|
| Translation | 09 Dec 2004 09:41 GMT | 5 |
I have a code table CODE_LOCATION with columns (location_id, location_name). My concern is that we may need to translate the location_name for French and Spanish for now. What is the best acceptable way to do it in java world? For database I was thinking about creating another table
|
| BufferedReader problem | 09 Dec 2004 04:00 GMT | 3 |
So far, I have successfully coded method main(String[] args) so it reads the first line from file Test1.txt (BLUEJ_BELLE 3 120.0 285) and then the second (# Test1.txt: Demonstration file for Project 2, November 2004), but my repetition statement that is supposed to read the text ...
|
| Fullscreen mobile | 09 Dec 2004 03:16 GMT | 2 |
Does anyone have small application skeleton which displays ie. 4 text buttons which are selectable in fullscreen in mobile phone. When selecting different button, application displays diffrent text in
|
| Mail Help | 08 Dec 2004 21:50 GMT | 2 |
currently hold three email accounts. Hotmail, Yahoo and gmail. I want to find a way to create a page that displays all my emails in one place. I want to just put it on my server and have a link to it in my favourites. Is there a way to access to the mail servers from a remote
|
| Can't See my posts? | 08 Dec 2004 19:20 GMT | 4 |
Is there sometimes a delay in this group before the posts are shown? JS
|
| Adding javadoc to methods/variables as well? | 08 Dec 2004 16:58 GMT | 5 |
How can I add a javadoc description to methods/variables. I can do that with classes, no problem, using double starred comments /** */, but not with methods and variables.
|
| Firewall BufferedReader | 08 Dec 2004 16:44 GMT | 4 |
Here is the problem: My computer is behind a LAN, so it has a local IP. I have a client program that connects to a server program using the Socket class. Using a PrintWriter, I can successfully
|
| Can't Call Methods in Class Created W/ Reflection | 08 Dec 2004 16:43 GMT | 3 |
I am testing a class that I'll need later. I need to be able to load one of a number of classes that all implement a particular interface, then call 3 methods in them. When I run the test class, I get the same error (indicated in comments below). I've gone over this several times ...
|
| appletsecurity | 08 Dec 2004 16:35 GMT | 4 |
hye i added toolbar in applet. but on the tool bar ,image icon on toolbar's buttons does not display. following run time Exception is thrown.
|
| My editor freezes when I run this program | 08 Dec 2004 15:23 GMT | 1 |
For some reason my editor/compiler freezes when I run this code: class lamp{ public static void main(String[] args) {
|
| My editor freezes when I run this program | 08 Dec 2004 15:21 GMT | 1 |
For some reason my editor/compiler freezes when I run this code: class lamp{ public static void main(String[] args) {
|
| java/oracle problem | 08 Dec 2004 15:09 GMT | 1 |
I have a database of movies and im trying to return them all, the db structure is as follows: movie(movID,title,year) person(personID,Forename,Surname)
|
| Which IDE? | 08 Dec 2004 14:49 GMT | 4 |
I *think* I understand the (subtle) difference between Sun's NetBeans and Sun ONE Studio, and I *think* I understand that Sun is phasing out the free ONE in favor of a retail Sun Java Studio. Which IDE is most popular in the professional community? (Including any other such as ...
|