Programming and Webmasters forum
HomeSearchRecent PostsLoginRegister Contact Us

Username  
Password
Announcing 14th Weekly Contest - From 25 July To 01 August.

Win every week on this forum.

Chek out How To Win?
 

Pages: [1]   Go Down
 
  Email this topic  |  Print
0 Members and 1 Guest are viewing this topic.

Java in Linux

 
webmaster forum
Fracker  Offline
Contest Points: 100
 
New Coder
Posts: 11
Topics: 9
September 04, 2009, 11:22:50 PM

Writing and compiling Java program on linux

You need,

1. Java SE Development Kit 4 for linux version
2. A Text editor such as Pico, vi or emacs (all 3 are built in linux)

Now write a program using Pico, vi or emacs, let say you have given name as HelloWorldApp.java

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

 (after installation java. environment variable will automatically register) you can verify these environmental variables by env or echo

Quote
JAVA_HOME=/usr/java/j2se
JAVA_FONTS=/usr/share/fonts/truetype
ANT_HOME=/usr/share/ant

Now compile using javac program,

Quote
javac HelloWorldApp.java

After running above program a file will be generated HelloWorldApp.class

Always remember both javac, and java are case sensitive, so HelloworldApp.java is not equal to helloworldapp.java.

Now simply run the program using java

Quote
java HelloWorldApp

The end...
 
webmaster forum
polas  Offline
*
 
Hacker
Gender: Male
Posts: 1224
Topics: 78
WWW
September 08, 2009, 08:53:09 AM

Not hugely dissimilar than from on Windows

Mesham Type Oriented Parallel Programming Language
Skydive in North East England
 
webmaster forum
singam  Offline
Contest Points: 100
 
New Coder
Posts: 39
Topics: 15
July 07, 2010, 08:21:22 PM

Yesterday my dad bought me a Cnm Book and it is on Linux. I tried to install flash player so i could watch youtube and play online games but i installed flash player tar but it is just in my documents now and youtube still won't play. Can someone help me and give me step by step instruction please, i would be extremely great full. Thank you Smiley I don't know if this helps but i am on Bon Echo interent provider.
=============

Free Games
 
webmaster forum
polas  Offline
*
 
Hacker
Gender: Male
Posts: 1224
Topics: 78
WWW
July 10, 2010, 03:09:25 AM

Google it, flash is often a little tricky and requires specific files to be placed in FF's directories

Mesham Type Oriented Parallel Programming Language
Skydive in North East England
 
  Email this topic  |  Print
Pages: [1]   Go Up
 
Jump to:  



Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC


Google visited last this page July 28, 2010, 08:38:05 AM

Valid XHTML 1.0 Transitional     Valid XHTML 1.0 Transitional