| Thread | Last Post | Replies |
|
| Re-installing Java 1.5 | 29 Aug 2004 19:53 GMT | 1 |
I installed Java 1.5 beta 1 on Win 2k machine. Somehow the java installation got corrupted and fails to load applets in the browser. So, I tried re-installing the java and it fails saying the version is already installed. I tried uninstalling and got failed and I manually removed ...
|
| disabling maximize button of JFrame | 29 Aug 2004 18:21 GMT | 4 |
* How can I disable the maximize button of JFrame. * How can I start my JFrame in maximized mode, Do I have to get screen resolution and then resize or there is simple method. * When I maximize my JFrame, it covers the taskbar in my Win2k.
|
| what do i need to develop java applets? | 29 Aug 2004 15:32 GMT | 3 |
i am new to java development. What do i need to make things work? I don't wanna buy expensive software yet, so freeware would be nice. Can anyone help me out?
|
| converting byte to Byte or int | 29 Aug 2004 14:03 GMT | 5 |
Consider the code below: private byte [] rawipstart,rawipstop; rawipstart=start.getAddress(); rawipstop=stop.getAddress();
|
| Retrieving UTF-8 Data via HTTP | 29 Aug 2004 08:06 GMT | 4 |
I have a simple Java applet that retrieves data from a website using HTTP POST. The website is an ASP.NET application returning Unicode UTF-8 encoded data. It seems that my Java applet is not properly handling the Unicode data, because some foreign language characters
|
| Invalid cast type error | 29 Aug 2004 06:37 GMT | 9 |
I create a new class object at runtime using: Class dmClass = Class.forName(dmClassName); I want to be able to use the Class object, dmClass, to cast new objects but I can't seem to get this to work. I've tried:
|
| Java and Linux Errors | 29 Aug 2004 03:03 GMT | 1 |
I just upgraded my Linux system to Fedora Core 2 from RH 7.3. On the RH 7.3 system I had jdk1.3.1_02 installed and working. After I upgraded to Fedore Core 2 the java broke with runtime link errors. After some investigation I
|
| understanding methods and calls issue | 28 Aug 2004 16:41 GMT | 6 |
ok i have mostly been buliding little classes with tester classes and i passing things around by the parameters or args i guess i can build java programs with user input and add numbers and things like
|
| What I mean is. | 28 Aug 2004 03:48 GMT | 6 |
My problem is other programs running at the same time. I need code so the program I want runs and all the others stop running or are kept from running. That is my problem.
|
| HotJava: Size Limit? | 27 Aug 2004 21:26 GMT | 8 |
Is there a file size limit for the HotJava Browser 3.0? I tried to open a file (http://www.geocities.com/googlepubsupgenfaq/), which is more than 100 KB large, and HotJava can't show the end of the page. I have the same file on my computer, and HotJava can't show the
|
| How do I query memory for a Java Application? | 27 Aug 2004 20:11 GMT | 3 |
I recently inherited a java application that runs within a Tomcat (on a Linux box). The application hold tons of information - rather than going to the database. This makes it hard for me to troubleshoot. What would be the ways I can query the memory? Can I do this from the OS
|
| digital signature: a problem | 27 Aug 2004 14:57 GMT | 2 |
There is someone experienced in digital signature programming, in particular using the Bouncy Castle library? I have had a little problem and I'm looking for an answer... If yes, please answer to this post and I'll explain my problem.
|
| Which Java Certificate is useful? | 27 Aug 2004 14:49 GMT | 2 |
I recently want to have some Java Certificates in order to further my career as a Java Programmer. I know there are lots of certificates such as Sun SCJP and IBM WSAD. Which one is the shotgun in entering Java programming field and easy
|
| Applet notinited | 27 Aug 2004 14:37 GMT | 16 |
I'm trying to access an HTTPS site to run an applet and am getting this error (along with the dreaded red "X"). I'm running WIN2000 and IE 6.0 and have no information about the server attributes.
|
| Running from a JAR - classpath issue? | 27 Aug 2004 13:34 GMT | 1 |
I am trying to run "hibernate ide", which I downloaded from here: http://www.hibernate.org/Documentation/Hibern8IDE but I keep getting an error: Exception in thread "main" java.lang.NoClassDefFoundError: org/jgraph/JGraph
|