Page 1 of 1
Not actually a springbug
Posted: 06 Jun 2011, 11:50
by PicassoCT
More of a Picasso Bug...
i tried to setup the classpath variables & the path variables to get the javacompiler to get my stuff into bytecode, and execute the goddamn class files.
//(Rant-a-Care):Hell, if this is the oh, so safe and protected virtual machine enviorment- why isnt stuff working? Now, even eclipse doesent start.
Now i need someone using windows 7, the (x86 version) classpath and Path Variable to fix this. Help really much appreciated. Cant do a thing without those magic lines.
Re: Not actually a springbug
Posted: 06 Jun 2011, 11:55
by Beherith
try the usual "-classpath ." ?
Re: Not actually a springbug
Posted: 06 Jun 2011, 12:09
by PicassoCT
well... that gets on top of my "Fix-later-list"
But first i need windows to have its classpathes again. Eclipse doesent find its beloved java. nothing does find anything.
Re: Not actually a springbug
Posted: 06 Jun 2011, 12:13
by hoijui
aehh.. hae?
what are you doing with Java? the way you write it, it sounds like you are doing something spring related. that would be either an AI, TASServer or SpringMapEdit.
If you do it right though, you should never have to set the classpath manually, especially not while working in an IDE like eclipse.
in other words... more info please!
since at least Java 5, you do not have to set any paths on windows. install JDK, install Eclipse -> works. (though i guess, eclipse may even come with its own JDK, so.. would be even easier).
Re: Not actually a springbug
Posted: 06 Jun 2011, 12:28
by PicassoCT
yeah... i just wanted it to run in comand prompt.. sort of... stupid me..
and no that stuff is not for spring.. that is just exercises... weight lifting for beginners :D
the problem is, while my stuff runs flawless inside the ide.. it does not outside in the wild..
so i compiled it in comand prompt with javac - nameofjavasource.java
and then tried to run it with java nameofsource
It doesent want to...
well.. fixed the classpath of the ide.. the remaining classpaths are still gone... well good ridances to them..surely they will haunt me later..
Re: Not actually a springbug
Posted: 06 Jun 2011, 12:47
by Beherith
java -classpath . nameofsource
Re: Not actually a springbug
Posted: 06 Jun 2011, 12:51
by PicassoCT
stay awhile n jizzin

Re: Not actually a springbug
Posted: 06 Jun 2011, 15:38
by abma
what files do you have in that directory?
maybe you mean java -jar notenlist.jar ?
Re: Not actually a springbug
Posted: 06 Jun 2011, 16:06
by PicassoCT
the *.java file and the *.class file
Dunno what else i should put in there. Somehow start to miss the good old include days when life was simple.