HP UFT Installer has IntelliJ plugin option unavailable - intellij-idea

I have installed JetBrains IntelliJ 2016.2.3 and am in the process of installing HP UFT LeanFT runtime engine, SDK and IDE plugin. I am supposed to get an option for IntelliJ since I have it installed already, but this option is unavailable. See screenshot.
Is there something that I can check or that I am missing?

Would like to give a try with silent installation? Save the below code as batch file and replace the appropriate folder and give a try.
#ECHO OFF
SET LEANFT_INSTALLER_LOCATION=C:\LeanFT
SET INTELLIJ_16_LOCATION=C:\IntelliJ16
SET INSTALLATION_LOGS_PATH=C:\LeanFTInstaller
::No visual indication of the installation progress
%LEANFT_INSTALLER_LOCATION%\setup.exe /s ADDLOCAL=LeanFT_Engine,LeanFT_Client,RegIntelliJ INTELLIJ_INSTALLDIRS=%INTELLIJ_16_LOCATION% /l*xv %INSTALLATION_LOGS_PATH%\LeanFTinstall.log
Reference: Install LeanFT

Related

IntellijJ IDEA 2020.2.3 Not Starting

I downloaded IntelliJ IDEA Community edition from jetbrains and I installed it.
When I try to run it, nothing happens.
It doesn't respond.
Tried uninstall and install again, same.
Using Java 11.
First check if the JAVA_HOME variable is set.
If you go to IntelliJ Idea installation directory, try running idea.exe or idea64.exe, it will clearly say to add the JAVA_HOME variable and also append it in path variable.
Come back again to IntelliJ Idea installation directory and double click on idea.bat file.
It should open now.

How to debug an IntelliJ plugin in a different platform (eg. Pycharm)

I have a license for PyCharm Professional and am using IntelliJ IDEA Community Edition to develop a plugin for it. I need to run the plugin in PyCharm to test it out. I can't use the Python plugin for IntelliJ IDEA to test it as only the Community edition of the plugin appears to be available for me. If I manually download the professional version and try to install it I get Plugin 'Python' is incompatible with this installation. I assume I would need IntelliJ IDEA Ultimate to be able to use the professional version of the Python plugin.
I saw this question, which suggests it is possible to use PyCharm as the target for a "Plugin" run configuration, but I haven't had any luck following those steps. I set the JRE to /opt/pycharm-professional/jre64 but got Exception in thread "main" java.lang.ClassNotFoundException: com.intellij.idea.Main. I then grabbed the java command line args from a running instance of PyCharm and added those in (particularly the classpath) but got Error: Could not find or load main class com.intellij.rt.execution.application.AppMainV2. I haven't been able to find anything in the docs on how to set this up.

Can't install practically macro on eclipse

I can't install practically macro on eclipse.`
Error:
Communication with repository at
http://puremvcnotificationviewer.googlecode.com/svn/trunk/PracticallyMacroGoogleUpdateSite
failed.
Read Timeout
Tried to install from here https://marketplace.eclipse.org/content/practically-macro-0 dragging and dropping
And tried to install it from eclipse marketplace, both said the same thing.
I have eclipse luna 4.4.1.
I want to be able to do key shortcut for run cofiguration. Apperently i need this plug-in but can't install it.
Go to https://sourceforge.net/projects/practicalmacro/?source=typ_redirect and download PracticallyMacro_x.x.x.jar.
Then create a directory "PracticallyMarco" inside the eclipse/plugins directory.
Extract all files from PracticallyMacro_x.x.x.jar into eclipse/plugins/PracticallyMarco.
Restart eclipse. (Maybe you should restart eclipse with the -clean option.)
Then you can use the PracticallyMacro from the main toolbar:
See also the file eclipse/plugins/PracticallyMarco/Instructions.txt for more details.
There is a GitHub fork that seems to work:
https://github.com/EmteZogaf/practicalmacro-site/
If you browse the repo you can find the following update site:
https://github.com/EmteZogaf/practicalmacro-site/raw/master
I tested it on latest eclipse PHOTON and it seems to work.

JProfiler asking for IntelliJ Configuration Director (.IntelliJ...)

I tried to install JProfiler integrated with IntelliJ 10 on MacOS. The installer tries to locate a 'IntelliJ configuration folder' which I dont have and I dont know how to create.
Any assistance or hints would be fantastic.
See the corresponding IntelliJ IDEA FAQ article.
~/Library/Preferences/IntelliJIdea10
Windows:
C:\Users\user.IntelliJIdea2017.2

installing plugin in eclipse-cpp-helios-SR2-linux-gtk-x86_64

Can someone tell me how to install a map reduce (hadoop) plugin in eclipse-cpp-helios-SR2-linux ? Thanx in advance
hi
you can try this approach. Use any latest version of eclipse and than install CDT in it. This will allow you to write c/c++ application.
for your hadoop just go to you hadoop installation directory,here in contrib folder you will find eclipse plug-in in this folder you will get the jar file, just copy this file in to eclipse plug-in directory and restart the eclipse.
Now check for map-reduce perspective in window->open perspective and select build configuration according to your system
I don't know about the hadoop plug-in site if you find a site which provide hadoop plug-in than
There are two way to do it.
1:As you read over the net copy the plug-in and paste it into Eclipse plug-in folder and restart the eclipse. This is not the best way to install plug-in.
2: The proper way to install plug-in in eclipse is following :
Go to Help menu in Eclipse main window press Install new software.
Here in tab work with just put the address of website from where you want to install the plug-in.
Write any name for plug-in than look in the text box. it will provide you proper name of the plug-in and "next " tab at the bottom will be activated.
Press the next tab,It will install your plug-in .
At the end of installation just restart the eclipse to take the new setting effect.