Hello all;
I am unable to run two Java apps in 1680x1050 resolution. Is there a way to
fix this? I have some similar questions on Internet but have seen a
solution.
Thank you.
Iraj
Andrew Thompson - 15 Oct 2006 15:53 GMT
...
> I am unable to run two Java apps in 1680x1050 resolution.
Can you run one Java app. in that resolution?
Can you run *any* Java app. in that resolution?
Can you run any *app.* in that resolution?
Can you run your *monitor* in that resolution?
BTW - Wow that's a high res. monitor.
..Can I come over to your place to watch DVD's?
>...Is there a way to fix this?
Try stroking the cat as you open the second app..
If that fails, more details might be required.
(See above, then add 'what applications?', 'what is the
actual definition of "unable to run" - stacktrace? log?'.. )
>...I have some similar questions on Internet but have seen a
> solution.
The internet is a big place. Care to be more specific?
Andrew T.
Andrew Thompson - 15 Oct 2006 17:07 GMT
> Hello all;
As an aside, do not send me email (unless you
wish to continue via email, at standard consultancy
rates).
Andrew T.
Ian Wilson - 16 Oct 2006 10:17 GMT
> Hello all; I am unable to run two Java apps in 1680x1050 resolution.
Hello it3, I *am* able to run Java apps in 1680x1050 resolution.
> Is there a way to fix this?
Yes, but first you have to provide some information about the apps, your
environment and the symptoms of the problem.
http://www.catb.org/~esr/faqs/smart-questions.html
iraj@gwu.edu - 16 Oct 2006 11:54 GMT
My OS is windows XP sp2. One of the application is JXplorer LDAP Browser.
When I run it a get an all white dialogue box. When I lunch Java Control
panel an all gray dialogue box is loaded. As soon as I change the
resolution back to 1027x768 or 1280x1024 everything on dialogue boxes shows
correctly. The version of java is "jre-1_5_0_06-windows-i586-p.exe"
>> Hello all; I am unable to run two Java apps in 1680x1050 resolution.
>
[quoted text clipped - 6 lines]
>
> http://www.catb.org/~esr/faqs/smart-questions.html
Ian Wilson - 16 Oct 2006 16:17 GMT
Please don't top-post, please put your reply below the part of the
message you are replying to and trim any surplus from the original.
Top-posting corrected.
>>> Hello all; I am unable to run two Java apps in 1680x1050
>>> resolution.
[quoted text clipped - 12 lines]
> dialogue boxes shows correctly. The version of java is
> "jre-1_5_0_06-windows-i586-p.exe"
I downloaded JXplorer LDAP Browser (4.6MB!) and it ran fine on my
1680x1050 display.
I can run Java control panel, it displays correctly.
My guess is that you are missing some resource, perhaps fonts, you could
try changinging the DPI (120dpi) or Fonts ("Large") settings in the
Display control panel.
The two apps you mentioned are not normally packaged Java aplications so
I don't know what diagnostic methods can be applied to them.
Try downloading the `"Hello World" application in Java`
(HelloWordl.class) I posted to http://www.mysharefile.com/, save it to
your hard disk (e.g. in c:\temp\HelloWorld.class) then open a Command
Prompt window and type these commands
c:
cd temp
java HelloWorld.class
See if it complains about fonts or some other problem. If you run a Java
application from the command line you will be able to see any messages
that are written to the "standard error" filehandle (STDERR)
As a last resort, I'd uninstall and reinstall the JRE.
Thomas A. Russ - 16 Oct 2006 18:33 GMT
> Hello all;
> I am unable to run two Java apps in 1680x1050 resolution. Is there a way to
> fix this? I have some similar questions on Internet but have seen a
> solution.
Are you running out of Java memory?

Signature
Thomas A. Russ, USC/Information Sciences Institute