Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
feda alshahwan
Ranch Hand
+ Follow
news
171
Posts
60
Threads
since Jul 26, 2008
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by feda alshahwan
Run class file error
Thank you for the answers but how to set the default classpath, What is my classpath?
show more
14 years ago
Beginning Java
Run class file error
I am trying to run a class file using java command but I got the following error:
C:\Download\bnf>java c:\download\bnf\Engine.class Exception in thread "main" java.lang.NoClassDefFoundError: c:\download\bnf\Engin e/class Caused by: java.lang.ClassNotFoundException: c:\download\bnf\Engine.class at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) Could not find the main class: c:\download\bnf\Engine.class. Program will exit.
show more
14 years ago
Beginning Java
Calling Jar file from Jar files
Thank you but what is the algorithm of the custom classloader? Is their any ready API ?
show more
14 years ago
Java Micro Edition
Calling Jar file from Jar files
Can we run a jar file from a jar file?
show more
14 years ago
Java Micro Edition
Obex Bluetooth simulation using wireless toolkit
Can I simulate the interaction between two instances of midlets that communicate using OBEX blue tooth with wireless toolkit?if yes then How ?Thanks
show more
14 years ago
Java Micro Edition
Bandwidth
I need to measure the bandwidth of a certain TCP /IP . Is that possible please?
show more
14 years ago
Java Micro Edition
java.io.ioexception: error 0 during tcp write and wirelesstoolkit 2.5.2
When I try running my program using 2.5.2 wirelesstoolkit for cldc I got the following error java.io.ioexception: error 0 during TCP write
However using 2.2 wirelesstoolkit there is no such error. Can Anyone help me please?
show more
14 years ago
Java Micro Edition
Mobile agents
I would like to use mobile agents to be executed in/from mobile device? How?
show more
15 years ago
Java Micro Edition
Communication between different midlets
How can we allow two midlets to communicate and send parameters between them .Thanks
show more
15 years ago
Java Micro Edition
JME and Bluetooth
I would like to know what is the best way to transfer a jad file using Bluetooth? How to do it?
Thanks
show more
15 years ago
Java Micro Edition
OutputStream
There is no other way to accomplish writting to resources through outputstream??
show more
15 years ago
I/O and Streams
OutputStream
But How did I manage reading a file?
show more
15 years ago
I/O and Streams
OutputStream
I tried reading from it but the writting I couldnot manage to do it . Why it is not possible?
show more
15 years ago
I/O and Streams
OutputStream
I would like to open outputStream to a resource file and write to it ? How this can be done ?Thanks
show more
15 years ago
I/O and Streams
Reading files from Connector
I want to add that I am using J2me.Thanks
show more
15 years ago
I/O and Streams