[精讚] [會員登入]
355

安裝netbeans9遇到的小狀況

how to show netbeans9 program onto ubuntu desktop

分享此文連結 //n.sfs.tw/12648

分享連結 安裝netbeans9遇到的小狀況@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2018-10-26 12:03:01 最後編修
2018-08-23 23:23:25 By jung
 

紀錄一下這個小狀況,到官網下載netbeans9,也把java SE10 搞定後,

依照網路說明安裝完netbean9後,會發現只能用終端機下指令開啟netbeans圖形介面

後來找到這個方法,到/home/username/Desktop下面新增一個netbeans.desktop檔案

加入以下內容:

[Desktop Entry]
Encoding=UTF-8
Name=NetBeans IDE 9
Comment=The Smarter Way to Code
Exec=/bin/sh "/home/ubvir/Downloads/netbeans/bin/netbeans" //這邊必須改成安裝netbeans的路徑
Icon=/home/ubvir/Downloads/netbeans/nb/netbeans.png //要看一下圖示檔的位置
Categories=Application;Development;Java;IDE
Version=1.0
Type=Application
Terminal=0

重新登入後,點選桌面上的文字圖示(代表netbeans.desktop)

會問是否確定開啟,確定之後就可以正常在ubuntu桌面上用滑鼠點二下的方式開啟netbeans9 IDE了 lol

END

你可能感興趣的文章

testing gitlab and jenkins CI/CD on docker-1 在docker架設gitlab, jenkins 測試CI/CD pipeline第一章

how to make wicket web application runs under docker enviorment with correct encoding 在docker環境下,wicket web application 編碼錯誤的問題

specific instructions to create a maven archetype from local existing project. Generate an archetype from the project

使用virtualbox每次都忘記的事情 share folder from win host to linux guest vm

openssl package update issue caused by cve-2022-2068 centos7 is at maintenance support phase2, only critical impact security issues will be patched

unknown issue after downgrade to intellij idea community version 使用社群版遇到的奇怪問題

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

使用virtualbox每次都忘記的事情 share folder from win host to linux guest vm

在windows server建立radius服務使用active directory帳號驗證 setup windows server to add radius service using active directory accounts for authentication

縣市端新增syncdata spi功能 為了讓部裡主機可以透過OAUTH2流程,呼叫縣市同步SYNCDATA 的API

如何用git log功能產生有固定格式的commit紀錄 how to create a git commit history log file with custom format

在intellij IDEA解決檔案內容顯示為UTF-8字碼而不是中文的問題 how to show correct language content of file, instead of utf-8 encoded charactors