Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
59 views

How to get started with JFreeChart?

I have downloaded the latest version of JFreeChart (1.0.14) and want to start using it. I only have imported standard Java packages like java.io.* before and never dealt with 3rd party libraries. What ...
2
votes
2answers
489 views

“Cannot Open a.exe” Error in C++

I'm trying to compile my C++ program, but when I press the "Build" button, it displays the following error message: c:/gnat/2010/bin/../libexec/gcc/i686-pc-mingw32/4.3.6/ld.exe: cannot open ...
1
vote
1answer
81 views

Java Compilation, Packages, and Relative Paths

While using jGRASP I noticed that the output for programs in packages was slightly different than normal, specifically the program names appeared to be relative paths starting from the top of the ...
1
vote
2answers
70 views

When creating a jar file how do I retain the existing classpaths to other jar files?

I recently completed a college Java assignment. The assignment utilised various other jar files, e.g. mysql connector. When I created a jar file from the Java programs in the project the connections ...
0
votes
2answers
63 views

changing jvm heap size - jgrasp

I know how to increase java heap size on command line using flag -Xmx, I need to run my program in jgrasp, how do I increase the heap size for my program in that IDE? ...
0
votes
0answers
7 views

Does compiling an extension to a class in another file modify that file?

I'm extremly new to java and have just started work on a problem set issued by my school. I use 2 base files to move a robot through mazes using directions that I program. The 3rd lesson taught me how ...
0
votes
1answer
396 views

java.lang.ClassCastException: trail1modified cannot be cast to java.applet.Applet

I am using jGRASP. it has a function where I can run the program as an applet. But i get this error. java.lang.ClassCastException: trail1modified cannot be cast to java.applet.Applet at ...