jre « Development « Java Swing Q&A





1. how to choose a jre on runtime?    stackoverflow.com

i have a Swing app and i want to run it with Nimbus look'n'feel. I have the last update for the JRE and I know how to setup my ...

2. Swing Applications Always Starting Maximised    stackoverflow.com

Swing applications always start maximised on one of my computers, but not on others. I've posted about this issue on the Sun Java forums without any solution being found. I tried ...

3. Is it legal to customise JRE to decrease Java GUI application size?    stackoverflow.com

like i said ,this question is about redistributing JRE. i wrote a swing app to access Google Docs Service,which named iGoSyncDocs and could be found at http://igosyncdocs.sourceforge.net/. if you're interested ...

4. Best Desktop Deployment technique for small Java applications    stackoverflow.com

I am planning to develop a GUI Frontend for mixminion in java using swing(it would be something very simple nothing big). After making it what would be the best way to ...

5. Using custom fonts in Swing application    stackoverflow.com

I have two specific fonts installed on my computer and would like to configure the JRE to make them available to my application, specifically Calibri and Cambria Math. However, I understand ...

6. To provide swing support for IE4 which has jre 1.1 as swing supports jre1.2    coderanch.com

Hi bapi, If ur browser do not support swing and u still want to use swing in your application .then the only way out the plugin. and for this u need to get HTMLConverter(from sun's site ) and convert your HTML using . Once converted the page will automatically try to download the plugin when accessed first time. but remember that ...

7. Problems running Swing client with JRE    coderanch.com

Hi all, I've got a problem with a Swing client. I've devopeled a swing client with VAJ3.5 which uses Java1.2.2 if I'm not mistaking. I want to run the application stand-alone with a JRE. With JRE1.2 the application won't work. With JVM1.4 the application starts but it doens't work properly. What can I do to let the appliaction run stand-alone?? In ...

8. Migrating from MS VM to Sun Jre pluggin 1.4    coderanch.com

Hi, we are having an application developed in AWT and applets. we developed our own widgets. Our application working fine in Microsoft VM(IE) now. Since Microsoft is not going to give MS VM in future version of IE. We are in the planning of migrating our application to sun jre 1.4. How much change it requires. We are not using SWING ...

9. Mismatch of JDK and JRE versions cause screen freeze for applications ?    coderanch.com

Hi, My Java swing application is built on jdk1.3.1_17 in server. It was working fine without any issue when I use Java webstart 1.0.1 to download the client part of the application and JRE 1.3.1_10 to run the application from my local desktop. For better performance, I upgraded my local desktop to 1.4.2_07 version of JRE and same version of java ...





10. how to reconfigure JRE for browsers    coderanch.com

Originally posted by santomh Mclain: I've installed JRE 1.6_03 in my system few months ago for IE 7.0 and it was working fine. but now java console disappeared automatically and my browser can no longer run the applets. while JRE1.6_03 still persist in the system. I don't know how did this happen and I've gone through the java related settings in ...

12. Detecting old JRE without closing and reopening GUI    coderanch.com

Hi, Is there a way in JWS to detect that the JNLP file refers to a new JRE without relaunching the application. My problem is that I might have users who havent closed their login window but the JNLP file on the server has been updated to refer to a newer JRE. So lets the the JWS GUI is still showing ...

13. # A fatal error has been detected by the Java Runtime Environment    coderanch.com

I was just running some tests on my code. When I closed my code, this was displayed in cmd prompt (where I compile and test run my code): # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8ea27e, pid=3444, tid=1896 # # JRE version: 6.0_24-b07 # Java VM: Java HotSpot(TM) Client VM ...

14. A fatal error has been detected by the Java Runtime Environment:    java-forums.org

A fatal error has been detected by the Java Runtime Environment: I am getting this error while i login overnight my jack project which is in java swing .It occurs always if i logged in overnight and if we see in the morning this error will be on desktop.please help me this is an immediate requirements. # # A ...

16. need restore Look and Feel of application back to1.4 when jre is updated to jdk 1.6    java-forums.org

Hi Praveen, Yes, you will set it with UIManager but Metal Look and Feel was the standard look and feel of Java. I heard that Sun will change or already changed default look and feel for Java to make it more competitive. So if thsi is the reason, first you should know which look ad feel you were using and then ...