Java Swings JMenuBar is not visible in windows 8 - windows-8

One of my application which is working fine since a long time, recently I installed it on Windows 8 and I saw that complete JMenuBar is not visible there anyone have any solution for this.
regards
Rajeev

solved myslef, there were some issue related to OS version check.
thanks

Related

I cant seem to open any OpenGL software

I recently reinstalled windows in my computer and cant seem to run any open source software that requires use of my GPU (Nvidia 1060) this includes Paraview/MeshLab/CloudCompare. According to windows everything seems to be okay as it regards to the drivers.Anyone has any idea on what the problems might be ?
Thank you in advance

CoreAVC 3.0.1 can't register on Win8.1 64bit

I installed CoreAVC 3.0.1 on my Windows 8.1 64bit, and want to use its decoder in MPC-HC. 32bit versions of CoreAVC and MPC-HC on Win8.1 64bit worked well. But when it turns to 64bit, MPC-HC can't find CoreAVC, and re-register CoreAVCDecoder64.ax fails with "A dynamic link library (DLL) initialization routine failed" error. I have already re-installed CoreAVC for many times. Can somebody help me with this? Thanks!
Since nobody ever seems to have answered this...CoreAVC is simply not supported under Windows 8/8.1/10. It has not been updated in quite some time and appears as though it will not be in the near future. Best bet is to try the CCCP for MPC-HC.
If you want to run HD video with CoreAVC, you'd better just go back to Windows 7.

Jetbrains IDE(s) failures

First my specs are an Intel i7 toshiba laptop with 8gigs of RAM running windows 8.1 with all the latest updates. When I first launch any of Jetbrains IDEs after install, it would ask me for my workspace location and then it would proceed to do nothing after than, but it stays in memory and slows down my entire system for about a minute, after that, the computer stops being slow and returns to normal but the program still does nothing (no GUI) but still remains in memory, what is going on??? Thanks in advance.
It's hard giving a definite answer to your question. But it sounds to me like you have a problem with your Java. Make sure you have it installed and at the latest version.
Also, try looking for matching bugs in the JetBrains bug tracker.
Replacing the jre folder within the IDE folder (pycharm,intelliJ,etc.) with one from an updated JDK install not JRE install.
ex:
JDK/jre7 copy over Jetbrains/IDE/jre
fixes the issue

CustomUserAgent does not work at Safari 7

I upgraded My MacBook Pro to OSX 10.9 hence my safari was upgraded to 7 with good expectation.
First thing I observed that Safari 7 does not take my CustomUserAgent from ~/Library/Preferences/com.apple.Safari.plist.
I stopped safari, made manually CustomUserAgent entry in ~/Library/Preferences/com.apple.Safari.plist and restarted safari again but Safari does not take CustomUserAgent and continued with Default value setting in Developer Menu. Same setting used to work with Safari 6.0.5/6.1.
Could you guys help me to figure out this issue?
Regards,
Anand Choubey
10.9 Preferences are cached. Please check below link for more details.
http://hints.macworld.com/article.php?story=20130908042828630
I suggest, modify Preferences should be done either use defaults command or
CFPreferencesSetValue in programming.
Preferences should not be modified through hand.
Regards,
Anand Choubey

How to completely uninstall XULRunner 7 Mac OS X

There is a thread here:
How to Install and run a XulRunner Application on Mac OS X?
...in which a user mentions having trouble uninstalling XULRunner 7 so he could then install XULRunner 6. Unfortunately he just says he figured it out, but doesn't say how. It appears that I cannot private-message or email that user (CIRK).
So, does anyone know how one removes it, or at least get OS X to allow the install of XULRunner 6?
As a side-note, removing the /Library/Frameworks/XUL.framework directory does not work.
Thanks in advance.
Answering my own question a day later...
It appears that the XULRunner 7 installer not only adds files to the /Library/Frameworks folder, but also adds to /private
Specifically, I had to manually delete...
/private/var/db/receipts/org.mozilla.xulrunner.bom
/private/var/db/receipts/org.mozilla.xulrunner.plist
...along with removing the /Library/Frameworks/XUL.framework folder.
Hopefully that will be helpful to someone else.
edit: This is specifically relevant to OSX 10.6.7, reported to work on 10.7.2 as well
On Mac OS X 10.5.8 there is nothing under /private/... but there is a folder /Library/Receipts/xulrunner-*.mac.pkg which have to be removed too