Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
loading a java class from matlab
Name: mitra Date: December 10, 2005 at 14:16:18 Pacific OS: windows xp CPU/Ram: enough
Comment:
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 ==> import Arguments to IMPORT must either end with '.*' or else specify a fully qualified class name: Simple I can't understand the reason. Simple.class in located in current path of matlab command line. any idea?
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 problem is that the java compiler recognise only a p...
Summary: When I try to run a Java class from J++, I get the error message : "application c:\windows\system32\WJView.exe faild to launch. I couldn't find such a file in my WIN XP cd. What's wrong ??? ...
Summary: Hey guys, this is quite an easy and obvious question, but I couldn't find the answer in my textbooks or online. Here's a problem: I have a class A, a class B derived from class A, and a class C derive...