Where is the Mono develop User Interface? - ide

I have downloaded and Installed MONO_DEVELOP on my mac using this linke - http://www.go-mono.com/mono-downloads/download.html
Only the command line version of mono gets installed. How should I get the IDE working? I have been trying it for two days now. Please help.

MonoDevelop and Mono are not the same thing.
You can download MonoDevelop from http://monodevelop.com/.

Related

What is the latest version of Mono that can be run on Raspberry Pi 2?

I am currently working from Mono Version 3.2.8 and am running into trouble finding any documentation on this version. I have no idea what code will run until after I get the exceptions. Either a compatibility list to what works or an idea of what version I can compile that works would be great. Any one have experience with this?
You can manually install the latest version. I was easily able to install
Mono version 4.6.2 on Raspbian.
The http://www.mono-project.com/docs/ site gives a general answer for which major libraries work. Letting you know when there isn't full compatibility but doesn't give specifics.

Rubymine 6.0.3 Startup Error on Ubuntu

I am installing RubyMine on Ubuntu 15.10. I downloaded the .exe file and installed it using Wine installer. The installation gone pretty well.
But when I tried to run the RubyMine, I am getting an error. I am attaching the screenshot of the error.
I tried searching, I got answers related to Mac Os to remove the .jar extensions. But I couldn't find any regarding Ubuntu.
Anyhelp is appreciated.Thank you.

CMake Windows Phone problems

I have a project that is using CMake as a build system, and I need to port it to Windows Phone. Sadly, but when I try to run cmake .. -G "Visual Studio 12 2013" it fails, saying
A Windows Phone component with CMake requires both the Windows Desktop SDK
as well as the Windows Phone '8.0' SDK. Please make sure that you have
both installed
And this is really weird, because I do have both of them installed. Adding -DCMAKE_SYSTEM_NAME and -DCMAKE_SYSTEM_VERSION doesn't help, still the same result. Even if I specify the system version to 8.1, it still says I'm missing '8.0' SDK.
I tried googling, but it didn't help either. It seems that some people have run into same problem, but similar questions are all unanswered for some reason. I'm using CMake 3.2.2 now, tried on 3.2.0 with same output.
Completely lost at this now and have no idea what to do with that. Any suggestions?
Looks like its been fixed in CMake 3.4 https://public.kitware.com/Bug/view.php?id=15662
The location in the registry CMake uses to find the SDK's seem to have changed in Windows 10.

Netbeans 7.1.2 and 6.7.1, SoapUI both stopped working on OS X Mavericks

Installed the OS X Mavericks last night and Netbeans and SoapUI both doesnt work anymore. Has anyone found a solution for this?
Updating Java JRE fixed Netbeans, other products that are still having issues:
1) SoapUI
2) Apache Directory Studio
3) PyCharm
I had the same problem. Try to install the newest Java JRE. It worked for me
Downloading NetBeans 7.4 worked for me
Updating Java JRE and downloading NetBeans 7.4 didn’t work for me.
Installation issue : Neatbean 7.4 was unable to install and previous version (7.2 on my computer) was unable to launch.
When i tried to launch Photoshop 5.1, i had a message saying Java SE 6 was missing. Mavericks asked to download it. After installing automatically, Photoshop and Netbeans install was ok.
Also, you can try this link if you can't download automatically :
http://support.apple.com/kb/DL1573

Running Clojure Box in Windows 7

Has anyone had a problem running Clojure Box in Windows 7?
I am trying to run a fresh install of Clojure Box on a fresh install of Windows 7 Professional (64 bit). Java version on system is 1.6.0_16.
emacs starts up but produces the following error messages:
Warning (initialization): An error occurred while loading `~/.emacs':
File error: Searching for program, no such file or directory, java
As a newbie at emacs, slime, swank, paredit, Clojure and Clojure Box, I'm not even sure where to start. I can't even find `~/.emacs'
Thanks for any help you can provide.
Is the directory you installed Java to on your PATH?
I also got the same error by not having Java installed at all prior to installing Clojure Box. It'd be nice if the installer checked for Java's presence and PATH-belonging. Once Java was installed, Clojure Box was working correctly.
You may create .emacs file yourself. See this answer.
One gotcha is that there is a emulation of the 32 bit process on the 64 bit version of Windows so you need to add java files to C:\Windows\SysWOW64 even if you have it in C:\Windows\System32 folder.