Smartgit Ubuntu won't fit the screen - smartgit

we installed the latest version SmartGit 6.5 on Ubuntu 12 and it won't fit the screen. It's bigger and some controls are hiding. Version 2 didn't have such a problem. Is it some Java thing? How to fix that?

I have installed SmartGit 6.5 on Ubuntu 12.04 in VMWare and it fits fine in 1280x1024 for the default theme "Ambiance". You may try to remove some toolbar buttons or change the order of the tool windows and then reopen the window.

Related

codenameone UnsupportedClassVersionError: javafx/scene/media/MediaException has been compiled by a more recent version

...of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I have moved from a Windows to an Ubuntu machine and am arranging all the projects. A bit difficult all of it but have got through for all of it with the exception of my CodenameOne project, which is firing this exception when launching the simulator in Netbeans 8.0.2.
The designer is not working either.
I am running JDK 1.8 (OpenJDK)
Can anybody hint me on what could I try next?
In short, OpenJDK8 is not supported by the CN1 simulator because it doesn't include JavaFX. You need to use Oracle's JDK8. OpenJDK11 is, however, supported, as it is able to use JavaFX11 (which is now not part of the JDK).

Xcode 6.4 quits unexpectedly in macOS Sierra?

I have many working projects built in Xcode 6.4(had OS X Yosemite).
Recently i updated to macOS Sierra.
And also i have installed Xcode version 7.3.1.
i.e. i have multiple Xcode versions installed following this link.
http://iosdevelopertips.com/xcode/install-multiple-versions-of-xcode.html
However i can open my projects in Xcode 7.3.1 but it shows too many errors. i want to open it in Xcode 6.4, which is giving me the error "Xcode quit unexpectedly." each time i reopen the project in Xcode 6.4
I tried this solutions, still no results
Xcode quits unexpectedly every time I open my project
Xcode 5 crashes -- Xcode quit unexpectedly
I understand there is some compatibility issue.
Is there any solution.SOMEONE PLEASE HELP ME.
I had the same problem. It seems the problem is related to Ubiquity.framework being missing in newer OS versions. I managed to get the Xcode 6.4 to working on OS 10.12 with following:
Disable System Integrity Protection (SIP)
Restart your Mac.
Before OS X starts up, hold down Command-R and keep it held down until you see an Apple icon and a progress bar. Release. This boots you into Recovery.
From the Utilities menu, select Terminal.
At the prompt type exactly the following and then press Return: csrutil disable
Terminal should display a message that SIP was disabled.
From the  menu, select Restart.
II. copy "OS X El Capitan 10.11.6" /System/Library/PrivateFrameworks/Ubiquiy.framework to "OS X Sierra" /System/Library/PrivateFrameworks/Ubiquity.framework
III. Enable System Integrity Protection (SIP)
credit goes to:
http://bbs.iosre.com/t/xcode-6-4-on-os-x-sierra/5453 to work:
Try this solution
May be it helps.
Apple does recommend to upgrade to newer xcode versions. That would be fine IF the newer xcode versions would allow to run simulator on ALL the previsous iOS versions (which doesn't happen).
So if you need to support older devices (which if you do enterprise apps you are bound to need), you are stuck to use older xcode versions that still support the lowest hardware that you need to support.
I have the same issue.Out project is on xcode6.4.When i upgrade from mac 10.11 to 10.12.
Xcode 6.4 crashed when open.
I just downgraded to 10.11 back.
What worked for me was to remove a recent file {PROJECT-FOLDER}/{YOUR-PROJECT-NAME}.entitlements.

Why isn't Xcode running on my Macbook Pro?

I just downloaded Xcode 6.4 onto my macbook pro with OS X 10.9.5, Thing is it keeps sayings Xcode only works on 10.10.4 or higher? Any suggestions? Would like to learn C.
Any ideas?
According to Wikipedia the latest version of Xcode that will with with OS X 10.9.5 is Xcode 6.2. You can't get this version from the App Store AFAIK, but Apple do keep older versions available for download in Developer Centre. Just go there, sign in if needed, search for Xcode 6.2, and you should be able to download the DMG directly and install. Or alternatively, here is a direct link to Xcode 6.2. Sign in may be required.
Alternatively, you could upgrade your OS to the latest if your hardware supports it.

How to install CDT to Eclipse Luna

I am trying to install the C/C++ development tools for Eclipse Luna.
Taking reference from this page here, I navigated to Help> Install New Software> and placed http://download.eclipse.org/tools/cdt/releases/8.4
in the "Works with" section.
I got the options for C/C++ Development Tools and C/C++ Development Tools SDK which I downloaded and restarted Eclipse. However, on restarting eclipse I cannot find any place/interface to create C programs or files. The tools are showing up in the installed softwares list(screen attached).
I have also installed MinGw as instructed here.
Have I missed any step? How can I start C development in Luna. Please advice.
I had the same issue with Luna. I installed Java 1.7.0_80, which then allowed me to change to the C/C++ Perspective and create new C/C++ projects.
My system previously only had Java 1.6.0_45, which was sufficient to run Luna but apparently insufficient to run CDT in its entirety.
Your JDK version is below 1.6 which is too old. You should upgrade it to 1.7 or higher.
I had the same problem - installing java 8 helped.
I had exactly the same problem, using Luna SR 1a on Ubuntu 12.04 LTS.
Switching from Java 1.6.0_34 to 1.7.0_75 fixed the issue - everything works now

Does Silverlight 4 install on a non-Intel Mac?

Does Silverlight 4 install on a non-Intel Mac?
No. This link implies that only Silverlight 1 is installable on a PPC Mac. Apple Downloads site. Anything later requires OSX 10.5 or higher, which is Intel-only.
Here's another link, from Microsoft's FAQ site, which states OSX 10.4.8 or higher. Again, OSX 10.4.8 is Intel only.

Resources