| Thread | Last Post | Replies |
|
| Intellij has become a dog | 19 Mar 2007 23:30 GMT | 8 |
I use to use intellij back in the 3.0x days (the glory days). It was the most amazing ide i have ever used. I finally got to play with the new versions and I feel like the completely ruined it. They changed the gui and I don't think it is nearly as nice. But my biggest issue
|
| user-agent's in java | 19 Mar 2007 22:59 GMT | 4 |
In JavaScript, you can get them with navigator.userAgent, but what about in Java?
|
| Need a recommendation | 19 Mar 2007 22:44 GMT | 1 |
I am hoping the ever wise newgroups can guide me in this. I am currently in a situation where I have a J2EE app in JBoss and it needs to be able to generate a word document from a template file (.DOT). Essentially, I need to be able to slam home values into bookmarks,
|
| How can i automatically find all unhandled exceptions in my java code? | 19 Mar 2007 22:30 GMT | 12 |
|
| Creating an array of vectors | 19 Mar 2007 19:42 GMT | 11 |
I've tried: private Vector<Vertex>[] anArray = null; as a field in a class which works fine. But when I try to initialize it in the constructor for that class with:
|
| Can I get the source code from jar file? | 19 Mar 2007 18:05 GMT | 5 |
I am running somebody's program. He gives me a script to run the program and all the bunch of jar files the program needs. He didn't give me the *.java file at all. I am wondering if I can get those *.java files from all the *.jar files.
|
| jFreeChart in Applet using Eclipse IDE with VE | 19 Mar 2007 17:16 GMT | 13 |
For some reason the code below will run fine in the sun applet viewer but will not deploy in my Safari or Firefox browser. All I get is the java loading indicator and then a red "x" in the window it should be working in. I exported the class into an uncompressed .jar file to
|
| Windows selection | 19 Mar 2007 17:06 GMT | 8 |
I need a class for a Java program that can do the following: When i select a file in windows, this class should return this files path on my computer. Does such class exist?
|
| jar | 19 Mar 2007 16:48 GMT | 17 |
Hello all, I am trying to create an executable jar file from my JOGL prog. When trying to run it (example.jar)so: java -jar example.jar I get error: can't find class ..net/java/jogl/GLEventListener. Any suggestions or comments gratefully received.
|
| eclipse and jboss - problem running in debug | 19 Mar 2007 14:40 GMT | 3 |
All, I am trying to configure JBoss server in Eclipse. I am trying to follow instructions in http://docs.jboss.com/jbosside/tutorial/build/en/html/jboss.config.html
|
| Mail API | 19 Mar 2007 13:56 GMT | 2 |
i wrote program for sending mail from one server to another but while comile time it shows an error like Mail API is not found.. i was downloaded it from sun..but i dont know where to install this API..so, can u please tell me...?
|
| Java 1.4.2 Vs 1.5 Vs 1.6 | 19 Mar 2007 13:41 GMT | 7 |
I'm sure this question has been posted but I've not found any definitive answer. I maintain a product line that consists of a dedicated Linux system running Java to provide a GUI interface as a control system for
|
| extends and implemens | 19 Mar 2007 13:36 GMT | 2 |
Hi If I have a class A that extends a superclass BB and implements another CC then we can say that A "is a" BB and "is a" CC ???? so when we make
|
| Java client app's communication with https server | 19 Mar 2007 12:40 GMT | 2 |
Java socket help needed !!? how to communicate with https server via sockets. if i want to automate interaction with a website... like authenticating then clicking links, parsing info presented by
|
| printing files or folders | 19 Mar 2007 11:59 GMT | 1 |
I am working on this program where a user is asked whether directories from a particular folder are to be printed or both the directories and files.Both files and directories can be printed but I am having problems with just the directories. Any suggestions would be
|