Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Beginning Java
calling boolean method
dale con
Ranch Hand
Posts: 93
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello
I have a package package firstpackage with method public static boolean handleResponse(MessageContext msgContext)
Which i need to cal from package seconpackage
But i can't seem to call it. I've imported the package but when i do
firstpackage.handleResonse it dosen't like it
Can someone please help
Many thanks
Lionel Badiou
Ranch Hand
Posts: 140
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Gil,
Check your
CLASSPATH
.
Hope that helps,
Lionel Badiou
CodeFutures Software
dale con
Ranch Hand
Posts: 93
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi i'm using eclipse and have created 2 packages to keep things from getting messy
All i want to do is call a method in a package
Why do i need to check my classpath
Am i able to call a boolean method?
Do i have to make it static?
You don't know me, but I've been looking all over the world for. Thanks to the help from this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Binding 'rendered' with non-boolean value
using `instanceof`with an "object" parameter
Boolean vs boolean
Simple Date Format problem
fetch values from one package into another package
More...