Aptana 3.0.3 Web Browser Crashes when loading localhost site (repeatable)? - browser

I was programming a web site and tried to load it into the embedded web browser within Aptana 3.0.3, but each time I loaded it, the program crashes/closes and give the standard "let Apple know about this". I am running iMac OSX 10.7 (Lion).
Tried that... when I do "Check for Updates" I get "No updates found" but with the following error:
No repository found at http://quantum.sourceforge.net/update-site/plugins/.
There doesn't seem to be any kind of page to resolve this issue.
I can't find 3.0.4 anywhere to download either.
Please advise!

Update to 3.0.4. The issue should be fixed there.

Related

How can one install linux google chrome binary on a Mac?

I have a Django app that web-scrapes (using Selenium) that I am trying to deploy to google cloud. I am having issues with opening Chrome driver in the virtual environment on google's servers. I believe they are Linux.
I was able to install the linux version of Chromedriver into the virtual environment but I am getting a "cannot find Chrome binary" error as pictured:
https://imgur.com/a/Ib3x0ZW
I have done some research and it seems that this is because Google Chrome is not installed in the virtual environment. The links to install Google Chrome online all force me to download macOS versions.
How can I download Google Chrome (specifically its binary) on my Mac so I can put it in the virtual environment that will be run on linux?
I think that StackOverflow is not the proper place to ask for this kind of question.
You could try to find your problem in the following Google Chrome Help page.
If you don't find the answer in the previous link, you could ask for help in the Google Chrome Help Community.

Vuzix sdk loading error cvc-elt.1.a cannot find the declaration of element 'sdk: sdk-addon'

I am trying to load the SDK for Vuzix through the SDK manager in Android Studio but for some reason it will not display the downloads in 'SDK platforms' and 'SDK tools'.
In the 'SDK update sites' tab next to the Vuzix link I added there is a red exclamation point that displays " cvc-elt.1.a cannot find the declaration of element 'sdk: sdk-addon' " when hovered over.
I am new to SDK's and have no idea what to do for this error. I've downloaded the android SDK's and sources for 26,25,24, and 23 thinking it could help but the error still shows up.
I still don't know what the error means but I solved it by connecting to my hotspot instead of my work network.
So my guess is it was a firewall issue or something, if anyone else has this error.
This means that the parser does not know the namespace. I tried it on Win7 and android studio 2.3.3 with the same result.
I tried it without the namespace or running android studio with oracle sdk. Both failed.
At the moment I try to run it on a virtual linux machine. Android Studio 2.3.3 will parse the addon xml file and download the files.
On Win7 I installed them manually, but they were not really integrated into to system and I stucked when I wanted to use the barcode SDK. maybe I am able some day to add simply this jar lib -
On a first look using linux seems to be the solution. But than I run into problems with the case sensitve file system. The vuzix SDK seems to need a linux system on a case insensitve file system.
*facepalm* and I am quite sure that i will fail at all. On linux a simple GUI compiles only against API 26 without errors.

AVD Manager Unknown Error

recently I tried to make an AVD in Android Studio. But I came across with "Unknown Error" under "Recommendations" section. I have no idea what's causing this since it doesn't give me any info. Anyone can help me with that?enter image description here
Edit: I haven't posted the idea.log which it had some things in it that I dont understand after failing to make an AVD:
http://textuploader.com/dk7f2
You have to install all Intel Image Library and Google API for your desired API. Go to your SDK Manager and check intel system images is installed or not if not then you have to installed it as well install Google API Library.

Android Studio unable to fetch packages from some default SDK update sites

I just installed Android Studio 1.5.1 on a Windows 7 64bit machine. I went to the built in SDK manager and I see that Android Studio is unable to fetch from some of the default sources.
Now I have tried some solutions that I saw online such as ticking the Force https:// sources to be fetched using http://, using a proxy, etc. I tried them and it still doesn't fetch from the 5 sources above. I have already disabled my firewall and anti virus for what it's worth.
I also tried using the Standalone SDK manager and still wasn't able to fetch successfully from those 5 sources. Here's the log:
I find it strange that I'm able fetch from the other default sources when ALL of the default sources are from https://dl.google.com/android/.... anyway. I also tried opening the URLs on my browser and I can see the page load. I also tried pinging via cmd and I get replies from it.
Is the problem on Google's server side? Anyone else experiencing this currently? I did not face this issue on an installation I made 3 weeks ago...
So I tried to reload the sources again a day after and it now successfully retrieves the packages from the URL. I guess the problem was on Google's side after all. Hope this helps anyone who might encounter this issue in the future.

Open website from within eclipse's internal browser?

Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain.
I want this to be able to comfortably read requirements from my code and at the same time code. This could be a question for superuser but it's Eclipse related so I guess I have better shot for an answer here.
Thanks in advance.
edit: I'm running gentoo linux and swt-3.7.1 with compiled in xulrunner support.
edit2: adding picture of gui menu in response to answer bellow.
Open Window / Customize Perspective... menu then on "Command Group Availability" tab find "Web Browser" entry and make sure it is checked. Then confirm that "Web Browser" is also checked on "Tool Bar Visibility" tab. Then you should see a web browser globe icon on toolbar that would open a web browser editor in the IDE.
Though you'll have to change settings on your picture to use "Internal Web Browser" then it will be opened as an Eclipse editor.
I know the question is old but I just had the same problem and was able to find the soloution.
The internal browser of SWT is using the webkitgtk browser engine. Because you're running gentoo I suppose you currently have net-libs/webkit-gtk:3 installed which is incompatible with SWT. But this is no problem because you can install the compatible net-libs/webkit-gtk:2 in a new slot.
Just install it like this:
emerge net-libs/webkit-gtk:2
After the package is installed the internal webbrowser is working again (for me)
Regards
Martin
On Ubuntu 13.04 using Eclipse it automagically worked, I was not sure which webkit I was missing, so I installed all that seemed relevant, if someone has pinpointed which it is, please comment,
Regards,
Gabriel Medina
aptitude install libqt4-webkit libqt5webkit5 libqtscript4-webkit libqtwebkit4 libswt-webkit-gtk-3-jni libwebkitgtk-1.0-0 libwebkitgtk-3.0-0

Resources