Cecil Phillip

Ranch Hand
+ Follow
since Nov 05, 2001
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 Cecil Phillip

Can anyone recommend a tool that I can use to output Java source code into a syntax highlighted HTML representation ?
oh ok ... i see where you're coming from. Thank you all very much
16 years ago
I know and understand the method that you presented. My issue is that it uses and absolute path. I want to be able to refer to the path relatively ....
16 years ago
trying to write a program the refers to a file that resides in another directory in the parent directory of the source. For example

/parent/source/ <code files>
/parent/xml/ <xml files>

I thought I could just do a


that doesn't work though...
anyone know what i could do ?
16 years ago
Would anyone happen to know if it is possible to search to the javadocs of an API? For example, if I add a jar file and associated javadoc. I would like to be able search a method and classes names. Is this possible in eclipse ??
Why do I get an error on Graph and not on Graph3 when i compile this ?

17 years ago
This post is more of a survey. What system / tools do you run for you java development system ?
Here's is my setup

Jdk(s) : Sun J2s3 1.3, 1.4, 1.5
IDE : Eclipse
Testing Tool : Junit
Building Tool : Ant
Management Tool : Maven
Version Control : Subversion
Database(s) : MySQL, just started looking at IBM Cloudscape
Web Server(s) : Apache, Jetty

OS : Fedora Core 3, 2.6 kernel
18 years ago
I'm a newbie to programming and I was wondering why have scripting languages embedded in or interface with "higher" languages like Java and C++ ? What are the advantages of using a tool of this sort ? I'm sure they carry more or the same functionality as other languages.
18 years ago
Thanks for the insight guys
18 years ago
I was wondering that if the size(number of elements) in a complete binary tree were known, and numbered in a level order fashion, could their position be determined ? For instance you have the tree

1
2| |3
4| |5 6| |7

So now, is there a way that I could calculate that 7 is on the right side and that 4 is at the bottom left ?
18 years ago
I'm not sure if this is the right place to put this post, but I guess it wont hurt either ways. I have jsut started using Subversion as my version control for development projects. The concept of version control is quite new to me. Getting to the point, I wanted to know it is better to host one repository per project, or to have a main repository which contains multiple projects(unrelated). I'm not every sure if the latter is possible in Subversion, but what I'm looking for is a generic answer for implementing version control.
How do I find out what my member number is ?
19 years ago
Can some please tell me, in detail, how I may integrate aspectWerkz with netbeans 4.0 ???/
I'm fairly new to linux. right now I'm running SuSE 9.1 with KDE 3.3. I just installed jdk 1.5. I was relatively tedious for me to make my os accept the jre. Now I'm trying to be able to use java/javac etc on the command line, for all users of the system. can anyone tell me how can i do this ??
19 years ago