Popups appearing empty intellij - java

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.

Related

How can I fix an error with IBus in Ubuntu 15.10

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.

Install Myeclipse shows a java error

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.

Android SDK on Debian linux has blank windows

Windows show like this:
Thinking it might be OpenJDK's fault, I downloaded Java SE JDK and pointed the run script to it. This did not appear to help.
Not sure what information to provide, other than being on debian jessie, using awesomewm, and:
~$ java -version
java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-2)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
Leaving this up just in case someone stumbles on it. Apparently java, in many forms, has problems with a few wms. Awesomewm included. One needs to export a 'nonparenting' variable:
export _JAVA_AWT_WM_NONREPARENTING=1
Maybe someone will come along and offer a more fulfilling answer to this problem.

Netbeans endlessly "Background scanning of projects"

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>

jetty 9.1.0.v20131115 / OSX 0.7.5 / Oracle jdk 1.7

I'd really appreciate it if someone could help me with this.
I have jetty 9 working fine on an Ubuntu 12.04 VM.
I'm now trying to run the same jetty on my MacBook pro.
But its running incredibly slowly and the websockets demos don't work.
So its gotta be something about the install of my MacBook.
As I said in the subject its running Lion (10.7.5) and I have just installed jre-7u45-macosx-x64.dmg onto the machine.
When I do java -version I get
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)
I have untarred jetty and when I cd down into the demo-base folder I just do:
java -jar ../start.jar
And then point Chrome at http://localhost:8080 and navigate to the demos
I'm finding that the navigation is way slower than it is on the Ubuntu box and the websockets demos are just non-functional.
I'm not sure what direction to go in now to tease this out, so would appreciate any suggestions.
SOLUTION: I was stupid.
I installed the JRE and not the JDK.
When I installed the JDK it all started working.
Apologies for any time wasted.
Thanks to Marko for time spent trying to help me.

Categories