I'm trying to run SQuirreL SQL.
I've downloaded it and installed it, but when I try to run it I get this error message:
Java Virtual Machine Launcher.
Could not find the main class.
Program will exit.
I get the gist of this, but I have not idea how to fix it. Any help?
more info:
I'm on Windows XP pro.
I have java 1....
I'm a new user of Matlab, can you please help: I have the following code in an .M file:
function f = divrat(w, C)
S=sqrt(diag(diag(C)));
s=diag(S);
f=sqrt(w'*C*w)/(w'*s);
I have stored this file (divrat.M) in the normal Matlab path, and therefore Im assuming that Matlab will read the function when its starting and that this function t...
"To help protect your security,
Explorer has restricted this webpage
from running scripts or ActiveX
controls that could access your
computer"
Whenever I add flash movies or javascript code this message will show. It also shows for somebody else, so how do I get rid of this message? If I load or access some other website whi...
I realise this is not the ideal place to ask about this in terms of searchability, but I've got a page whose JavaScript throws "Stack overflow in line 0" errors when I look at it in Internet Explorer.
The problem is quite clearly not in Line 0, but somewhere in the list of stuff that I'm writing to the document, but I cannot work out fo...
What is the funniest or weirdest error message you've got from a development environment/application?
For example:
Catastrophic failure
'null' is null or not an object
...
I just spent half an one our to find out what caused the Error-Message "Ci is not defined" in my JavaScript code. I finally found the reason:
It should be (jQuery):
$("asd").bla();
It was:
("asd").bla();
(Dollar sign gone missing)
Now after having fixed the problem I'd like to understand the message itself: What does Firefox mean...
My colleague has written a DLL which drives Excel.
When I reference his DLL in my .NET app, I get a warning:
The dependency 'Microsoft.Office.Interop.Excel' could not be found.
My app will compile.
However, when I get to the bit that uses my colleague's DLL to access Excel, an exception is thrown, with the message above.
We shoul...
My website has been giving me intermittent errors when trying to perform any Ajax activities. The message I get is
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, ...
Exact duplicate of this question.
When You get an error in .Net application we got an a Stack Trace.
For example
[ADOException: cannot open connection]
NHibernate.Impl.SessionFactoryImpl.OpenConnection() +153
NHibernate.AdoNet.ConnectionManager.GetConnection() +119
NHibernate.Impl.SessionImpl.get_Connection() +42
What do...
Just for fun, what are your favourite funny lines from programming tools?
For instance, from subversion:
--This line, and those below, will be ignored--
Not terribly fun on its right context, but added to the fortune database:
EDIT: I have marked the question as Communuity Wiki and reopened.
...
I have a rather legacy application EXE written in VB6 and running on a Windows 2000 server that uses RDS (Remote Data Services) to access a business object DLL (also written in VB6) running on a Windows 2003 server. The DLL has never run on this server (we're moving the component off the old W2K server), but it is registered and defined...
Hi Guys can you please help me with this error? What is it?
Server Error in '/' Application.
The request failed with HTTP status 400: Bad Request.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in t...
I was wondering what the general consensus on error messages was. How detailed should they be?
I've worked on projects where there was a different error message for entering a number that was too big, too small, had a decimal, was a string, etc. That was quite nice for the user as they knew exactly where things went wrong, but the error...
Boring introduction:
In my workplace, we have a very old WinForms product (in market since 1994, and still running on VB3). It has three very different versions, each of them goes to one client. The clients pass it on to their users, some of which are shared. The versions can live side-by-side.
Five years ago, we rewrote one of those v...
Hi, I do the following:
I create a .js file containing print("Hello World!");
I save it as hello.js
I open the Visual Studio 2008 Command Prompt
jsc + Enter
jsc \out:hello.exe C:\path\to\my\file.js + Enter
I get an E_ACCESSDENIED error:
what could it be?
Thanks!
...
Hi, I'm trying to create:
AxShockwaveFlashObjects.dll and
ShockwaveFlashObjects.dll
entering the following command:
aximp C:\WINDOWS\system32\Macromed\Flash\FlDbg10.ocx /nologo
but I get an E_ACCESSDENIED error.
What am I doing wrong? Thanks!
...
Sorry if this is a comp-sci 101 question. I'm just unsure if I'm missing something obvious.
So let's say some user input throws an error, and I want to catch it and return some feedback. The error will be a number, 0 - 8. 0 means "No Error". I want to give the user very specific feedback if the error is 3 (No numbers allowed, let's say)...
I want to stop a Python script on seeing an error message.
I dont want any error message on shell like exit().
How to do it ???
...
I know this seams a trivial question... But how can I disable the annoying javascript error messages?
I am inserting data into an unfinished web application and I keep getting about 30 errors for every form I submit... It's driving me crazy...
I'm using ie7
Please note that I already tried "Internet options - Advanced - Browsing", dis...
I click update in eclipse and i get error, its because i updated eclipse more than once. Is there any way to fix eclipse and have ability to use update?
An error occurred while collecting items to be installed
No repository found containing: org.eclipse.jem/osgi.bundle/2.0.202.v200810282000
No repository found containing: org.eclip...