BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 08-30-2007, 09:29 AM   #1
Meenal
Thumbs Must Hurt
 
Join Date: Jan 2007
Location: India
Model: 8700g
Carrier: Airtel
Posts: 117
Default no defination found error

Please Login to Remove!

Hi all,
I might be going wrong somwhere with the basic but am not able to figure out wht.
Here is the scenario:
I have a project in my JDE 4.2.0 => ProjectA.
In tht project i have a class classA (This class does not have a main method.)
I was able to build the project & a jar file was created.This is the build log

Building Library ...
C:\Program Files\Research In Motion\BlackBerry JDE 4.2.0\bin\rapc.exe -quiet import=..\lib\net_rim_api.jar codename=com\rim\samples\device\library\ProjectA
com\rim\samples\device\library\Library.rapc warnkey=0x4b505454;0x52424200;0x52435200;0x5252540 0 "C:\Program Files\Research In Motion\BlackBerry JDE 4.2.0\samples\com\rim\samples\device\library\Class A.java"
Warning!: No entry points found
Warning!: No definition found for exported static routine: .main(String[])
Library - no errors.
Build complete.

Then I have another project => ProjectB
In this project i have a class ClassB with the main mth.
I wanted to create an object of ClassA in ClassB. So i included ProjectA.jar in ProjectB through properties.Also impoerted the package "import com.rim.samples.device.library.ClassA;".
But while building ProjectB i get following build message :

com.rim.samples.device.library.ProjectA: Warning!: No definition found

What am doing wrong.Can someone pls help me.
Thank you in advance.
__________________
Thanks
Meenal
Offline  
Old 08-30-2007, 10:20 AM   #2
bemshaswing
Talking BlackBerry Encyclopedia
 
Join Date: Oct 2006
Model: 7103
Carrier: Verizon
Posts: 259
Default

looks like you have a few problems here, firstly:
If you want to run an application on you need to have one class extend UiApplication like:
public class [YourClassName] extends UiApplication {

that class must implement:
public static void main(String[] args) {

[YourClassName] theApp = new [YourClassName]();
theApp.enterEventDispatcher();
}

as for part two of your question, it could be a couple of things. I'm not sure what you mean by included ProjectA.jar in ProjectB through properties. It also looks like you named your first class Class A.java. maybe that's a typo here, but the jre doesn't always play nice with filenames with spaces.
Offline  
Old 09-01-2007, 11:15 PM   #3
arifzaman
Thumbs Must Hurt
 
Join Date: Jun 2007
Location: Bangladesh
Model: 8800
PIN: N/A
Carrier: EDGE
Posts: 93
Default

Hi Meenal,

Quote:
Originally Posted by Meenal View Post
Warning!: No definition found for exported static routine: .main(String[])
So far i've seen, your ProjectA is a library. If So, change your project settings of ProjectA as LIBRARY.

Cheers,
ARIF
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Johnson Controls Metasys IOM2711 Expansion Module picture

Johnson Controls Metasys IOM2711 Expansion Module

$80.00



METASYS VMA1832 CONTROLLER 37-582-265 24VAC JOHNSON picture

METASYS VMA1832 CONTROLLER 37-582-265 24VAC JOHNSON

$200.00



Johnson Controls Metasys MS-VMA 1610-0 Variable Air Volume Controller / WARRANTY picture

Johnson Controls Metasys MS-VMA 1610-0 Variable Air Volume Controller / WARRANTY

$200.00



Johnson Controls Nu-ncm350-8 Metasys Network Controller picture

Johnson Controls Nu-ncm350-8 Metasys Network Controller

$299.88



Johnson Controls AS-UNT111-1 Unitary Controller METASYS 6-Binary 2-Analog Output picture

Johnson Controls AS-UNT111-1 Unitary Controller METASYS 6-Binary 2-Analog Output

$300.00



IOM4711 JOHNSON CONTROLS METASYS MS-IOM4711-0 Expansion Module Controller picture

IOM4711 JOHNSON CONTROLS METASYS MS-IOM4711-0 Expansion Module Controller

$300.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.