About > AllExperts  
Search for
  Main Menu Ask a Question Browse Past Answers Meet Top Experts Be an Expert Login (Experts Only)
About Us  ·  FAQ  ·  Tell Friends About Us  ·  Link To Us  ·  Free Encyclopedia  ·  Disclaimer  ·  Tech Support   
  You are here:  AllExperts > Computing/Technology > Focus on Java > Java

Expert Profile: Artemus Harper

Expertise:  I have a BS in computer science and am working towards a Masters degree.
I have experience in Core Java, good background in Java swing/gui, some experience with JNI, Java reflection, and Java java.nio.* knowledge of Java bytecode and annotations. Basics in c++ and c#

Ask a Question       View Past Answers       View Ratings            
Average Ratings
Prestige Points: 9124
Knowledge   9.71   Best of the best
Clarity of Response   9.58   Best of the best
Timeliness   9.65   Best of the best
Politeness   9.83   Best of the best
Number Of Questions
(in Past 24 Hours)
0
Max Questions to be Asked
(in 24 Hour period)
5
Total Questions
(since joining AllExperts)
2034
Recent Reviews from Users
KnowlClarityTimePolitenessDate
1010101008/25/08
1010101008/25/08
10101008/26/08
1010101008/20/08
1010101008/18/08
User Comments
thanks, Artemus!
(wayne on 08/18/08)
View All Comments
Ask a Question       View Past Answers       View Ratings            

Recent Answers from Artemus Harper
2008-08-25  set CLASSPATH You put your classpath at the base of your working directory, where your package is located. javac still wants the physical location of your .java file, it only uses the classpath to find any other files...
2008-08-25  set CLASSPATH The classpath is a list of locations to find java libraries. When you compile with javac you can use the -cp switch to tell javac where to find compiled (or source) java class files. This can either...
2008-08-24  Opening ,AVI Files From Java You can have Java launch external programs to handle these types of files. To do this on windows you would: try { Runtime.getRuntime().exec("cmd /k start <Your command here>"); } catch(java...
2008-08-20  Video recording You will have to get the Java Media framework library. Once you have it, you can use CaptureDeviceManager.getDeviceList(null) to get a list of CaptureDeviceInfo objects. You can then use getLocator()...
2008-08-17  JAVA File Save You can use the getSelectedFile from the file chooser to get the file the user choose. From there you can open an output stream and wrap a Writer around that. Then you simply write the text to the writer...
More Answers for "Java"


Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy
Copyright  © 2008 All rights reserved. AllExperts is a property of About, Inc.
The About logo, About and About.com are registered trademarks of About, Inc.