I'm trying running Aptana Studio on my Mac, but from some week I have this error message:
The JVM shared library "/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib" does not contain the JNI_CreateJavaVM symbol.
Someone know how to fix it? Reinstalling Aptana did not resolve this.
Thank you.
Solved with this: https://support.apple.com/kb/DL1572?locale=it_IT
Java 6 is necessary for Aptana 3
Related
My Arduino IDE (ver 1.8.12 on Win10) crashes when I launch it. Running the arduino_debug.exe I get this error message.
C:\Program Files (x86)\Arduino>arduino_debug.exe
Set log4j store directory C:\Users\volke\AppData\Local\Arduino15
Loading configuration...
Initializing packages...
java.lang.NullPointerException
at cc.arduino.contributions.packages.ContributionsIndexer.parseIndex(ContributionsIndexer.java:134)
at processing.app.BaseNoGui.initPackages(BaseNoGui.java:483)
at processing.app.Base.<init>(Base.java:273)
at processing.app.Base.main(Base.java:150)
C:\Program Files (x86)\Arduino>
Any solutions? I've tried to delete the config files package_index.json and package_esp32_index.json without any luck.
I've got the same issue - the nightly build seems to work
https://www.arduino.cc/download.php?f=/arduino-nightly-windows.zip
https://www.arduino.cc/en/Main/Software
I'm on Windows 10 having exactly this issue (same arduino_debug log).
I tried uninstalling Arduino IDE and then reinstalling it from executable installer; it worked fine until I opened the Board manager: the problem recurs.
After installing the beta version (arduino beta1.9-BUILD-119), I'm not having any problem.
Just use the latest Arduino IDE Beta Version. It is working now, ignoring that issue. I'm using the ESP8266 board and it's running okay.
The beta version 1.9 worked for me. https://www.arduino.cc/en/Main/Software
It also happens on Manjaro linux. In my case removing the folder .arduino15 solves the issue, but I have to remove it every time I open arduino IDE
rm -rf ~/.arduino15/
Win10 folder location:
%HOMEPATH%\AppData\Local
I am receiving an error message while trying to load Aptana Studio 3 in an ubuntu 16.04 LTS installation.
In the following url you can read the errors according to the following: log file.
log_file
I have oracle-java9 installed.
Thank you
Issue resolved.
AptanaStudio3 (v3.6.1) is not compatible with Oracle-Java9.
After installing Oracle-Java8 the app is running normally.
I'm was using Aptana studio 3 specifically for ruby on rails for about 2 months on windows 8.1, Now I've installed fresh windows 8.1 and did a clean windows install, and installed Aptana Studio 3 again but now when I open it the Terminal is not working at all, it is blank and I'm unable to type anything in terminal.
There was another user "Hung ta" at stackoverflow who was having the same issue as mine, but he solved it by going into Window -> Preferences -> Team -> Git. At Git Executable he gave path to git.
I've tried that too but still the terminal is not working. I've searched for solution on Google but found nothing there too.
I already have java installed, Git was also installed with aptana studio.
Kindly let me know if there is any solution to this problem, Thanks.
I've had the same issue with the Aptana plugin on Eclipse IDE and solved it by updating my MinGW/MSYS (providing the bourne shell on Aptana) installation.
I installed gephi 0.9 and it worked, but most plugins do not work. So I uninstalled and decided to try gephi 0.8.2.
It is correctly installed, but when trying to open the program, it shows the splashscreen, and it disappears, and thats it. It never opens and gives no error message.
I tried uninstalling, restarting, and reinstalling, but still the same.
Can someone please help me? Did I do something wrong in the installation? How can I get gephi working?
The following resolved my Issue:
uninstall older versions of java
Installed Java 8
Updated jdk path to jdkhome="C:\Program Files\Java\jre1.8.0_161" in gephi.conf (etc folder)
This is a typical problem with the installed Java version. Gephi 0.8.2 doesn't run on Java 1.8+. Check the solution from here. You basically have to start Wordpad with administrative privilleges and open C:\Program Files (x86)\Gephi-0.8.2\etc\gephi.conf.
Change jdkhome to a valid path to your Java 7 installation (JDK) or (JRE). In my gephi.conf it is:
jdkhome="C:/Program Files/Java/jdk1.7.0_79"
Save and restart Gephi
I'm trying to install Aptana studio 3 on my pc, Windows 10. I download the setup from your link and then launch the setup, but after few seconds I have this error: "Failed to correctly acquire installer_nodejs_windows.msi file:CRC error".
After that the setup ends because of the error...how can I solve that?
Thanks for your kind help, I'd like to use Aptana for my study.
I found that the solution posted in this post worked for me. I already had nodejs & msysgit installed.