| Thread | Last Post | Replies |
|
| Java/RMI 2 servers at once? | 10 Jan 2005 13:23 GMT | 1 |
I have a Java/RMI question that maybe someone can help me with? I have a chat system. There is a regular text chat client / server handeling all users, rooms, messages etc. I also have a whiteboard client / server which handels whiteboard
|
| Object cast | 10 Jan 2005 11:39 GMT | 6 |
In the last line in the main method you need to cast "current" into a "Fil" reference be able to use the method "pontificate". But above in the line: current = new Fil("I think therefore i..."); current is set to be an instantiation of Fil so I don't get why you have to
|
| How Can a Class Get Its Own Name? | 09 Jan 2005 20:31 GMT | 4 |
I must be using some of the wrong terms, because I get a very high signal-to-noise ration when I try Googling for this. I have a class that will be used as a model for other classes. I want each class to be able to determine its own name. Other than changing the name
|
| Can Java Security Policy be changed dynamically | 09 Jan 2005 19:56 GMT | 1 |
I have a question on Java security, about the system wide security policy. I know the system policy can be set by providing runtime argument to java.security.policy
|
| How to read text from JTextPane | 09 Jan 2005 16:25 GMT | 3 |
I know it's easy but I don't know how to read text JTexPane Thanks for help
|
| What's wrong | 09 Jan 2005 14:51 GMT | 2 |
One more ;) int position = odebrany.getCaretPosition(); Element elem = doc.getCharacterElement(position); ((HTMLDocument) MyJTextPane.getDocument()).insertAfterEnd(elem,
|
| Newbie question: How to move a web site to a local laptop? | 09 Jan 2005 02:04 GMT | 2 |
I am not sure whether it is the right place to post this question. We have a web site that shows a study we did. Now my boss would like to have it on her laptop so she can do the presentation without internet access. I am not familiar with web stuff. How can I dump all required
|
| looking for help on how to start 3d applet | 08 Jan 2005 19:59 GMT | 4 |
I'm trying to get a 3d java example applet to run in a local directory on my computer but for some reason, which is beyond me it doesn't work. I have been puzzling about this for some hours now, and decided to post it here, so maybe someone can help me out. I'm sure it's not
|
| java question | 08 Jan 2005 19:07 GMT | 2 |
i wrote a game in java that runs on my pc. How can i get this to play on my palm zire 72? I have java installed or at least what i think is java ..what would i need to do to this? it is not an applet but a series of java classes in a stand alone game.
|
| Java compatibility | 08 Jan 2005 11:53 GMT | 2 |
Where can I test the compatibility with older version of java of my applications?
|
| JRE 1.4.x and Mac OS X problems | 08 Jan 2005 10:18 GMT | 4 |
I have written a Java program that previously worked fine on Windows, Mac OS X and Linux. Though now I have started using more and more functions from the 1.4.x standard. It still works fine in Windows, but a person that is testing my app on Mac OS X is getting a java.lang ...
|
| RunTimeException compilation error | 08 Jan 2005 05:25 GMT | 4 |
I have the following code, but when I compile it I get the following error: InterestSolver.java:180: cannot resolve symbol symbol : class RunTimeException location: class InterestSolver
|
| How to redirect the Standard I/O if you start java program from another java program | 07 Jan 2005 23:35 GMT | 1 |
Bascially what's happening is that I am loosing console messages once the java program starts from another program.
|
| eclipse start up problems | 07 Jan 2005 19:43 GMT | 2 |
I have just downloaded eclipse 3.0.1. In the Java Tutorial you are told to download: Example Plugin-ins I have just done so its called: eclipse-examples-3.0.1-win32.zip
|
| Question on CVS... | 07 Jan 2005 18:04 GMT | 12 |
I really want to use CVS. I just can not understand the differences between cvshome's window version of their CVS distribution and CVSNT. Which one would be a better fit as standalone or using between Eclipse, Netbeans and JDeveloper. Or just one of those IDE's.
|