Results 1 to 11 of 11
- 06-04-2011, 11:31 AM #1
Member
- Join Date
- Jun 2011
- Location
- Singapore
- Posts
- 12
- Rep Power
- 0
simulating a distributed system in netbeans
I'm simulating a distributed system in netbeans using java.
In that there is class named netex02.java that is having a constructor that is calling another constructor from resources.java.
But im getting an error that java.lang.NoSuchMethod.Error:the path to the file.
can anyone plz help me out?Last edited by Himali; 06-04-2011 at 11:33 AM.
- 06-04-2011, 02:28 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
- 06-04-2011, 02:41 PM #3
Please copy and post here the full text of the error message.im getting an error
Also post the relevant code showing the lines where the error occured.
Use code tags. See: BB Code List - Java Forums
- 06-04-2011, 02:45 PM #4
Member
- Join Date
- Jun 2011
- Location
- Singapore
- Posts
- 12
- Rep Power
- 0
its not like that
actually its part of research work
- 06-04-2011, 02:49 PM #5
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
- 06-04-2011, 02:53 PM #6
Member
- Join Date
- Jun 2011
- Location
- Singapore
- Posts
- 12
- Rep Power
- 0
not mine my prof's work
im just assistant
- 06-04-2011, 02:58 PM #7
What do you expect us to do? You need to provide some info about your problem as requested above.
- 06-04-2011, 03:05 PM #8
Member
- Join Date
- Jun 2011
- Location
- Singapore
- Posts
- 12
- Rep Power
- 0
this exc.txt is the file that contains the output
- 06-04-2011, 03:24 PM #9
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 06-04-2011, 03:26 PM #10
Member
- Join Date
- Jun 2011
- Location
- Singapore
- Posts
- 12
- Rep Power
- 0
i dont understand the error thats y asking for help
- 06-04-2011, 03:33 PM #11
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
This is what the error message had to say:
In other words: there is no such method so you have to fix that.Java Code:Exception in thread "main" java.lang.NoSuchMethodError: gridsim.ResourceCharacteristics.<init>(Ljava/lang/String;Ljava/lang/String;Lgridsim/MachineList;IDDDDD)V at network.example02.NetEx02.createGridResource(NetEx02.java:315) at network.example02.NetEx02.main(NetEx02.java:64)
kind regards,
Jos
ps. please post all your error messages/code here; not many people like following links.When people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
Simulating an elevator
By intrepid604 in forum New To JavaReplies: 4Last Post: 06-05-2011, 10:43 AM -
Adding JME to platforms on NetBeans on Vista operating system
By aaroncarpet in forum NetBeansReplies: 0Last Post: 11-20-2009, 05:16 AM -
How to Use RMI for Distributed System?
By tssutha in forum Threads and SynchronizationReplies: 1Last Post: 03-16-2009, 02:07 PM -
simulating netstat
By prashant in forum NetworkingReplies: 1Last Post: 03-14-2009, 07:41 AM -
shortcut of System.out.println() without netbeans
By VipinKeshri in forum New To JavaReplies: 1Last Post: 11-18-2007, 09:24 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks