December 5th, 2012 05:56 PM
Hi, I have a program that uses jar libraries for some classes. The classes are detected fine when they are run from jars attached to the project in the IDE but once I pack them into a jar and export...
December 2nd, 2012 11:53 PM
I also set all permission in the jnlp file and it doesn't help
December 1st, 2012 09:54 PM
I signed my jars and they've run before...
It 'crashes' as shown below...I put in text statements to pinpoint the position. Can't dig deeper without a lot of extra trouble because doing so would...
November 12th, 2012 08:09 PM
I have a java program that seems to work okay when I'm debugging it or running it from the Eclipse IDE. But when I export it into a jar file and run it through a jnlp it hangs at a certain step.
...
August 28th, 2012 06:06 PM
Aite, I moved the variables to the top and put them to private and the errors disappeared...
August 23rd, 2012 05:20 PM
Getting an error in the code below relating to the line with selectedFileHolder. The code has to do with adding a PropertyChangeListener for a swing worker which will copy a converted File to...
August 15th, 2012 06:36 PM
I'm trying to set up a swing worker that does some file processing in the background while updating progress to a JtextArea.
From class X I call swingworker FileProcessor
{
JTextArea...
August 7th, 2012 06:58 PM
Copied this from the Oracle docs on Swingworker
class PrimeNumbersTask extends
SwingWorker<List<Integer>, Integer> {
PrimeNumbersTask(JTextArea textArea, int numbersToFind) {
...
April 25th, 2010 08:57 PM
Anyone know of good libraries/apis/algorithms for (dynamic) lighting/shadows using C++?
All I'm basically looking for is something that will work for a top down game with lights and objects in...
January 27th, 2010 12:08 AM
Given something like
std::vector<object*> objectarray;
where object is a type of class with int valuea
how would you access the valuea from the object pointed to by the third pointer in...
January 15th, 2010 03:05 PM
Is there any button I might be hovering over that might be causing this I make sure only to use 'start debugging' but this is happening over and over and its pissing me off. I have an expired...
January 14th, 2010 07:00 PM
It won't work if its already happened. Restarting vs2008 will sometimes temporarily fix it regardless of whether I reset the layout. I haven't been able to pin down what causes it. Sometimes I can...
January 14th, 2010 06:55 PM
If I stop and restart vs2008 it goes away temporarily but if I use the start debugging and the stop debugging option enough times it will revert to vomiting all the windows all over my screen again...
January 12th, 2010 06:37 PM
For some reason some of my vs2008 projects have started spewing a ton of tool boxes and watch windows everywhere whenever I activate debugging whereas everything used to be neatly tucked into corners...
January 10th, 2010 02:31 PM
I was wondering if there was any free way/extension to zoom code text in VS 2008. I use codekana but thats only a free trial.
January 5th, 2010 04:41 PM
It goes to the end of main but still exits out prematurely and doesn't hit the later breakpoints in main or the ones I set in other functions
EDIT: On further inspection it gives me a failed to...