Nightly Glassfish on Intellij - intellij-idea

I'm having trouble with changing GlassFish version to Nigthtly. My Intellij says that it doesn't recognize it as a valid GlassFish home. Could somebody tell me step by step how to get through this?

Soulution:
go to glassfish4/glassfish/lib/install/applications/__admingui/WEB-INF/lib/
change jar name to console-4.1
Although this works I cannot get it to work with the newest version of nightly build.
My mistake was to assume that it was Intellij specific problem, so I installed Netbeans and tried changing GlassFish there and the same problem occured, but this time I knew there's like million more questions on the internet about Netbeans than Intellij and of course I found a solution.

Related

IntelliJ Idea red Spring and Lombok annotations

I have a problem with IntelliJ Idea 2020.1 Ultimate Edition. It shows Lombok and Spring annotations and imports in red. The project compiles, I can run tests. I did some googling. I tried to reimport maven projects and go to File->Invalidate Caches/Restart. Then I deleted Idea system directory - it does not help. Before it worked fine, I do not know why it started doing this. Can somebody help me out?
I am not sure it is a correct solution, but it worked for me. I just reinstalled IDEA. It was faster that talk to IDEA support trying to figure out what is the cause of the issue
I got the same problem and fixed it from this way. First download lombok dependency from spring.
Then go to IDE and paste it to pom file and run. It isn't fix your problem. Go to Choose this and clear cache. Then restart.
If isn't fix your problem then go to this site and download relevant version of lombok for your IDE. https://plugins.jetbrains.com/plugin/6317-lombok
enter image description here
Then it will download a file. Then go to where you install the IDE and go to this path and paste that lombok java file.
IDE path
After trying these methods error was fixed. Thank you.

Unable to to load Tomcat plugin in IntelliJ

I am running IntelliJ 15 Ultimate and trying to enable the Tomcat plugin (which for some reason was disabled). However, IntelliJ does not seem to let me re-enable it.
What I have tried is
Re-install IntelliJ 15, and I chose to replace the old version, but the problems with the plugin seem to be persistent
Deleting /Applications/IntelliJ IDEA 15.app/Contents/plugins/Tomcat between the re-installs to ensure it was not being re-used, but with no avail
Verifying that I have a licensed/paid version of IntelliJ 15 Ultimate edition
At this point I'm not sure what to do, as a re-install clearly did not work. Are there any directories or files I could manually change/remove?
I am using OS X version 10.11.2 is that matters.
You need to enable the "Java EE: EJB, JPA, Servlets" plugin as well. The message is displayed because that plugin is not enabled, and the Tomcat plugin depends on it.
The only solution I could come up with was to entirely wipe IntelliJ and any config files it created as described in this answer.
Upon installing IntelliJ once again, the Tomcat plugin was enabled and was able to create a run configuration for that! Maybe not a fix per se, but it works as expected again.

go lang plugin for Intellij IDEA 14.0.x

Is it possible to setup go language pluing for Intellij IDEA 14.0.3 version?
I tried to download the binary plugin (jar) from https://plugins.jetbrains.com/plugin/5047?pr=idea but the version 0.9.15.3 listed here is old and does not recognize GOROOT and GOPATH.
I tried to build the latest plugin using sources from https://github.com/go-lang-plugin-org/go-lang-idea-plugin using Intellij but failed to setup the SDK.
Is there a latest binary version of the go lang plugin available?
Update to IDEA 14.1+ or use the IntelliJ Community.
Original answer:
You can use the free version of IntelliJ Community with the latest version of the plugin and everything should work fine. Also, Android Studio for example is compatible with the plugin as well.
Unfortunately the plugin has some internal dependencies which makes it hard to port back and maintain for multiple IDEA versions. Hope this helps
It might be not the exact answer your are looking for but their is a separate IDE for go developer . it has some unique features you must try GOLAND First month is free.
I also faced up this problem couple days ago. You can download nightly version of go plugin from this link.
You must install this plugin via browse your download folder not repository

License issue with JRebel and Intellij Idea

I am using JRebel with Intellij Idea in Ubuntu. I have activated the plugin by pasting the code obtained from the website and it worked perfectly, but when i restart my IDE it is asking for the license again and i have to paste the license code each and everytime. How to solve this problem?
EDIT:- jrebel.lic file is not being created in ~/.jrebel/ folder
I'm posting this workaround for those who are struggling with this problem.
Uninstall the jRebel plug-in from the IDE.
Install standalone jRebel from here
Now add the following in the VM options when running the program. -javaagent:/opt/ZeroTurnaround/jrebel/jrebel.jar
This is how i solved my problem, i don't know whether it will work for others too.

Cannot run netbeans IDE After Adding python plug in

I added this plug in to my netbeans 7.2 IDE. Then, when I restarted the program and tried to open it again it did not open
as shown in this picture
I tried to restore my Windows system to previous restore point but the problem still exist.
any ideas how to solve this problem
I've tested the repository that they advised you to adding in the your Netbeans install.
But really has reference to many more plugins and features installed,
if you add this repository after upgrade the NetBeansIDE you ​​will see that all base modules will have replaced by the development release and practically you will have another version of netbeans installed.
I advise you to uninstall your current netbeans without deleting your workspace and reinstall your netbeans downloaded directly from the official website.
And also I would advise you in the future should try the unofficial plugin in a test environment. before bringing in your work
environment