jason rivard

Greenhorn
+ Follow
since Nov 14, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by jason rivard

So what is the difference between java and javac, and where can I get a javac compatible compiler?
17 years ago
I can not get the javac working should I replace it with java instead?

How do I get the do I know I have the right version jdk1.4.1 is supported my compiler?
17 years ago


Hi
I am complete newbie with Java I am trying to get a app I need for to working Unfortunately it in java source code I tried compiling it Sun NetBeans IDE 5.5 I am using command prompt not the GUI I trying to get app compiling but when I when I try to run the make file for a multi file source code compiling using the authors make file.

The in directory c:\3dtools\j3d/loader/Makefile
Exception in thread "main" java.lang.NoClassDefFoundError: Makefile

Here is the contents of the make file.

JAVA_HOME=C:/applis/jdk1.4.1
all:
$(JAVA_HOME)/bin/javac -classpath ../.. ../../Export3D.java
cd ../..;$(JAVA_HOME)/bin/java -classpath . -Xmx512m Export3D


What am I doing wrong?


PS The source code is here.

http://www.geocities.com/rtb7/files/gp32/3d_tools.zip

Thank you for your time!
Jason Rivard

Unable to get make file running?
17 years ago
I am trying to get a multifile source code compiling using the autores make file. The in directory c:\3dtools\j3d/loader/Makefile

Exception in thread "main" java.lang.NoClassDefFoundError: Makefile

what am I doing wrong?
17 years ago
Hi I am not having any getting it to work I am getting errors when I try to get this makefile working.

Here is the make file.

JAVA_HOME=C:/applis/jdk1.4.1
all:
$(JAVA_HOME)/bin/javac -classpath ../.. ../../Export3D.java
cd ../..;$(JAVA_HOME)/bin/java -classpath . -Xmx512m Export3D



what am I doing wrong?
17 years ago
Thanks
Which one do you recommend?
And where can download it?
Jason
17 years ago
Hi am complete newby with Java I am trying to get a app I need for to working Unfortunately it in java source code I tried compiling it Sun NetBeans IDE 5.5 I used Choose Project General : Java project with existing sources When I tried to compile I got this error message no mail class found. What am I doing wrong?

PS The source code is here.

http://www.geocities.com/rtb7/files/gp32/3d_tools.zip

Thank you for your time!
Jason Rivard


17 years ago
Whops my mistake!
I meant.
http://www.geocities.com/rtb7/files/gp32/3d_tools.zip
17 years ago
Hi am complete newby with Java I am trying to get a app I need for to working Unfortunately it in java source code I tried compiling it Sun NetBeans IDE 5.5 I used Choose Project General : Java project with existing sources When I tried to compile I got this error message no mail class found. What am I doing wrong?

PS The source code is here.

http://www.geocities.com/rtb7/files/gp32/adic2k4_src.zip

Thank you for your time!
Jason Rivard


17 years ago