Mu Alpha Theta
Would you like to react to this message? Create an account in a few clicks or log in to continue.

JAVA SPAM!?

4 posters

Go down

JAVA SPAM!? Empty JAVA SPAM!?

Post by FOOGUMS Wed Oct 08, 2008 10:44 pm

Not sure if it means anything, but my java works....
however it always spews out something along these lines:

Code:
[parsing started G:\Note&PPs\lab04_string_return\Lab04c.java]
[parsing completed 151ms]
[search path for source files: G:\Note&PPs\lab04_string_return,F:\Program Files\Java\jdk1.6.0_07\jre\lib\rt.jar,F:\Program Files\Java\jdk1.6.0_07\lib\dt.jar,F:\Program Files\Java\jdk1.6.0_07\lib\tools.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunmscapi.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunpkcs11.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\dnsns.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\localedata.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunjce_provider.jar]
[search path for class files: F:\Program Files\Java\jdk1.6.0_07\jre\lib\resources.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\rt.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\sunrsasign.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\jsse.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\jce.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\charsets.jar,F:\Program Files\Java\jdk1.6.0_07\jre\classes,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunmscapi.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunpkcs11.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\dnsns.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\localedata.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunjce_provider.jar,G:\Note&PPs\lab04_string_return,F:\Program Files\Java\jdk1.6.0_07\jre\lib\rt.jar,F:\Program Files\Java\jdk1.6.0_07\lib\dt.jar,F:\Program Files\Java\jdk1.6.0_07\lib\tools.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunmscapi.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunpkcs11.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\dnsns.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\localedata.jar,F:\Program Files\Java\jdk1.6.0_07\jre\lib\ext\sunjce_provider.jar]
[loading java\lang\System.class(java\lang:System.class)]
[loading java\lang\Object.class(java\lang:Object.class)]
[loading java\lang\String.class(java\lang:String.class)]
[checking Lab04c]
[loading G:\Note&PPs\lab04_string_return\StringRipper.class]
[loading java\io\PrintStream.class(java\io:PrintStream.class)]
[loading java\io\FilterOutputStream.class(java\io:FilterOutputStream.class)]
[loading java\io\OutputStream.class(java\io:OutputStream.class)]
[wrote G:\Note&PPs\lab04_string_return\Lab04c.class]
[total 1933ms]
FOOGUMS
FOOGUMS
Member
Member

Male Number of posts : 45
Location : Still working that one out
Registration date : 2008-09-11

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by Nameless Thu Oct 09, 2008 4:27 pm

There. Better, isn't it? You're welcome.


Last edited by Mushal on Thu Oct 09, 2008 6:21 pm; edited 2 times in total (Reason for editing : Ninja edit: grammar)
Nameless
Nameless
Member
Member

Male Number of posts : 247
Location : Unknown, but with known acceleration and direction
Registration date : 2008-08-31

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by Mushal Thu Oct 09, 2008 6:21 pm

The code delineation is a very useful feature.
Mushal
Mushal
Sponsor
Sponsor

Male Number of posts : 42
Registration date : 2008-09-23

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by Nameless Thu Oct 09, 2008 8:15 pm

Agreed.

Andrew post your code on here so we can take a look at it. I can't tell what you did wrong from the quagmire of error messages.
Nameless
Nameless
Member
Member

Male Number of posts : 247
Location : Unknown, but with known acceleration and direction
Registration date : 2008-08-31

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by FOOGUMS Thu Oct 09, 2008 9:31 pm

I SAY I DO LIKE THESE FEATURES

although an, i think its just JC Creator, this happens every time i compile even with something like this:

Code:
public class poop
 {

    public static void main(String[] args) {

       System.out.println("MY VOICE GIVES ME SUPER STRENGTH!");


    }
}

Yet it works anyway
FOOGUMS
FOOGUMS
Member
Member

Male Number of posts : 45
Location : Still working that one out
Registration date : 2008-09-11

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by Nameless Thu Oct 09, 2008 9:38 pm

I agree. I don't think someone like you will write a code so atrocious that Java writes a short story on how many errors you have. Did you ask Mrs.Ward for another installation disk? Otherwise, i am pretty sure that your code should print out.

Btw...come on now, public class poop?...
Nameless
Nameless
Member
Member

Male Number of posts : 247
Location : Unknown, but with known acceleration and direction
Registration date : 2008-08-31

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by Michael Thu Oct 09, 2008 10:19 pm

1. Did you install the jdk?

2. Is that a run-time or compile-time error?
Michael
Michael
Graduated member
Graduated member

Male Number of posts : 151
Age : 32
Registration date : 2008-04-30

http://elkinschess.forummotion.com

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by FOOGUMS Fri Oct 10, 2008 5:38 pm

Michael wrote:1. Did you install the jdk? Yes
2. Is that a run-time or compile-time error? Compile time
wwwww
FOOGUMS
FOOGUMS
Member
Member

Male Number of posts : 45
Location : Still working that one out
Registration date : 2008-09-11

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by Michael Fri Oct 10, 2008 6:06 pm

Ok...what happens when you try to run it?

Also, go to Configure --> Options in the menubar. Then click on JDK Profiles. You can double check and change the directories there.
Michael
Michael
Graduated member
Graduated member

Male Number of posts : 151
Age : 32
Registration date : 2008-04-30

http://elkinschess.forummotion.com

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by FOOGUMS Fri Oct 10, 2008 11:07 pm

Michael wrote:Ok...what happens when you try to run it?

Also, go to Configure --> Options in the menubar. Then click on JDK Profiles. You can double check and change the directories there.

Thats whats odd, every time i compile, it works despite giving me a page of java gobblety-gook O_o
FOOGUMS
FOOGUMS
Member
Member

Male Number of posts : 45
Location : Still working that one out
Registration date : 2008-09-11

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by Michael Sat Oct 11, 2008 10:41 am

idk then, you probably turned some debug mode on xD
Michael
Michael
Graduated member
Graduated member

Male Number of posts : 151
Age : 32
Registration date : 2008-04-30

http://elkinschess.forummotion.com

Back to top Go down

JAVA SPAM!? Empty Re: JAVA SPAM!?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum