| Thread | Last Post | Replies |
|
| Java and C# | 17 Oct 2005 05:37 GMT | 13 |
I'm a IT student and doing a project to convert a C# source into a Java Source.So I need to know how to Compile and Run C# and Java files through my Java Program. and also I need to know how to read the system registry to check weather the .NET is installed in the OS.Does anybody
|
| NervousText vs NetBeans 4.1 | 17 Oct 2005 03:16 GMT | 3 |
I'm trying to learn how to create custom property editors for own javabeans. I'm using sun's tutorial from webpage http://java.sun.com/developer/onlineTraining/Beans/Beans4/nervous07.html Everything is going well, i'm able to add this bean as new component
|
| Potentially dumb question | 17 Oct 2005 01:53 GMT | 4 |
Could anyone tell me where I might download the latest version of the Java Development Kit? I have an old Java book and I thought I might play with it but I need a kit that works with Win XP. TIA
|
| Java on FreeBSD | 16 Oct 2005 23:49 GMT | 1 |
Hello list I use Gentoo (linux) but is considering shifting to FreeBSD. Is Java 1.5 fully supported under FreeBSD (netbeans, eclipse etc)? Regards Kim
|
| TreeSet error | 16 Oct 2005 20:30 GMT | 1 |
I have the following problem, where the Song is a class created by me. The first add is ok. The second caused this error. Exception in thread "main" java.lang.ClassCastException: library.Song
|
| popupmenu for a cell in a JTable | 16 Oct 2005 19:36 GMT | 1 |
I want to have a popupmenu when I right click on a selected cell in a JTable (using with a AbtractTableModel). What are steps I should do, please help. Thank you S.Hoa
|
| starting service from java | 16 Oct 2005 18:07 GMT | 3 |
Is it possible to start a xp service from java ? For example start a ftp service ? John
|
| DependencyWalker says JNI functions use C, not stdcall (Windows) | 16 Oct 2005 17:49 GMT | 2 |
The header file (with macros replaced) has the declaration: __declspec(dllimport) jint __stdcall JNI_CreateJavaVM(JavaVM**, void** void*); Have just upgraded to Update 5 of Java1.5, and can no longer link
|
| How to call DOS cmd? | 16 Oct 2005 17:08 GMT | 9 |
I'd like to call a batch file from a java program. I think I should find the way in JNI. But after I've read the java tutorial for JNI, it seems to me that one can only call a method in a .dll file, and that there is no simple way as in C for calling a system cmd:
|
| A truly uninstantiable class? | 16 Oct 2005 16:58 GMT | 19 |
Just wondering if it's really impossible to instantiate or extend the following class: package testing; public abstract class BagOfStaticMethods
|
| Collections.sort() in Java 5 | 16 Oct 2005 16:34 GMT | 7 |
Probably has a simple solution but I couldn't see it. I still get an "unchecked" warning for this: --- ArrayList<Decision> alDec = new ArrayList<Decision>();
|
| Strings and pools | 16 Oct 2005 15:38 GMT | 4 |
I have a book that says this: String s = "abc"; // #1 creates one String object and one reference variable and this:
|
| JSP files commenting help, please! | 16 Oct 2005 15:31 GMT | 1 |
Can anyone help me comment these two documents? Thanks! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>
|
| Polymorphism in methods called by name | 16 Oct 2005 08:50 GMT | 17 |
I have got a problem with calling a method by name. I am using for it object Method. The situation looks like that: I have got class A with method: setUserList(java.util.List)
|
| GUI Problems | 16 Oct 2005 00:15 GMT | 2 |
I have a program which i have developed in java and i would like to use the metal look and feel for it apart from i would like to use the windwos look and feel for the internal frames. I created my own look and feel class which extends metal look and feel as to
|