Not actually a springbug

Not actually a springbug

Post just about everything that isn't directly related to Spring here!

Moderator: Moderators

Post Reply
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Not actually a springbug

Post 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.
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: Not actually a springbug

Post by Beherith »

try the usual "-classpath ." ?
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Re: Not actually a springbug

Post 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.
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Not actually a springbug

Post 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).
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Re: Not actually a springbug

Post 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..
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: Not actually a springbug

Post by Beherith »

java -classpath . nameofsource
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Re: Not actually a springbug

Post by PicassoCT »

stay awhile n jizzin

Image
Attachments
Untitled.jpg
(128.09 KiB) Downloaded 2 times
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Not actually a springbug

Post by abma »

what files do you have in that directory?

maybe you mean java -jar notenlist.jar ?
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Re: Not actually a springbug

Post 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.
Post Reply

Return to “Off Topic Discussion”