BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Need Help With Java Programming Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
Need Help With Java Programming Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
Need Help With Java Programming Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
Need Help With Java Programming Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
Need Help With Java Programming Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
Need Help With Java Programming Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
Need Help With Java Programming Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
Need Help With Java Programming Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
Need Help With Java Programming Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
Need Help With Java Programming Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Need Help With Java Programming

+3
Seth@WiiPlaza
TheDetonator
deathx
7 posters

Go to page : 1, 2  Next

Go down  Message [Page 1 of 2]

1Need Help With Java Programming Empty Need Help With Java Programming 2/16/2013, 12:19 pm

deathx

avatar

Hi, I'm trying to make a simple app for fun with Java but I get an error so can someone please help me?

You can PM me if you want to help me and want me to send you the source code.

Thank you.

TheDetonator

TheDetonator
Trusted Member
Trusted Member

I know bully can definitely help you. I think Welohabi can help you to.

deathx

avatar

Wait, did you edit your post??? But, there's no thing that says so. ????

TheDetonator

TheDetonator
Trusted Member
Trusted Member

deathx wrote:Wait, did you edit your post??? But, there's no thing that says so. ????

That's cause im a pro

Seth@WiiPlaza

Seth@WiiPlaza
Admin & Coder
Admin & Coder

death you silly n00b, theres an edit button below your post

Bully@WiiPlaza

Bully@WiiPlaza
 
 

No wonder he always double-posts. Just put your source code here and we can discuss it.

- Title renamed
- Thread moved


You should feel lucky that it didn´t get trashed because of a pointless topic title. Rolling Eyes

deathx

avatar

I tried to put the source code here but it doesn't go properly for example:

public class HelloWorld {

public static void main(String[] args) {
System.out.println("Hello, World");
}

}

Is that readable?

deathx

avatar

Never mind I think I fixed it xD

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Lol, quite basic.
Code:
import javax.swing.JOptionPane;

public class Bwh
{
    public static void main(String[] args)
    {
        JOptionPane.showMessageDialog(null, "BullyWiiHacks.Com");
    }
}
Need Help With Java Programming Bully_Wii_Hacks_Com

Twisted Evil

TheDetonator

TheDetonator
Trusted Member
Trusted Member

You think it's impossible to teach yourself how to understand Java code. I'm trying to do that cause my school doesn't offer Java classes until a higher grade.

Seth@WiiPlaza

Seth@WiiPlaza
Admin & Coder
Admin & Coder

I took java at my school thats how i know it. its very hard to learn by yourself

Welohabi

Welohabi
Moderator & Coder
Moderator & Coder

I have not been to school for any kind of programming. How hard any type of programming language is to learn is based on the individuals prior history of such things. It really depends on the person learning. Java is one of the easier languages in my opinion. Most "real" programmers learn a plethora of different languages during there career.

Start with learning basic languages if you are brand new. HTML(webdesign), AutoIT(a favorite of mine), Python, Perl and/or Java. Later you can move to greater things.

Start small. Start with basic constructs and write small programs (10 to 30 lines) to test your understanding of the concepts. Stretch yourself, but don't try to run before you can walk.

TheDetonator

TheDetonator
Trusted Member
Trusted Member

I'm trying to create Java webpages. I'll start off with that.

deathx

avatar

How does that work?

TheDetonator

TheDetonator
Trusted Member
Trusted Member

What you mean

SnB@BWH

SnB@BWH
Admin & Writer

I think he wants to know how you make Java webpages.


Google is your friend (for the 100th time!).

TheDetonator

TheDetonator
Trusted Member
Trusted Member

I remember i used this program before that helps you create Java webpages. I forgot the name but just google java helper or something.

Hint: Google Is Your Friend Google

avenged sevenfold

avenged sevenfold

I am getting a little mad with this java stuff. If I could find the right path, I could do the rest on my own basicly. Is this the right tutorial to learn java on my own? I am not stupid.I am unable to take a class on this stuff right now. I am taking a full load already and adding ontop of it isn't easy. So if this link isn't the right tutorial, Can someone tell me the plac they learned java on there own? Thanks.
 
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/index.html

Bully@WiiPlaza

Bully@WiiPlaza
 
 

It's obviously good, coming from their website.

avenged sevenfold

avenged sevenfold

So is this the most basic and starting position for learning java?

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Yes, I haven't used it myself though. xD

avenged sevenfold

avenged sevenfold

Ok. Thank you for your help. I appreciate it. I can now start studying this stuff and learning it...hopefully. One last thing. Is it normal to be really confused by this down here? If not, I am wasting my time.
int cadence = 0;
int speed = 0;
int gear = 1;

Bully@WiiPlaza

Bully@WiiPlaza
 
 

What is so confusing about it?

avenged sevenfold

avenged sevenfold

Nvm. I got it i think. Those three things are different categorys for what type of code you want to write out, right? This is how far back I am on computer stuff. I can tell all the parts in a motor to a dirtbike, but as soon as I look at computer stuff, Thelightbulb shuts off. But I am still motivated to learn. BTW, what is up with where you write being so far to the right?

Bully@WiiPlaza

Bully@WiiPlaza
 
 

No.

These are 3 variables with names cadence, speed and gear, the type is int and assigned value of 0, 0 and 1.

You use them to store and read data from later.

Sponsored content



Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

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