aspose file tools
The moose likes Beginning Java and the fly likes abstract problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "abstract problem" Watch "abstract problem" New topic
Author

abstract problem

mark smith
Ranch Hand

Joined: Apr 05, 2005
Posts: 240
hi




another class



in another class (ServeurPasserelleThread )i do



and the last class


java don't seem to like that

i'm not able to have access to Passerelle list...

any idea
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12929
    
    3

Originally posted by collinm:
java don't seem to like that

i'm not able to have access to Passerelle list...

any idea


What does "java don't seem to like that" mean?

Does your code compile or not? Do you get any errors? If so, copy and paste the error message. If your program does not produce errors, but it doesn't work like you expect, please explain what you expect it to do and how that differs from what it actually does.

You probably meant to write:

lstIpServeur is a static variable in class Passerelle. If you don't tell the compiler that it is in class Passerelle, it is not going to work.
[ November 25, 2005: Message edited by: Jesper de Jong ]

Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: abstract problem
 
Similar Threads
Problem with Array search
new to socket programming
abstract class and method
Client-Server Problem
Socket problem