JAVA SPAM!?
Page 1 of 1 • Share •
JAVA SPAM!?
Not sure if it means anything, but my java works....
however it always spews out something along these lines:
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- Member

-
Number of posts: 45
Location: Still working that one out
Registration date: 2008-09-12
Re: JAVA SPAM!?
There. Better, isn't it? You're welcome.
Last edited by Mushal on Thu Oct 09, 2008 5:21 pm; edited 2 times in total (Reason for editing : Ninja edit: grammar)
_________________
"It is not knowledge, but the act of learning, not possession but the act of getting there that grants the greatest enjoyment. When i have clarified and exhausted a subject, then i turn away from it, in order to go into darkness again." -Carl Friedrich Gauss
"If you desire to be poor, oppressed, and eventually vaporized in a nuclear war, vote Democrat." - Not a democrat.

Nameless- Member

-
Number of posts: 247
Location: Unknown, but with known acceleration and direction
Registration date: 2008-09-01
Re: JAVA SPAM!?
The code delineation is a very useful feature.
_________________
Failure to recognize possibilities is the most dangerous and common mistake one can make.
- Marc Jamison
One single idea may have more worth than all the men and machines of a century.
- William James

Mushal- Sponsor

-
Number of posts: 42
Registration date: 2008-09-23
Re: JAVA SPAM!?
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.
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.
_________________
"It is not knowledge, but the act of learning, not possession but the act of getting there that grants the greatest enjoyment. When i have clarified and exhausted a subject, then i turn away from it, in order to go into darkness again." -Carl Friedrich Gauss
"If you desire to be poor, oppressed, and eventually vaporized in a nuclear war, vote Democrat." - Not a democrat.

Nameless- Member

-
Number of posts: 247
Location: Unknown, but with known acceleration and direction
Registration date: 2008-09-01
Re: JAVA SPAM!?
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!");
}
}

FOOGUMS- Member

-
Number of posts: 45
Location: Still working that one out
Registration date: 2008-09-12
Re: JAVA SPAM!?
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?...
Btw...come on now, public class poop?...
_________________
"It is not knowledge, but the act of learning, not possession but the act of getting there that grants the greatest enjoyment. When i have clarified and exhausted a subject, then i turn away from it, in order to go into darkness again." -Carl Friedrich Gauss
"If you desire to be poor, oppressed, and eventually vaporized in a nuclear war, vote Democrat." - Not a democrat.

Nameless- Member

-
Number of posts: 247
Location: Unknown, but with known acceleration and direction
Registration date: 2008-09-01
Re: JAVA SPAM!?
1. Did you install the jdk?
2. Is that a run-time or compile-time error?
2. Is that a run-time or compile-time error?

Michael- Graduated member

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

Re: JAVA SPAM!?
Michael wrote:1. Did you install the jdk? Yes
2. Is that a run-time or compile-time error? Compile time

FOOGUMS- Member

-
Number of posts: 45
Location: Still working that one out
Registration date: 2008-09-12
Re: JAVA SPAM!?
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.
Also, go to Configure --> Options in the menubar. Then click on JDK Profiles. You can double check and change the directories there.

Michael- Graduated member

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

Re: JAVA SPAM!?
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- Member

-
Number of posts: 45
Location: Still working that one out
Registration date: 2008-09-12
Re: JAVA SPAM!?
idk then, you probably turned some debug mode on xD

Michael- Graduated member

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

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





