| Thread | Last Post | Replies |
|
| Compiler can't find javax.swing.fileChooser | 18 Mar 2004 15:13 GMT | 3 |
I'm trying to compile a program that was in the latest Core Java Technologies Tech Tips newsletter from Sun. It's trying to import the following: import java.io.File;
|
| out of memory with tomcat | 18 Mar 2004 13:33 GMT | 1 |
3 month ago, i develop a web application running on TomCat 4.1.29. Since, i always have the same error "out of memory error" after the site was down. I try all sort of solutions without succes : - setting more memory to the JVM (256 Mo Max, 128 Min)
|
| createImage is not on the screen | 18 Mar 2004 12:37 GMT | 6 |
I wish you are not frustratedhas I am ;-), In the 1.1.8 docs createImage "Creates a graphics context for this component. This method will return null
|
| super java newbie question | 18 Mar 2004 11:10 GMT | 4 |
I have an assignment where I have to create a GPA calculator servlet and deploy it. I've got the calculator done using Forte. It uses applets. Can anyone give me a quick and dirty how-to, to make this thing into a servlet and get it up-and running? Thanks.
|
| Java and PATH variable on Windows XP | 18 Mar 2004 07:56 GMT | 4 |
I have recently installed Java 1.4.2 on Windows XP. I can compile and execute programs without problems but I am curious as to how, when I open a CMD window, java, javac etc are in my PATH when I have not set up my PATH variable?
|
| applet doesn't find class in jar in classpath but application does? | 18 Mar 2004 05:24 GMT | 3 |
Hi - I am baffled. The first program below, an applet, gives the error "NoClassDefFoundError (calpa/html/CalHTMLPane)" and stops while the second
|
| Zip exception - trying to install jedit - help | 17 Mar 2004 23:46 GMT | 1 |
Hi group, I am trying to install Jedit and I have a jar file. I run it with this command: java -jar jedit41install.jar
|
| Stand alone java app and webservice | 17 Mar 2004 22:30 GMT | 1 |
Any idea how a stand alone java application can access a webservice
|
| Directory browsing API?? | 17 Mar 2004 21:30 GMT | 2 |
I'm relatively new to java so this question might seem newbish. What api's do I need to be using in order to browse through a local directory and be able to see all of the file names that are in that directory? I don't want a FileChooser where the user actually has to
|
| _asm int 3 in Java | 17 Mar 2004 20:26 GMT | 2 |
Is there an instruction which will force the Java VM to pause execution of the current thread and launch a debugger?
|
| absolute positioning | 17 Mar 2004 19:14 GMT | 4 |
Should not this put the label at an absolute position? init(){ ................. Label emboss = new Label("F??rie 'emboss' !");
|
| source code for a program | 17 Mar 2004 17:54 GMT | 20 |
Hello. I am starting my 7th week of an intro to programming class and have a problem I have been working on. My instructor said we could look for source code on the internet and use it as long as we tailor it to fit the problem at hand. I have not been able to attack this one ...
|
| transparent gradient simple | 17 Mar 2004 17:50 GMT | 13 |
Hi gurus, I am trying to get a blue gradient image in this small application. My problem is that there is not enough pixels for a
|
| Dynamically reloading jar file | 17 Mar 2004 16:40 GMT | 2 |
I'm having a CORBA server written in Java (OpenORB), and, since the CORBA references to the clients are changed every time the server restarts, whenever I do some changes to the server, all the clients have to restart their apps.
|
| basic question about New operator | 17 Mar 2004 14:56 GMT | 10 |
I'm not too experienced with Java and have a question about the 'new' operator. Is this always required? What is the difference and the advantages / disadvantages between the following 3 sets of statements? Thanks,
|