Summary: Hello I'm trying to run a java application from command line: java -classpath "G:\Viqee\classes;G:\Viqee\jar" "com.nextnine.common.Application" The pr...
Summary: I want to load a very simple java class I wrote( Simple.class) from Matlab command line. I recieve following error: >> import Simple ??? Error using =...
Summary: Hi - If you really have the SDK installed correctly .... then ... 1) You should have a JAVA_HOME environment variable that points to the install direc...
Summary: Hi everybody, I'm currently taking a java course, I already have "Big Java" by Cay Horstmann, however this book is not good in data strucure(Linked L...
Summary: Hello, I'd like to set a java classpath from a perl script. I tried to use the system function to do so by writing: "set CLASSPATH=C:\\eclipse\\worksp...
Summary: I havnt been programming in java for too long, but im pretty handy in C++ so :). Im curious as to how I go about making a java program exe. I remember...
Summary: I have a problem. If someone can solve this problem for me then It will be a great help. Q:Write a java application for me that finds a prime number....
Summary: As the title states, I am attempting to implement a C++ GUI into a Java application. I am using Eclipse editor for writing most of the code. The progr...
Summary: Sorry for the long post, I just started typing ended up with this. Probably more info than you wanted, but oh well :) It's actually pretty easy (conce...
Summary: Hi, I am having a lot of trouble setting up the jdk classpath in Windows Vista. The following is what I set up: (copied from the command prompt) C:\U...
Summary: I had previous versions of Java installed on my computer, I recently tried to uninstall everything java related (v1.4.2, 1.1, 1.3, etc). I then tried...
Summary: I have started using visual J++ to compile my java code to EXEs. I dont know how to tell a "wrapper exe" from a "native exe", but Im assuming that the...
Summary: Hi: OK I loaded bluej in RH 7.2 and it is link to the PATH where jre is. It starts ok and when I do a compile with a class it complies fine. But whe...
Summary: Hiya fellas- So I have this project I need to do, where the teacher sends the input a weird way and I wondered if anybody knows anything about it: The...
Summary: Folks: Let’s say I have a java source file that imports a class as follows: import ab.cd.ef; public class{ ... } Of course, I need that jar file in t...
Summary: I'm not familiar with the Java language. I wrote a program that takes several different standard inputs from a user and the method I used were ch=Syst...
Summary: I have written a JAVA application. When i start the application i have to specify a window size.. I have done this like this, setSize( 1250, 750 ); ...
Summary: I am exectuing a Shell function from VBA that executes a .bat file which issues a java call. START "CSV Loader" javaw -DINSTALL_DIR="C:\Program Files...
Summary: I've had the Flu for a while, and was absent from school, so I'm behind in my Java class. I'm stuck at this one program, and I cant figure it out, and...
Summary: I had this problem when I first started. This means that java cannot find your bytecode file. (hello.class) As you can see your program hasn't been ...