I installed Netbeans for Java ME but I need at least Netbeans 7.3 and I have version 7.01.. Any tips on upgrading Netbeans to version 7. 3 on the command line? Should I uninstall Netbeans entirely and start from scratch with the more recent version?
NetBeans should be in the repos, although you can always download the 7.2 shell script from the NetBeans website. I typically install NetBeans after Eclipse, so I don't need to worry about Java. Everything's already there.Regarding JDK7, Waldorf (and maybe Statler) has an option for install Java (openJDK) in the post-install script.
Hi
I want to start with J2ME development. I downloaded netbeans and sun's wireless toolkit. It seems like I need to get the netbeans mobility plugin.
All people seem to be sayin' it's available under tools>plugins>available plugins. There is nothing there on my netbeans.
Hi i'm David i'm new to ubuntu and as well as netbeans also help me
I installed Netbeans, and I've made sure to install all the JDKs and JREs I could find. It installed without errors. I also saw this question and made sure I followed all the instructions there as well.
I never got any error messages of any kind.
Hello all, I installed Netbeans 7.2 and the icon REFUSES to show up.
The netbeans7-2.desktop file is as follows:
Code:
[Desktop Entry]
Encoding=UTF-8
Name=NetBeans IDE 7.2
Comment=The Smarter Way to Code
Exec=/bin/sh "/opt/netbeans-7.2/bin/netbeans"
Icon=/opt/netbeans-7.2/nb/netbeans.png
Categories=Development;
Version=1.0
Type=Application
Terminal=0
I have tried
Code:
sud
I really encourage you reading our wiki http://chakra-project.org/wiki/index.ph … %99s_Guide"Save downloaded debs in separate folders, according to the package installed.
I have downloaded netbeans-7.2.1-ml-linux.sh into home/downloads and now want to install it
How can i do that?
I tried the "sh" command and that's not working.
Do i need to move the sh file to some other directory before trying to install?
I installed the Oracle JDK from the RPM package off the website and used the java -version command to check that java was installed correctly and got this:
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) Server VM (build 23.3-b01, mixed mode)
Then I downloaded the netbeans.sh package and tried to install by using sh ./netbeans.sh and got this output:
I installed NetBeans 7.2.1 for Ubuntu 12.0.4.
When I connect via FTP to a site and click view/edit a file (FileZilla), NetBeans is opened but without a file in it (it only opens NetBeans without opening the file).
Anyone had a similar issue?
Could it be permission issue?