User Profile

Collapse

Profile Sidebar

Collapse
syminder
syminder
Last Activity: Nov 2 '10, 02:02 PM
Joined: Sep 8 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • syminder
    started a topic Batch program cannot execute JAVA command
    in Java

    Batch program cannot execute JAVA command

    Hi guy,

    I using the batch program to trigger specific main class in JAR. It is simplest JAVA -cp %classpath% Main_class cmd instruction.

    Initialy the jdk is not installing cause JAVA command is not found error. After i have install the jdk, put jdk\bin to path, set JAVA_HOME env. I should able execute with my batch program. Whereas, I experienced it is able execute this command in normal cmd but not my batches file....
    See more | Go to post

  • syminder
    started a topic Request JDK 5 Download Link
    in Java

    Request JDK 5 Download Link

    Anybody have the download link for JDK 5?

    I need it support JDBC in Oracle XE 10g, this Oracle XE JDBC version is not support the lastest JDK 6. It is very lousy but i need at least this weekend for testing Oracle DB script.

    I found Oracle even terminate the download for JDK 5, it is worse thing i felt.
    See more | Go to post

  • Hi, I get the answer already.

    I used the REGEXP_LIKE(fie ld, '^[a-z]{3}[0-9]{4}$') to solve my question, please ignore this thread.
    See more | Go to post

    Leave a comment:


  • Validate pattern of field in combination of char & int

    Is the SQL possible to validate a table field which is combination of char and int? e.g. MIS0014?

    I want the SQL return data which specific field first 3 character is alphabets and last 4 character is numeric values.
    See more | Go to post
No activity results to display
Show More
Working...