How do I assign Java classpaths in UNIX?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How do I assign Java classpaths in UNIX?
# 1  
Old 10-25-2006
How do I assign Java classpaths in UNIX?

Can anyone tell me how to assign java class files in unix?
# 2  
Old 10-25-2006
Your question doesn't make sense to me.

You can a) set your CLASSPATH just like any other platform, b) include them on your java command line just like any other platform.
# 3  
Old 10-25-2006
I need simple instructions.

What I need are some simple instructions on how to do it. I'm using a Mac and I'm also trying to assign these class files to Netbeans so I can do my college coursework, UNIX would be another way for me to work on it if I knew how.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Assign the return value of the SQL to a variable in UNIX

Hi I am new to UNIX. I am trying the below and getting the error. I am trying to assign the variable with the value of the query result. I want this value to use in the next steps. Created UNIX file (Batch.sh) as below #!/bin/ksh sqlplus callidus/callidus4u@attstcal @Batch.sql ... (2 Replies)
Discussion started by: KrishBalu
2 Replies

2. Shell Programming and Scripting

How to assign value from isql to UNIX variable

I want output to be assigned to UNIX variables echo "Enter RRS ID: " read rrs isql -SPROD_DDS -USYBUSER -PSYBPASS -b -osfg.out << EOF use sip go set nocount on select issuerId, legalStructTxt, productName, issuerName from sf_product where rrsId = $rrs go EOF (1 Reply)
Discussion started by: JayDoshi
1 Replies

3. Programming

Need best forum site for java (as for unix its unix.com)

Hi All, Can anyone help me for knowing the java best side forums. where i will get a quick responce like here , as i am having lot of question. Thanks (1 Reply)
Discussion started by: aish11
1 Replies

4. Programming

Upgrading Java 1.4.1 to 1.4.2 in UNIX

Hi, I have got java 1.4.1 in my unix server, i wish to upgrade it to 1.4.2 version. I know how to do that in Windows, but it is the first time i am doing it in UNIX. Please tell me how to do it from command line? Are there any environment variable to be set in unix as in windows? Thanks in... (0 Replies)
Discussion started by: macmohanin
0 Replies

5. Solaris

Java with Unix

Hello Everyone, I had a question which i would like to put over here. I am on the track understanding and learning about Solaris I have been learning for the past 3 months and at this stage i have realized to really master Unix, we can`t keep a blind eye to programming language. I wish to... (1 Reply)
Discussion started by: akash_wish
1 Replies

6. Shell Programming and Scripting

Return value from UNIX to JAVA

Hi all, is there any way to return value from UNIX to JAVA application. I have my source code like this: application.java Runtime runtime = Runtime.getRuntime(); Process p = runtime.exec(myscript); myscript.sh text="Hello World" echo $text How to return the "Hello World"... (3 Replies)
Discussion started by: suigion
3 Replies

7. Shell Programming and Scripting

To get value from oracle & assign it in UNIX variable

Hi Team, I need to get data from oracle table & need to assign that value to unix variable. I have serched the same in other threads. I found the following code. I have tried code to get the value from oracle. but it is not working. The error shows invalid identifier "NAM" & then list all... (5 Replies)
Discussion started by: Amit.Sagpariya
5 Replies

8. UNIX for Dummies Questions & Answers

Assign name to path in unix server

How can I make it so if someone types in "Manager" in the url box in their browser, it will bring them to the path /var/www/html/resourcedb/index.html? its currently viewable by going to the serveripaddress/resourcedb/index.html, but I want it to be shorter so when you are connected to the... (2 Replies)
Discussion started by: Zombie
2 Replies

9. UNIX for Advanced & Expert Users

login to unix using java

Hey..i need some assistance to login to unix using a java application. The point is, i need to read a particular file in unix using a java application on windows. (2 Replies)
Discussion started by: dowell
2 Replies

10. UNIX for Advanced & Expert Users

java on unix

hi java packages or libraries which are being used on windows will they successfully run on unix environment. import com.jscape.inet.smtp.*; Import com.jscape.inet.email.*; these are the two packages which i want to use. (1 Reply)
Discussion started by: parmeet
1 Replies
Login or Register to Ask a Question