0

PHPIDEとしてNetbeansを使用しています。netbeansサイトからnetbeansをダウンロードし、それを/ opt /フォルダーに抽出してから、を使用して実行しました。

$ sudo /opt/netbeans-7.1.2/bin/./netbeans

読み込まれているようです。スプラッシュ画面が表示され、スプラッシュ画面にメッセージが表示され、モジュールの読み込みが完了します。その後、完全にロードされたNetbeansIDEを入手することになりました。しかし、私は何も得られません。Netbeansはロードされているようですが、グラフィカル画面が表示されませんでした。NetbeansのGUIが完全に非表示になっているようですが、Netbeansの処理は進行中です。を使用して実行を確認しました

$ ps -aux | grep netbeans

これは、プロセスが実際に正常にロードされたことを示しています。

私はこの問題を解決しようとしており、netbeans.confのいくつかのパラメータを変更しようとしています。

私は助け、提案、推測を探しています。この問題の原因は何でしょうか。

4

1 に答える 1

0

I have found the solution. It seems there was some mis-configuration which caused this problem. I delete the "~/.netbeans/7.1.2" and then restarted the netbeans.

My version of Netbeans is 7.1.2. So to delete the folder I used the command listed below.

$ rm -rf ~/.netbeans/7.1.2

If you have multiple instances of netbeans then you'll have to find the right folder to delete.

It worked fine and I got the netbeans GUI Back. I think I messed some configuration. Restarting netbeans re-created the folder.

@Jan : Thanks for answer. I have already been using jre, jdk from java.com.

于 2012-08-28T13:19:54.457 に答える