Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (404)
games submitted by our members
Games in WIP (289)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Why is NetBeans trying to act as a server?  (Read 2422 times)
0 Members and 1 Guest are viewing this topic.
Offline DecafJava

Senior Newbie





« Posted 2007-11-22 06:12:51 »

I was just wondering why NetBeans tries to act as a server when I run my program. (It was just a simple "Hello World" program I wrote just to try out NetBeans a little.) I got a warning from my one firewall, which always happens when new programs try to act as servers, but then I got one from the Windows Firewall which almost never happens, so I kept blocking. Then, before NetBeans gave me a nasty error, it said it was trying to act as a server, and it said "Listening on port XXXX." (I forget which port.) Why is it doing this? Here is the code, it's just the default generated stuff. (I added the "Hi!" thing in there, though.)

package app1;

public class Main {
   
    public Main() {
    }
 
    public static void main(String[] args) {
       System.out.println("Hi!");
    }
   
}

Thanks. (A little side question. How come the class name isn't the name of my file, App1, what does that empty Main method do, and what does "package" do? Thanks.)
Offline micxiao

Senior Newbie





« Reply #1 - Posted 2007-11-22 06:57:29 »

App1 is the name of your package...

apparently, your .java file is named Main.java


the empty Main method does nothing... i think u can get rid of it for now


package... im not sure, but i think it works something like a folder or smth
Online Riven
« League of Dukes »

JGO Overlord


Medals: 437
Projects: 4


Hand over your head.


« Reply #2 - Posted 2007-11-22 07:56:32 »

uh...? anyway..


It might use sockets to enable the debugging features. Besides STDIN and STDOUT (and STDERR) you can't really communicate with your app, so you'll have to resort to sockets if you want to send or receive other data

Hi, appreciate more people! Σ ♥ = ¾
Learn how to award medals... and work your way up the social rankings
Projects: Revenge of the Titans, Titan Attacks, Droid Assault, and Ultratron
Games published by our own members! Check 'em out!
Try the Free Demo of Revenge of the Titans
Offline DecafJava

Senior Newbie





« Reply #3 - Posted 2007-11-22 08:15:41 »

Oh okay, thanks.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (45 views)
2013-05-17 21:29:12

alaslipknot (54 views)
2013-05-16 21:24:48

gouessej (83 views)
2013-05-16 00:53:38

gouessej (82 views)
2013-05-16 00:17:58

theagentd (91 views)
2013-05-15 15:01:13

theagentd (84 views)
2013-05-15 15:00:54

StreetDoggy (128 views)
2013-05-14 15:56:26

kutucuk (150 views)
2013-05-12 17:10:36

kutucuk (150 views)
2013-05-12 15:36:09

UnluckyDevil (160 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.077 seconds with 21 queries.