FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaPerformanceTuning/setenv.csh at master · xmlFlow/JavaPerformanceTuning · GitHub
xmlFlow
/
JavaPerformanceTuning
Public
forked from
ScottOaks/JavaPerformanceTuning
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaPerformanceTuning
/
setenv.csh
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (12 loc) · 888 Bytes
Breadcrumbs
JavaPerformanceTuning
/
setenv.csh
Copy path
File metadata and controls
18 lines (12 loc) · 888 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
setenv JAVAX_PERSISTENCE /export/appservers/glassfish4/glassfish/modules/javax.persistence.jar
setenv JAVAX_EJB /export/appservers/glassfish4/glassfish/modules/javax.ejb-api.jar
setenv JAVAX_SERVLET /export/appservers/glassfish4/glassfish/modules/javax.servlet-api.jar
setenv JSON_P /export/appservers/glassfish4/glassfish/modules/javax.json.jar
setenv JAVAX_RS /export/appservers/glassfish4/glassfish/modules/javax.ws.rs-api.jar
setenv SIZEOF /home/sdo/NetBeansProjects/sizeof/SizeOf.jar
setenv JACKSON /home/sdo/NetBeansProjects/jackson/jackson-core-2.1.4.jar
setenv FABAN_DRIVER /home/sdo/workload/utilities/faban/lib/fabandriver.jar
setenv ECLIPSELINK_JAR /home/sdo/netbeans-7.4/java/modules/ext/eclipselink/eclipselink.jar
setenv JDBC_JAR /u01/app/oracle/product/11.2.0/xe/jdbc/lib/ojdbc6.jar
setenv JAVA_HOME /home/sdo/VMs/jdk1.8.0-b123
set
path = (
$JAVA_HOME
/bin
$path
)
Back
|
FazBrowse Home
|
New Git URL