Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-23-2008, 08:42 PM   PM User | #1
sniffle6
New to the CF scene

 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sniffle6 is an unknown quantity at this point
help?

Code:
 public void method72(byte byte0)
    {
        System.out.println("============");
        System.out.println("flame-cycle:" + anInt1208);
        if(aClass42_Sub1_1068 != null)
            System.out.println("Od-cycle:" + aClass42_Sub1_1068.anInt1341);
        System.Out.Println("loop-cycle:" + anInt1161);
        System.out.println("draw-cycle:" + anInt1061);
        System.out.Println("ptype:" + anInt1008);
        if(byte0 == 1)
            byte0 = 0;
        else
            anInt961 = 281;
        SyStem.out.println("psize:" + anInt1007);
        if(aClass24_1168 != null)
            aClass24_1168.method272((byte)1);
        super.aBoolean9 = true;
    }

every time i compile my client it says there is an error, and iv searched over it like 15 times and i cant find it, can anyone help?
sniffle6 is offline   Reply With Quote
Old 06-23-2008, 08:57 PM   PM User | #2
brad211987
Regular Coder

 
brad211987's Avatar
 
Join Date: Sep 2005
Location: Ohio
Posts: 631
Thanks: 10
Thanked 50 Times in 50 Posts
brad211987 is an unknown quantity at this point
Code:
System.Out.Println("loop-cycle:" + anInt1161);
Capital O should be lower case.

Also

Code:
SyStem.out.println("psize:" + anInt1007);
Second S in System should be lower case.

If these don't fix it, post the errors so we can get an idea of whats wrong. It's hard to diagnose it when we don't get to see the symptoms.
brad211987 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:37 PM.


Advertisement
Log in to turn off these ads.