| Thread | Last Post | Replies |
|
| Can i get Core java Tutorial in PDF | 09 May 2007 04:04 GMT | 1 |
I am new to Java and this group, can anybody please send me Core Java material in pdf ... Thanks and regards Anil.hungund
|
| mapping set to bitmap ... | 08 May 2007 13:47 GMT | 2 |
I am pretty much Java newbie and I got lost in java.util.* land (again :-)). I am writing a small app which would convert KMail created Maildir folders to the Thunderbird mboxes. Most of the work will be (I hope) done by javax.mail and GNU classpathx
|
| Applet Question | 07 May 2007 23:43 GMT | 1 |
I am trying to build a web-base application using Java Applet for my company. Is it possible to give it full trust like a local application? Do I really need a signed applet in this case?
|
| jdk download issue -- javashoplm.sun.com unavailable | 07 May 2007 19:04 GMT | 3 |
I'm trying to download a 1.5 JDK. I tried a few days ago (5/3/07) and today (5/7), but javashoplm.sun.com seems to be unavailable. My DNS server shows that the IP address is 192.18.108.200.
|
| how to display the number entered in descending orderb | 07 May 2007 03:33 GMT | 2 |
import java.util.Scanner;//Scanner class set up I'm trying to print a program that will take the input and display the number in descending order and gives out the average for it? It compiles but it won't give me the output... Any suggestions?
|
| supporting older JVM's | 07 May 2007 01:21 GMT | 7 |
I was wondering what your opinions are on compiling a program to run on older JVM's. I have an application that doesn't use any 1.5 or 1.6 features and compiling it as "-source 1.4" works fine. I'd like to lower the bar for people using it and broaden my audience. Is there any ...
|
| How to copy one jar inside another | 06 May 2007 17:57 GMT | 24 |
Hi all. This is likely a repeat of an earlier question, but my Google foo is weak and I can't find what I'm looking for. I want to create a Java application that uses an external library (a .jar that isn't in the default JRE), but I don't want to have to ask the
|
| SOS... | 05 May 2007 15:43 GMT | 3 |
Hi ,how are you , may i hava your help to an application in java?The program prints the information of the employees , salary, rate ,name...The main program called BasePlusCommissionEmployeeTest3 is:
|
| Customizing a JTabbedPane? | 05 May 2007 10:10 GMT | 6 |
Some time ago I spent some time investigating how I could add a 'close' button to the tabs of Components in a JTabbedPane, (eg. tabs in Firefox browser) however I gave up unsuccesful. Could someone provide some hints on how to approach this 'problem'?
|
| Tetris applet | 05 May 2007 05:17 GMT | 1 |
<disclaimer>
>From all of my lurking about the c.l.j.* groups, I believe this is where I should post this question(at least I hope so). If not, please direct me to the proper group. Thanks.
|
| is this normal? | 05 May 2007 04:22 GMT | 1 |
Hi to everyone, I had installed jdk 1.5.0_10 196Mo Then Sun's update came on adding: 60 Mo for jre 1.5.0_11
|
| Unexpected Relative URL Result | 04 May 2007 17:19 GMT | 1 |
I run the following: URL myURL = getClass().getResource("."); System.out.println(myURL); myURL = getClass().getResource("..");
|
| problem with applet that prints lines with various fonts | 04 May 2007 12:28 GMT | 1 |
Hi , how are you ?Here is an applet that creates font objects , stores them into array called mFonts and outputs lines with these fonts.Code is: /**
|
| calling a VB6 .DLL from java | 04 May 2007 09:02 GMT | 1 |
Well, as the subject says, I have this VB6 DLL that I need to use from java, hopefully without having to do any recompiling. I've been looking into JNI, but I can't quite figure out if this will be supported. The .VBP file for the DLL says "Type=OleDll" so I guess
|
| List contents of file from war within ear | 03 May 2007 22:20 GMT | 2 |
I routinely receive ear files for deployment. Within the ear is a war file. Under the META-INF directory of the war file exists a file called version.num. I need to list the contents of this file to verify the version number. I currently use the jar command to extact the war
|