There seem to be similar questions but not on the same versions.
Netbeans has been "Background scanning of projects..." for hours now (everything is newly installed) and I don't get anything in the predictive text nor Navigator. Both just show "Please Wait"
Is there something I can do here or is this a known issue?
OSX: 10.10.2
Netbeans: 8.0.2
Java: java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Project Language: PHP
You might try to clear the Netbeans cache. It should (don't know the location in OSX) be located in
$your_user_directory/.netbeans/var/cache
To check if it might be related to some other settings try to start netbeans with a clear settings directory
netbeans --userdir <point_to_some_temporary_directory>
Related
I am using intellij idea 14.1.7,
$ java -version
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode).
Linux : Ubuntu 14.04
When I try to open a project, insert something,find something or anything that opens a popup/dialog box it appears like :
I have tried finding solution but I didn't got anything.
Any help would be appreciated.
I think it was some graphic issue in unity. I installed Ubuntu mate environment in Unity and now I am using it around 2 weeks the blank/transparent issue didn't came.
But there are other issues which are quite small, like content assist some times don't appear. But dialog/popup boxes are appearing normally now.
Installed:
Ubuntu 15.10 x64
Kernel: 4.2.0-18-generic
IBus 1.5.11
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
IntelliJ IDEA 15
Hello guys. I've got a problem with IntelliJ IDEA 15 in Ubuntu 15.10. when I'm using IntelliJ IDEA, sometimes I can't use hotkeys (for example: ctrl+v, ctrl+a and etc.) in IntelliJ. I've seen a notification about IBus in IDE, I'd followed by instructions to fix that, but it didn't solve a problem, I've added "export IBUS_ENABLE_SYNC_MODE=1" to my ~/.profile, but it doesn't work.
When I install myeclipse, it shows "needs java SE6 Environment",
How do I resolve this problem?
I have already installed jdk1.7 in my OS X Yosemite.
/Users/**** $ java -version
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
This is a problem with the online installer, which is a 32-bit application while Java 7 on OS X is 64-bit only.
You have two solutions : you can just download the offline installer, which should work fine, according to this support thread.
If this doesn't work, you'll have to install Java 6, which you can find here.
This was a problem with earlier installers. All current installers will not have this problem. Please download the latest release.
I have installed Oracle Java 7 in my /home directory by following steps given here (by just changing the path of installation). But still I cannot see the plugin listed in the chrome://plugins tab.
I also cannot see it running in JavaTester or here. I have tried enabling by following steps provided here but nothing works.
Some specifications:
Operating System: Ubuntu 14.04
output of java -version:
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
Please comment if anything more is needed for resolving the problem
Just pull it from webupd8 servers. Follow the directions at the following link.
http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
Also, this belongs on a different forum. This forum is for programming questions, installing a chrome plugin isn't really what we do. Next time post to the Ubuntu stack exchange located here.
I got homework to create Oracle ADF applications according to the instructions on oracle.com, specifically there: http://docs.oracle.com/cd/E37547_01/tutorials/tut_rich_app/tut_rich_app_2.html
But in step 10, I can not start IntegratedWeblogic server.
Log with fails is there: http://www.sendspace.com/file/v9l7vy
My bare idea is diacritical marks and space in my Windows username 'Petr Mojžíš'. I use Microsoft account to login to Windows, which create this anomaly.
I use Windows 8.1 64bit in English version and Oracle JDeveloper 12c.
Thank you for your advice
Modify %HOME%\oracle_common\common\bin\commEnv.cmd file setting USER_MEM_ARGS environment variable after ":continue" tag and re-create default domain again from Application Servers view on JDeveloper.
SET USER_MEM_ARGS=-Xms32m -Xmx1024m -XX:MaxPermSize=512m -XX:MaxHeapSize=512m
Try to set a system environment variable JDEV_USER_HOME and point it to a path in your directory D:\JDEV_USER_HOME . But this way the Jdeveloper related information is stored in the D:\JDEV_USER_HOME rather than AppData under user directory .
The problem is that you have your Weblogic in directory that has both special characters and spaces C:\Users\Petr Mojžíš\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain
In order to overcome this, Close your JDeveloper, create a new Environment variables JDEV_USER_HOME which points to a directory without any spaces or special characters. Open JDeveloper again and you should be good to go.
I had experienced a situation with the integrated weblogic server goes to the point when it says it is and it stops there, jdeveloper does not exit task. Making it impossible to deploy apps.
Possible solution.
It seems that it might have to do with Environment settings.
I changed the JAVA_HOME to point to the one in %ORACLE_HOME%\oracle_common\jdk and set the path to %JAVA_HOME%\bin and it seems to solve the issue.
Previously I was on
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
and now on
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)